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

disable_arm_if_not_ready is not working properly #10

Open
Gilganik opened this issue Dec 9, 2022 · 1 comment
Open

disable_arm_if_not_ready is not working properly #10

Gilganik opened this issue Dec 9, 2022 · 1 comment

Comments

@Gilganik
Copy link

Gilganik commented Dec 9, 2022

when setting up confirm_entities and disable_arm_if_not_ready = true i still see the button "Arm home" and "Arm Away".

`- type: entities
entities:
- binary_sensor.aqara_contact_cucina
- binary_sensor.aqara_contact_soggiorno_dx
- binary_sensor.aqara_contact_soggiorno_sx
- binary_sensor.aqara_contact_bal_sog_sx
- type: "custom:alarm_control_panel-card"
card_mod:
scale: "8px"
style: |
ha-card {
--ha-card-background: transparent;
}
entity: "alarm_control_panel.home_alarm"
confirm_entities:
- binary_sensor.aqara_contact_cucina
- binary_sensor.aqara_contact_soggiorno_dx
- binary_sensor.aqara_contact_soggiorno_sx
- binary_sensor.aqara_contact_bal_sog_sx
disable_arm_if_not_ready: true

              auto_enter:
                code_length: 4
                arm_action: arm_away
              states:
                - "arm_away"
                - "arm_home"
              labels:
                ui.card.alarm_control_panel.arm_away: "Attiva Completo"
                ui.card.alarm_control_panel.arm_home: "Attiva Parziale"`
@jcooper-korg
Copy link
Owner

jcooper-korg commented Jul 17, 2024

the disable_arm_if_not_ready option doesn't hide the buttons. it just disables them (which should change their colors to be grayed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants