ha-core/homeassistant/components/flux_led
J. Nick Koston 84327f203c
Fix flux_led set time to not happen during DST switch (#89559)
* Fix flux_led set time test

If this test was run at the wrong time of the day
it would not have been long enough for the set time
to fire since it only happens at 2:40:30 in the morning
local time

* Revert "Fix flux_led set time test"

This reverts commit 3241912eff.

* Change time set to not be during DST switch
2023-03-11 21:52:17 -05:00
..
__init__.py Fix flux_led set time to not happen during DST switch (#89559) 2023-03-11 21:52:17 -05:00
button.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
config_flow.py Remove unnecessary try-else (2) (#86159) 2023-01-18 14:25:09 +01:00
const.py
coordinator.py Improve DataUpdateCoordinator typing in integrations (1) (#84655) 2022-12-27 22:44:25 +01:00
diagnostics.py
discovery.py Make sure all discovery flows are using the helper (#76641) 2022-08-12 09:25:23 -04:00
entity.py
light.py
manifest.json Sort manifests 3 (#87024) 2023-02-08 20:19:19 +01:00
number.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
select.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
sensor.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
services.yaml
strings.json Fix incorrect usage of 'setup' vs 'set up' (#83774) 2022-12-12 11:40:00 +01:00
switch.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
util.py Replace assert False by raising an error (#86686) 2023-01-26 16:51:43 +01:00