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
| esphome: | |
| name: fan-gym | |
| friendly_name: Fan Gym | |
| on_boot: | |
| - if: | |
| condition: | |
| switch.is_off: child_lock | |
| then: | |
| - lambda: |- | |
| if (id(switch_rotation).state) { id(rotation).turn_on(); } |
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
| esphome: | |
| name: dehumidifier | |
| friendly_name: Dehumidifier | |
| on_boot: | |
| priority: -100 | |
| then: | |
| - lambda: |- | |
| if (id(state).state) { | |
| id(button_power).press(); | |
| } |
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
| # READ THIS FIRST # | |
| File names match the video timestamps, so you can easily find the code for a specific moment in the video. |