1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add a config flow for flume (#33419)

* Add a config flow for flume

* Sensors no longer block Home Assistant startup
since the flume api can take > 60s to respond on
the first poll

* Update to 0.4.0 to resolve the blocking startup issue

* Missed conversion to FlumeAuth

* FlumeAuth can do i/o if the token is expired, wrap it

* workaround async_add_entities updating disabled entities

* Fix conflict
This commit is contained in:
J. Nick Koston
2020-04-08 16:29:59 -05:00
committed by GitHub
parent fb8f8133a0
commit ac9429988b
13 changed files with 527 additions and 61 deletions

View File

@@ -31,6 +31,7 @@ FLOWS = [
"elkm1",
"emulated_roku",
"esphome",
"flume",
"flunearyou",
"freebox",
"garmin_connect",