mirror of
https://github.com/home-assistant/core.git
synced 2026-06-06 07:26:58 +01:00
ca5a9c9456
* Allow for multiple instances of the OpenUV integration * Docstring * Remove Repairs * Fix tests * Slightly faster OpenUV object lookup * Entity update service * Remove service descriptions * hassfest * Simplify strings * Don't add UI instructions to Repairs item * Add a throttle to entity update * Update homeassistant/components/openuv/__init__.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Switch from Throttle to Debouncer(s) * Keep dispatcher for services * Reduce change surface area * Duplicate method * Add issue registry through helper * Update deprecation version * Use config entry selector * Remove device/service info * Remove commented out method * Correct entity IDs and better verbiage * Fix tests * Handle missing config entry ID in service calls * Remove unhelpful comment * Remove unused constants Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>
37 lines
1022 B
YAML
37 lines
1022 B
YAML
# 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
|