2020-01-18 12:14:50 +00:00
|
|
|
# Support for a Genius Hub system
|
|
|
|
# Describes the format for available services
|
|
|
|
|
|
|
|
set_zone_mode:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Set zone mode
|
2020-01-18 12:14:50 +00:00
|
|
|
description: >-
|
2020-04-05 15:27:16 +00:00
|
|
|
Set the zone to an operating mode.
|
2020-01-18 12:14:50 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Entity
|
2020-01-18 12:14:50 +00:00
|
|
|
description: The zone's entity_id.
|
2021-05-12 18:49:04 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
entity:
|
|
|
|
integration: geniushub
|
|
|
|
domain: climate
|
2020-01-18 12:14:50 +00:00
|
|
|
mode:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Mode
|
2020-04-05 15:27:16 +00:00
|
|
|
description: "One of: off, timer or footprint."
|
2021-05-12 18:49:04 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- 'off'
|
|
|
|
- 'timer'
|
|
|
|
- 'footprint'
|
2020-01-18 12:14:50 +00:00
|
|
|
|
|
|
|
set_zone_override:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Set zone override
|
2020-01-18 12:14:50 +00:00
|
|
|
description: >-
|
2021-05-12 18:49:04 +00:00
|
|
|
Override the zone's set point for a given duration.
|
2020-01-18 12:14:50 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Entity
|
2020-01-18 12:14:50 +00:00
|
|
|
description: The zone's entity_id.
|
2021-05-12 18:49:04 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
entity:
|
|
|
|
integration: geniushub
|
|
|
|
domain: climate
|
2020-01-18 12:14:50 +00:00
|
|
|
temperature:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Temperature
|
|
|
|
description: The target temperature.
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 4
|
|
|
|
max: 28
|
|
|
|
step: 0.1
|
|
|
|
unit_of_measurement: '°'
|
2020-01-18 12:14:50 +00:00
|
|
|
duration:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Duration
|
2020-01-18 12:14:50 +00:00
|
|
|
description: >-
|
2020-04-05 15:27:16 +00:00
|
|
|
The duration of the override. Optional, default 1 hour, maximum 24 hours.
|
2020-01-18 12:14:50 +00:00
|
|
|
example: '{"minutes": 135}'
|
2021-05-12 18:49:04 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2021-01-29 11:44:56 +00:00
|
|
|
|
|
|
|
set_switch_override:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Set switch override
|
2021-01-29 11:44:56 +00:00
|
|
|
description: >-
|
|
|
|
Override switch for a given duration.
|
2021-05-12 18:49:04 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: geniushub
|
|
|
|
domain: switch
|
2021-01-29 11:44:56 +00:00
|
|
|
fields:
|
|
|
|
duration:
|
2021-05-12 18:49:04 +00:00
|
|
|
name: Duration
|
2021-01-29 11:44:56 +00:00
|
|
|
description: >-
|
|
|
|
The duration of the override. Optional, default 1 hour, maximum 24 hours.
|
|
|
|
example: '{"minutes": 135}'
|
2021-05-12 18:49:04 +00:00
|
|
|
selector:
|
|
|
|
object:
|