This file contains 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
alias: Holiday Train On every Hour | |
description: "" | |
trigger: | |
- platform: time_pattern | |
minutes: "0" | |
seconds: "0" | |
condition: | |
- condition: time | |
before: "22:30:00" | |
after: "08:30:00" |
This file contains 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
// Captured using ESPHome - https://esphome.io/components/remote_receiver.html | |
// Start (Max) | |
3000, -3000, 500, -500, 500, -1500, 500, -1500, 500, -500, | |
500, -1500, 500, -500, 500, -500, 500, -500, 500, -500, | |
500, -1500, 500, -500, 500, -1500, 500, -1500, 500, -1500, | |
500, -500, 500, -500, 500, -500, 500, -500, 500, -500, | |
500, -1500, 500, -500, 500, -500, 500, -1500, 500, -500, | |
500, -500, 500, -500, 500, -1500, 500, -500, 500, -500, |
This file contains 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: ZHA - Philips Hue Dimmer Switch | |
description: | | |
Control lights with a Philips Hue Dimmer Switch. | |
The top "on" button behaviour is adjustable. By default it behaves like this: | |
- Press it while the light is off, and the light will turn on to the last set brightness. | |
- Press it again while the light is on, the light will turn to the fixed brightness setting. | |
Dim up/down buttons will change the brightness smoothly and can be pressed |