1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/starline/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

33 lines
752 B
YAML

update_state:
name: Update state
description: >
Fetch the last state of the devices from the StarLine server.
set_scan_interval:
name: Set scan interval
description: >
Set update frequency.
fields:
scan_interval:
name: Scan interval
description: Update frequency.
selector:
number:
min: 10
max: 86400
step: 5
unit_of_measurement: seconds
set_scan_obd_interval:
name: Set scan OBD interval
description: >
Set OBD info update frequency.
fields:
scan_interval:
name: Scan interval
description: Update frequency.
selector:
number:
min: 180
max: 86400
step: 5
unit_of_measurement: seconds