Skip to content

Instantly share code, notes, and snippets.

@johnneerdael
johnneerdael / kitchen_motion.yaml
Last active November 4, 2025 00:43
Motion-activated light with toggle switch override and day/night modes
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:
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
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
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
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
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:
# 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.