Group with only scripts are not displayed in the app

Issue #34 new
Andrea Busi created an issue

Expected Behaviour

Groups that contains only scripts are displayed inside the app and the user can activate every single script.

Actual Behaviour

From the app I can add the script group, but none of the script is displayed.

Steps to Reproduce the Problem

  1. Create a script in `scripts.yaml file
tv_cucina_power_on_off:
  sequence:
    - service: remote.send_command
      entity_id: remote.xiaomi_ir_remote
      data:
        command:
          - 'tv_cucina_power'

2. Create a group in groups.yaml file

tv_cucina:
  name: TV Cucina
  view: no
  entities:
    - script.tv_cucina_power_on_off

3. From the Hassapp, add the new group

4. The group is visible from the app, but none of the scripts are displayed

Specifications

  • App Version: 1.2.5
  • iOS Version: 13.3
  • HA Version: 0.103.4
  • Platform: Docker
  • Subsystem: Raspberry PI + Raspbian

Comments (2)

  1. Enrique del Pozo repo owner

    Hi Andrea!

    Sorry fo the late response. I’m currently uploading a version to Testflight that supports the Script devices 👍 Hope you can test it!

  2. Andrea Busi reporter

    Hi Enrique, don’t worry! Many thanks for the updating!

    Could you please send me the link to join the TestFlight beta? So I will test is!

  3. Log in to comment