1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/sensibo/services.yaml
2022-06-19 09:28:33 -05:00

90 lines
2.0 KiB
YAML

assume_state:
name: Assume state
description: Set Sensibo device to external state.
target:
entity:
integration: sensibo
domain: climate
fields:
state:
name: State
description: State to set.
required: true
example: "on"
selector:
select:
options:
- "on"
- "off"
enable_timer:
name: Enable Timer
description: Enable the timer with custom time.
target:
entity:
integration: sensibo
domain: climate
fields:
minutes:
name: Minutes
description: Countdown for timer (for timer state on)
required: false
example: 30
selector:
number:
min: 0
step: 1
mode: box
enable_pure_boost:
name: Enable Pure Boost
description: Enable and configure Pure Boost settings.
target:
entity:
integration: sensibo
domain: climate
fields:
ac_integration:
name: AC Integration
description: Integrate with Air Conditioner.
required: false
example: true
selector:
boolean:
geo_integration:
name: Geo Integration
description: Integrate with Presence.
required: false
example: true
selector:
boolean:
indoor_integration:
name: Indoor Air Quality
description: Integrate with checking indoor air quality.
required: false
example: true
selector:
boolean:
outdoor_integration:
name: Outdoor Air Quality
description: Integrate with checking outdoor air quality.
required: false
example: true
selector:
boolean:
sensitivity:
name: Sensitivity
description: Set the sensitivity for Pure Boost.
required: false
example: "Normal"
selector:
select:
options:
- "Normal"
- "Sensitive"
disable_pure_boost:
name: Disable Pure Boost
description: Disable Pure Boost.
target:
entity:
integration: sensibo
domain: climate