Update ha-smart-thermostat-control.yaml
This commit is contained in:
parent
a37de12da4
commit
2357540d07
1 changed files with 8 additions and 8 deletions
|
|
@ -5,6 +5,14 @@ blueprint:
|
||||||
domain: automation
|
domain: automation
|
||||||
source_url: https://gdamsbo.dk/forgejo/andreas/ha-smart-thermostat-control/raw/branch/main/ha-smart-thermostat-control.yaml
|
source_url: https://gdamsbo.dk/forgejo/andreas/ha-smart-thermostat-control/raw/branch/main/ha-smart-thermostat-control.yaml
|
||||||
input:
|
input:
|
||||||
|
thermostat:
|
||||||
|
name: Thermostat
|
||||||
|
description: Select the thermostat(s) to control.
|
||||||
|
selector:
|
||||||
|
entity:
|
||||||
|
domain:
|
||||||
|
- climate
|
||||||
|
multiple: true
|
||||||
window_sensor:
|
window_sensor:
|
||||||
name: Window / Door Sensor Group
|
name: Window / Door Sensor Group
|
||||||
description: Select your grouped or single window / door sensor.
|
description: Select your grouped or single window / door sensor.
|
||||||
|
|
@ -54,14 +62,6 @@ blueprint:
|
||||||
max: 1440.0
|
max: 1440.0
|
||||||
unit_of_measurement: minutes
|
unit_of_measurement: minutes
|
||||||
step: 5.0
|
step: 5.0
|
||||||
thermostat:
|
|
||||||
name: Thermostat
|
|
||||||
description: Select the thermostat(s) to control.
|
|
||||||
selector:
|
|
||||||
entity:
|
|
||||||
domain:
|
|
||||||
- climate
|
|
||||||
multiple: true
|
|
||||||
schedule_helper:
|
schedule_helper:
|
||||||
name: Schedule Helper
|
name: Schedule Helper
|
||||||
description: Select the schedule helper entity to determine day/night heating times.
|
description: Select the schedule helper entity to determine day/night heating times.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue