1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-05 14:39:16 +00:00

15 Commits

Author SHA1 Message Date
epenet
8c13daf6d9
Move SsdpServiceInfo to service_info helpers ()
* Move SsdpServiceInfo to service_info helpers

* docstring

* Move string constants

* Adjust components
2025-01-15 15:00:27 +02:00
epenet
31c36beb2e
Move DhcpServiceInfo to service_info helpers ()
* Move DhcpServiceInfo to service_info helpers

* Fix mypy/pylint
2025-01-15 13:09:18 +01:00
Franck Nijhof
5c80ddb891
Fix LaMetric config flow for cloud import path () 2024-12-12 13:49:17 +01:00
epenet
e0a14cdeea
Use reauth helpers in lametric () 2024-10-18 17:23:11 +02:00
Sid
2cc916db6d
Replace pylint broad-except with Ruff BLE001 () 2024-05-07 14:00:27 +02:00
Sid
f7b7f74d10
Enable Ruff TRY201 ()
* Enable Ruff TRY201

* remove redundant rules
2024-03-28 10:18:07 +01:00
Marc Mueller
59a6035d3f
Add empty line after module docstring [j-m] () 2024-03-08 09:01:29 -05:00
Erik Montnemery
52e7912caf
Migrate integrations i-m to generic flowhandler () 2024-02-29 20:08:46 +01:00
Sebastian Heiden
a260c11d4e
Fix LaMetric Config Flow for SKY ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-01 18:04:00 +02:00
Marc Mueller
67499e0204
Enable pydantic mypy plugin () 2023-02-09 13:33:10 +01:00
Franck Nijhof
318871f8a9
Code styling tweaks to the LaMetric integration () 2023-01-09 01:36:54 +02:00
Franck Nijhof
7bd9ce72f7
Add reauth support to LaMetric ()
* Add reauth support to LaMetric

* Adjust docblock
2022-10-14 23:54:14 +02:00
Franck Nijhof
5d378f6fbd
Fix failing LaMetric pairing message during config flow () 2022-09-24 22:03:21 -04:00
Franck Nijhof
564150169b
Update LaMetric config entry using DHCP discovery data ()
* Update LaMetric config entry using DHCP discovery data

* Update translations
2022-09-16 08:35:12 +02:00
Franck Nijhof
71cdc1645b
Refactor LaMetric integration ()
* 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