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

Fix Zigbee2MQTT command names in philips_324131092621.yaml #542

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -321,18 +321,18 @@ variables:
button_down_long: [down_hold]
button_down_release: [down_long_release]
zigbee2mqtt:
button_on_short: [on-press]
button_on_long: [on-hold]
button_on_release: [on-hold-release]
button_off_short: [off-press]
button_off_long: [off-hold]
button_off_release: [off-hold-release]
button_up_short: [up-press]
button_up_long: [up-hold]
button_up_release: [up-hold-release]
button_down_short: [down-press]
button_down_long: [down-hold]
button_down_release: [down-hold-release]
button_on_short: [on_press]
button_on_long: [on_hold]
button_on_release: [on_hold_release]
button_off_short: [off_press]
button_off_long: [off_hold]
button_off_release: [off_hold_release]
button_up_short: [up_press]
button_up_long: [up_hold]
button_up_release: [up_hold_release]
button_down_short: [down_press]
button_down_long: [down_hold]
button_down_release: [down_hold_release]
# pre-choose actions for buttons based on configured integration
# no need to perform this task at automation runtime
button_on_short: '{{ actions_mapping[integration_id]["button_on_short"] }}'
Expand Down