1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-13 10:29:14 +00:00

3 Commits

Author SHA1 Message Date
Marc Mueller
ff3a801936
Add empty line after module docstring [a-d] () 2024-03-08 14:51:32 +01:00
Yuxin Wang
2c5510df30
Avoid using coordinator in config flow of APCUPSD ()
* Separate data class out of coordinator

* Further fix the imports

* Update homeassistant/components/apcupsd/coordinator.py

Co-authored-by: J. Nick Koston <nick@koston.org>

* Use `or` to make it a bit cleaner when trying to find the UPS model

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>

* Use or to make it a bit cleaner when trying to find the UPS model

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>

* Use plain dict instead of `OrderedDict`

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2024-03-04 09:40:59 +01:00
Joost Lekkerkerker
e3599bc26f
Move APCUPSd coordinator to separate file () 2023-11-26 13:04:52 +01:00