core/homeassistant/components/openuv/services.yaml

37 lines
1022 B
YAML
Raw Normal View History

# Describes the format for available OpenUV services
update_data:
name: Update data
description: Request new data from OpenUV. Consumes two API calls.
fields:
entry_id:
name: Config Entry
description: The configured instance of the OpenUV integration to use
required: true
selector:
config_entry:
integration: openuv
update_uv_index_data:
name: Update UV index data
description: Request new UV index data from OpenUV.
fields:
entry_id:
name: Config Entry
description: The configured instance of the OpenUV integration to use
required: true
selector:
config_entry:
integration: openuv
update_protection_data:
name: Update protection data
description: Request new protection window data from OpenUV.
fields:
entry_id:
name: Config Entry
description: The configured instance of the OpenUV integration to use
required: true
selector:
config_entry:
integration: openuv