Commit graph

7 commits

Author SHA1 Message Date
springstan
9a40d5b7ed
Use HTTP_NOT_FOUND constant () 2020-04-09 00:57:47 +02:00
Kit Klein
955c94e313
allow overriding host api url in config flow ()
* allow overriding host api url in config flow

* fix typo

* capitalize URL
2020-03-31 15:50:37 -07:00
Kit Klein
0e6b905cdf
Add konnected multi output ()
* add test to for importing multiple output settings

* provide option to set multiple output states

* tweaks after testing

* Update homeassistant/components/konnected/config_flow.py

Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-03-29 20:05:59 -07:00
Kit Klein
ef54f33af7
Ignore the ignored konnected config entries ()
* ignore the ignored konnected config entries

* key off data instead of source
2020-03-16 01:11:26 +01:00
Kit Klein
5488389244
Dedup and clarify imported konnected config flows ()
* dedup config flows

* use default (imported) options until user goes thru options flow

* address pr feedback

* correct key used to distinguish pro model
2020-02-25 13:55:06 +01:00
Kit Klein
d2d788631e
0.106 Beta - provide correctly formatted placeholders () 2020-02-23 13:54:18 -08:00
Kit Klein
3435281bd1
Support Konnected Pro alarm panel, embrace async, leverage latest HA features/architecture ()
* fix unique_id computation for switches

* update konnected component to use async, config entries, registries. Pro board support and tests

* clean up formatting comments from PR

* use standard interfaces in tests

* migrate config flow to use options

* address latest pr feedback

* format for import as part of config schema validation

* address pr feedback

* lint fix

* simplify check based on pr feedback

* clarify default schema validation

* fix other schema checks

* fix translations

Co-authored-by: Nate Clark <nate@nateclark.com>
2020-02-11 22:04:42 +01:00