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

Strange Switches behaviour #118

Open
gio-dot opened this issue Oct 2, 2024 · 1 comment
Open

Strange Switches behaviour #118

gio-dot opened this issue Oct 2, 2024 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@gio-dot
Copy link

gio-dot commented Oct 2, 2024

As you can see in the video, switches does'nt respond correctly. This make addon use very frustrating because you can't say is the switch is done or not. Here is my code. All HA and addons are updated to latest version. Is there a solution?

type: custom:hui-entities-card
entities:
  - card:
      entity: switch.presa_tv_sony
    restrictions:
      pin:
        code: 2244
    type: custom:restriction-card
    row: true
    duration: 10
  - type: divider
  - card:
      entity: switch.1_laptop_nicola_internet_access
    restrictions:
      pin:
        code: 2244
    type: custom:restriction-card
    row: true
    duration: 10
  - card:
      entity: switch.2_tab_s5e_di_giovanni_internet_access
    restrictions:
      pin:
        code: 2244
    type: custom:restriction-card
    row: true
    duration: 10
  - card:
      entity: switch.4_firestickcamerapatronale_internet_access
    restrictions:
      pin:
        code: 2244
    type: custom:restriction-card
    row: true
    duration: 10
  - card:
      entity: switch.3_tv_sony_kdx55_internet_access
    restrictions:
      pin:
        code: 2244
    type: custom:restriction-card
    row: true
    duration: 10
  - type: divider
  - entity: button.sony_kd_55xe8596_reboot
    name: Sony Reboot
  - entity: button.sony_kd_55xe8596_terminate_apps
    name: Sony Terminate apps
state_color: true
Video.senza.titolo.-.Realizzato.con.Clipchamp.mp4
@gio-dot gio-dot added the bug Something isn't working label Oct 2, 2024
@ildar170975
Copy link
Collaborator

Have you tested SAME switch w/o using restriction-card?

@ildar170975 ildar170975 added the question Further information is requested label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants