This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- square: false | |
columns: 2 | |
type: grid | |
cards: | |
- type: custom:stack-in-card | |
cards: | |
- type: horizontal-stack | |
cards: | |
- type: custom:mushroom-chips-card | |
chips: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Turn on light, switch, scene, script or group based on motion and illuminance. | |
description: > | |
Turn on a light, switch, scene, script or group based on motion detection, and low light level. | |
This blueprint uses helper entities you have to create yourself for some input values, to be able to dynamically set limits. | |
For instructions on creating the helper entities take a look in the Home Assistant Community forum topic: | |
https://community.home-assistant.io/t/turn-on-light-switch-scene-or-script-based-on-motion-and-illuminance-more-conditions/257085 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Aqara Magic Cube Zigbee2MQTT - 2022-05-05 | |
description: 'This Blueprint uses a Zigbee2MQTT built sensor to sort out the | |
38(+54) unique commands available from the Xiaomi Magic Cube Remote. (Some | |
unique commands are available thru templating only. See the related document.) | |
The split out of functions gives you the ability to assign local scripts or | |
functions to do the things you want the remote to do. | |
Functions that are left empty will simply do nothing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Blueprint metadata | |
blueprint: | |
name: Controller - IKEA E1766 TRÅDFRI Open/Close Remote | |
description: | | |
# Controller - IKEA E1766 TRÅDFRI Open/Close Remote | |
Controller automation for executing any kind of action triggered by the provided IKEA E1766 TRÅDFRI Open/Close Remote. | |
Supports deCONZ, ZHA, Zigbee2MQTT. | |
Automations created with this blueprint can be connected with one or more [Hooks](https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/hooks) supported by this controller. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Blueprint metadata | |
blueprint: | |
name: Controller - Philips 324131092621 Hue Dimmer switch | |
description: | | |
# Controller - Philips 324131092621 Hue Dimmer switch | |
Controller automation for executing any kind of action triggered by the provided Philips 324131092621 Hue Dimmer switch. Allows to optionally loop an action on a button long press. | |
Supports deCONZ, ZHA, Zigbee2MQTT. | |
Automations created with this blueprint can be connected with one or more [Hooks](https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/hooks) supported by this controller. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Blueprint metadata | |
blueprint: | |
name: Controller - IKEA E1743 TRÅDFRI On/Off Switch & Dimmer | |
description: | | |
# Controller - IKEA E1743 TRÅDFRI On/Off Switch & Dimmer | |
Controller automation for executing any kind of action triggered by the provided IKEA E1743 TRÅDFRI On/Off Switch & Dimmer. Allows to optionally loop an action on a button long press. | |
Supports deCONZ, ZHA, Zigbee2MQTT. | |
Automations created with this blueprint can be connected with one or more [Hooks](https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/hooks) supported by this controller. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Blueprint metadata | |
blueprint: | |
name: Controller - IKEA E1812 TRÅDFRI Shortcut button | |
description: | | |
# Controller - IKEA E1812 TRÅDFRI Shortcut button | |
Controller automation for executing any kind of action triggered by the provided IKEA E1812 TRÅDFRI Shortcut button. Allows to optionally loop an action on a button long press. | |
Supports deCONZ, ZHA, Zigbee2MQTT. | |
Automations created with this blueprint can be connected with one or more [Hooks](https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/hooks) supported by this controller. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Aqara Cube face-based | |
description: Control devices based on the cube's face. | |
domain: automation | |
input: | |
last_face_input: | |
name: Last face up numeric helper | |
description: Please select a Numeric Helper to be used to record the last face up. | |
selector: | |
entity: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Turn Off | |
description: > | |
Turn off a light, switch, scene, script or group based on a certain time. A Target entity (light, switch, scene or script) is required. | |
In addition you can define a blocking entity (any entity with state on/off), which blocks the automation from running when this entity's state is on. | |
domain: automation | |
input: | |
target_entity: | |
name: Target entity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Turn lights off | |
description: Turn lights off at defined time | |
domain: automation | |
input: | |
target_entity: | |
name: Light(s) | |
selector: | |
target: | |
entity: |
NewerOlder