Commit Graph

20 Commits

Author SHA1 Message Date
Franck Nijhof
6ea6782d23 Add buttons to dismiss notifications in LaMetric (#80605) 2022-10-19 17:46:54 +02:00
Franck Nijhof
e3919babb2 Add chart service to LaMetric (#80554) 2022-10-18 19:36:19 -06:00
Franck Nijhof
326a1b21ca Add message service to LaMetric (#80448) 2022-10-17 16:14:20 +02:00
Franck Nijhof
7bd9ce72f7 Add reauth support to LaMetric (#80355)
* Add reauth support to LaMetric

* Adjust docblock
2022-10-14 23:54:14 +02:00
Franck Nijhof
b28ad1282a Use percentage constant as unit in LaMetric brightness (#80162) 2022-10-12 11:56:18 +02:00
Franck Nijhof
1191f4b61d Add error handling to LaMetric switch platform (#80161) 2022-10-12 11:35:09 +02:00
Franck Nijhof
9396169060 Add error handling to LaMetric select platform (#80160) 2022-10-12 11:34:08 +02:00
Franck Nijhof
77571c8a84 Add error handling to LaMetric number platform (#80159) 2022-10-12 11:33:09 +02:00
Franck Nijhof
d03e0380bb Add brightness controls to LaMetric (#79804) 2022-10-12 10:59:15 +02:00
Franck Nijhof
a18f8d2ff3 Add error handling to LaMetric button platform (#80136) 2022-10-11 23:50:07 +02:00
Franck Nijhof
e3a3f93441 Add full test coverage to LaMetric (#80134) 2022-10-11 22:54:49 +02:00
Franck Nijhof
575501d26a Add select platform to LaMetric (#79803) 2022-10-10 09:28:36 +02:00
Franck Nijhof
5a0609ae8b Add sensor platform to LaMetric (#79935) 2022-10-09 21:28:35 +02:00
Franck Nijhof
0b9d029350 Add switch platform to LaMetric (#79759)
* Add switch platform to LaMetric

* Little naming tweak
2022-10-07 15:03:58 +02:00
Franck Nijhof
90d39a414c Add LaMetric number tests (#79748) 2022-10-07 08:11:10 +02:00
Franck Nijhof
633ffad443 Add diagnostics to LaMetric (#79757)
* Add diagnostics to LaMetric

* Add return value typing

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-10-07 08:07:59 +02:00
Franck Nijhof
166160e2b5 Add LaMetric button tests (#78754) 2022-09-21 13:57:40 +02:00
Franck Nijhof
36eda3801d Add LaMetric integration init tests (#78679) 2022-09-19 11:11:05 +02:00
Franck Nijhof
564150169b Update LaMetric config entry using DHCP discovery data (#78527)
* Update LaMetric config entry using DHCP discovery data

* Update translations
2022-09-16 08:35:12 +02:00
Franck Nijhof
71cdc1645b Refactor LaMetric integration (#76759)
* Refactor LaMetric integration

* Use async_setup

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* use async_get_service

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update tests/components/lametric/conftest.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update tests/components/lametric/conftest.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Pass hassconfig

* Remove try/catch

* Fix passing hassconfig

* Use menu

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-18 00:49:11 +02:00