core/homeassistant/components/apcupsd
Yuxin Wang 2c5510df30
Avoid using coordinator in config flow of APCUPSD (#112121)
* 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
..
__init__.py Move APCUPSd coordinator to separate file (#104540) 2023-11-26 13:04:52 +01:00
binary_sensor.py Avoid using coordinator in config flow of APCUPSD (#112121) 2024-03-04 09:40:59 +01:00
config_flow.py Avoid using coordinator in config flow of APCUPSD (#112121) 2024-03-04 09:40:59 +01:00
const.py Avoid using coordinator in config flow of APCUPSD (#112121) 2024-03-04 09:40:59 +01:00
coordinator.py Avoid using coordinator in config flow of APCUPSD (#112121) 2024-03-04 09:40:59 +01:00
icons.json Add icon translations to apcupsd (#111342) 2024-02-25 10:42:04 +01:00
manifest.json Replace apcaccess dependency with aioapcaccess in apcupsd (#104571) 2023-12-08 12:40:09 +01:00
sensor.py Avoid using coordinator in config flow of APCUPSD (#112121) 2024-03-04 09:40:59 +01:00
strings.json Remove unreferenced issues (#95976) 2023-07-07 18:19:11 +02:00