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: "[ob] Schedule covers" | |
| description: "Open/close covers based on a schedule's state." | |
| domain: automation | |
| source_url: https://gist.github.com/hobbe/beafad19e74ee7935f19fb5c182c3914 | |
| homeassistant: | |
| min_version: 2022.10.0 | |
| input: | |
| schedule_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: | |
| domain: automation | |
| name: Controlling lights using Philips Hue Dimmer Switch (RWL021) | |
| description: Take the swith fast into use with pre-set configuration. | |
| source_url: https://gist.github.com/hobbe/ddce499e3271a236f5ac2fddb5786349 | |
| input: | |
| zha_device: | |
| name: Philips Hue Dimmer Switch (RWL021 only) | |
| description: The swith to be taken into use. | |
| selector: |
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: "[ob] Toggle based on schedule" | |
| description: "Toggle entities (lights or switches) based on schedule's state." | |
| domain: automation | |
| source_url: https://gist.github.com/hobbe/cf86b4752c3e38087ad9ff62acae4eda | |
| homeassistant: | |
| min_version: 2022.10.0 | |
| input: | |
| schedule_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
| # # TeleInfo sensors on ESPHome # | |
| # | |
| # Use of the `teleinfo` component provided by ESPHome: | |
| # [teleinfo](https://esphome.io/components/sensor/teleinfo.html) | |
| # | |
| # To create the TeleInfo adapter, see articles at: | |
| # | |
| # - <https://github.com/schmurtzm/Teleinfo-TIC-with-ESPhome> | |
| # - <http://hallard.me/libteleinfo> | |
| # |