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: thermostat run based on sensor | |
description: Set display helpers based on remote sensor and time of day. the automation will turn run on the interval specified in frequency and turn on the thermostat. | |
domain: automation | |
homeassistant: | |
min_version: 2024.10.0 | |
input: | |
frequency: | |
name: Frequency | |
description: how often to check sensor status? 1, 5 or 10 minues. 1 min should be used for testing purposed with a generic thermostat |
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: thermostat - set helper sensor and temp | |
description: thermostat - set helper sensor and temp | |
domain: automation | |
homeassistant: | |
min_version: 2024.10.0 | |
input: | |
global_section: | |
name: Global Settings | |
icon: mdi:cog |