Commit Graph

5 Commits (d72c28a1357dba0bef25ee0acc2f07e628109458)

Author SHA1 Message Date
Brandon Rothweiler f24f0c2954
Fix incorrect usage of 'setup' vs 'set up' () 2022-12-12 11:40:00 +01:00
Paulus Schoutsen 5eee600fa8
Ban brand name translations as step titles () 2022-03-28 10:41:39 -07:00
Rob Bierbooms efe34c8d13
Cleanups in Twinkly code ()
* Cleanup Twinkly code

* Add codeowner'

* Change const names
2022-01-14 22:07:15 +01:00
Pascal Vizeli c02aae58fb
Add twinkly DHCP support ()
* Add twinkly DHCP support

* fix typing import

* fix format

* Fix imports v2

* Using IP

* Fix tests

* Apply suggestions from code review

Thanks @bdraco

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

* fix black

* Add confirm step

* Add more tests

* Update homeassistant/components/twinkly/config_flow.py

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

Co-authored-by: J. Nick Koston <nick@koston.org>
2021-12-14 15:12:19 +01:00
David f693c8a9fd
Add twinkly integration ()
* Add twinkly integration

* Add tests for the Twinkly integration

* Update Twinkly client package to fix typo

* Remove support of configuration.yaml from Twinkly integration

* Add ability to unload Twinkly component from the UI

* Remove dead code from Twinkly

* Fix invalid error namespace in Twinkly for python 3.7

* Fix tests failing on CI

* Workaround code analysis issue

* Move twinkly client init out of entry setup so it can be re-used between entries

* Test the twinkly component initialization

* React to PR review and add few more tests
2020-11-19 12:22:12 -05:00