Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Tapping 7th/8th icon in Grid Card page will run 6th entity #915

Closed
2 tasks
smarttv193 opened this issue Jun 1, 2023 · 2 comments
Closed
2 tasks
Labels
bug Something isn't working
Milestone

Comments

@smarttv193
Copy link

smarttv193 commented Jun 1, 2023

Restarted

PROBLEM DESCRIPTION

I have 8 entities in cardGrid(Home Assistant).
However, tapping 7th/8th icon in Grid Card page will run 6th entity. Based on my configuration, tapping 7th(Test2) or 8th(Test3) icon will run 6th entity(Test1)

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Provide your apps.yaml (or your config):
    cards:
      - type: cardGrid
        title: Living Room
        key: living
        entities:
          - entity: switch.living_room_light_left
            name: Light 1
            icon: mdi:ceiling-light-multiple
          - entity: switch.living_room_light_right
            name: Light 2
            icon: mdi:ceiling-light-multiple
          - entity: switch.car_porch_light_center
            name: Car Porch
            icon: mdi:ceiling-light-multiple
          - entity: switch.living_room_fan_left
            name: Fan
            icon: mdi:ceiling-fan
          - entity: input_boolean.living_room_ac
            name: Air Cond
            icon: mdi:air-conditioner
          - entity: input_boolean.test1
            name: Test1
          - entity: input_boolean.test2
            name: Test2
          - entity: input_boolean.test3
            name: Test3


  • Go to Settings>Add-ons>AppDaemon>Log (or the output of your TS script) and then, provide the output of the log during your issue/bug occurs:
  Log output here:


TO REPRODUCE

Based on my configuration, tapping 7th(Test2) or 8th(Test3) icon will run 6th entity(Test1).

EXPECTED BEHAVIOUR

Tapping 7th icon will run 7th entity(Test2)
Tapping 8th icon will run 8th entity(Test3)

SCREENSHOTS

If applicable, add screenshots/pictures to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.
Please note here in case you are using ioBroker

PANEL / FIRMWARE VERION

EU

@smarttv193 smarttv193 added the bug Something isn't working label Jun 1, 2023
@joBr99 joBr99 closed this as completed in df3105a Jun 1, 2023
@joBr99
Copy link
Owner

joBr99 commented Jun 1, 2023

fixed in EU dev version

@joBr99 joBr99 modified the milestones: 4.1.X, 4.2.X Jun 1, 2023
@smarttv193
Copy link
Author

Tested working in dev version. Thanks for your great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants