core/homeassistant/components/openuv
Whitney Young 7aa9301038
Fix initial state of UV protection window (#146408)
The `binary_sensor` is created when the config entry is loaded after the
`async_config_entry_first_refresh` has completed (during the forward of
setup to platforms). Therefore, the update coordinator will already have
data and will not trigger the invocation of
`_handle_coordinator_update`.

Fixing this just means performing the same update at initialization.
2025-06-10 17:35:40 +02:00
..
__init__.py Move openuv base entity to separate module (#126506) 2024-09-23 12:44:42 +02:00
binary_sensor.py
config_flow.py Add empty line after module docstring [n-q] (#112702) 2024-03-08 15:04:07 +01:00
const.py Add empty line after module docstring (2) [components] (#112736) 2024-03-08 19:15:59 +01:00
coordinator.py Explicitly pass in the config_entry in openuv coordinator (#138050) 2025-02-09 15:53:00 +02:00
diagnostics.py Add empty line after module docstring [n-q] (#112702) 2024-03-08 15:04:07 +01:00
entity.py
icons.json
manifest.json
sensor.py Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
strings.json