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: Blueprint device selectors #8

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
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 @@ -18,7 +18,7 @@ blueprint:
device:
integration: mqtt
manufacturer: Aqara
model: Cube (MFKZQ01LM)
model: Cube
side:
name: Cube Side Entity
description: Entity representing the current side of the cube (_side suffix).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ blueprint:
device:
integration: mqtt
manufacturer: Philips
model: Hue smart button (8718699693985)
model: Hue smart button
light_entity_bed:
name: Bedside Light
description: The light entity for the bedside lamp.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ blueprint:
device:
integration: mqtt
manufacturer: Philips
model: Hue smart button (8718699693985)
model: Hue smart button
press_action:
name: Action on Press
description: The action to execute when the button is pressed.
Expand Down
4 changes: 2 additions & 2 deletions blueprints/automation/golles/zigbee2mqtt_xiaomi_switch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ blueprint:
filter:
- integration: mqtt
manufacturer: Xiaomi
model: Mi wireless switch (WXKG01LM)
model: Mi wireless switch
- integration: mqtt
manufacturer: Aqara
model: Wireless mini switch (WXKG11LM)
model: Wireless mini switch
single:
name: Action for Single Press
description: The action to execute on a single press.
Expand Down
Loading