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: Light Control – Motion + Virtual Switch (scenes, timer override, day/night, safe sync) | |
| description: Stable motion lighting with manual switch override and day/night scenes. Virtual switch stays in sync with motion without loops. | |
| domain: automation | |
| input: | |
| motion_sensor: | |
| name: Motion Sensor | |
| selector: | |
| entity: { domain: binary_sensor } | |
| virtual_toggle: |
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: Scene Toggle Switch Control for Tradfri | |
| description: > | |
| Cycle scenes with left/right, quick on/off with up/down, brightness with long press. | |
| Optional motion on/off. TTS uses tts.speak with TTS engine target + media_player_entity_id in data. | |
| domain: automation | |
| input: | |
| scene_toggle_sensor: | |
| name: Scene Toggle Sensor |
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: Light Control - Motion Only and Switch for Scenes | |
| description: Motion-activated switch with day/night modes and manual override | |
| domain: automation | |
| input: | |
| motion_sensor: | |
| name: Motion Sensor | |
| selector: | |
| entity: | |
| domain: binary_sensor |
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: Light Control with Event Actions | |
| description: Motion-activated lights with button brightness control and manual override through event actions | |
| domain: automation | |
| input: | |
| motion_sensor: | |
| name: Motion Sensor | |
| selector: | |
| entity: | |
| domain: binary_sensor |
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: Light Control with Event Actions | |
| description: Motion-activated lights with button brightness control and manual override through event actions | |
| domain: automation | |
| input: | |
| motion_sensor: | |
| name: Motion Sensor | |
| selector: | |
| entity: | |
| domain: binary_sensor |
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: Dishwasher Finished Notification (TTS Enabled) 🔔 | |
| description: Notifies a mobile device AND optionally an announcement speaker when the dishwasher finishes its running cycle. | |
| domain: automation | |
| input: | |
| dishwasher_state_sensor: | |
| name: Dishwasher Operation State Sensor | |
| description: The sensor that reports the current state (e.g., 'Running', 'Finished'). | |
| 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 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. |