core/homeassistant/components/juicenet
Jesse Hills e696c08db0
Rewrite JuiceNet for async and config flow (#34365)
* Add config flow to JuiceNet

* Fix some lint issues

* Fix imports

* Abort on reconfigure / Allow multiple accounts
Abort on bad API token
Fix strings

* Remove unused variable

* Update strings

* Remove import

* Fix import order again

* Update imports
Remove some unused parameters

* Add back ignore

* Update config_flow.py

* iSort

* Update juicenet integration to be async

* Update coverage for juicenet config flow

* Update homeassistant/components/juicenet/entity.py

Co-Authored-By: J. Nick Koston <nick@koston.org>

* Black

* Make imports relative

* Rename translations folder

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-08 00:52:20 -05:00
..
translations Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
__init__.py Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
config_flow.py Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
const.py Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
device.py Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
entity.py Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
manifest.json Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
sensor.py Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
strings.json Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00
switch.py Rewrite JuiceNet for async and config flow (#34365) 2020-05-08 00:52:20 -05:00