1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-06 11:46:19 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
epenet
b2a54c50e2 Move mock_zeroconf to decorator in tests () 2024-06-07 20:55:20 +02:00
Marc Mueller
aa16a9d707 Add empty line after module docstring (3) () 2024-03-08 20:38:34 +01:00
J. Nick Koston
49d73441bf Abort ESPHome connection when both name and mac address do not match () 2023-08-22 23:02:23 +02:00
J. Nick Koston
e38f55fdb6 Move ESPHomeManager into its own file ()
* Move ESPHomeManager into its own file

This is not a functional change. This is only a reorganization
ahead of some more test coverage being added so moving tests
around can be avoided later.

* relos

* fixes

* merge a portion of new cover since its small and allows us to remove the __init__ from .coveragerc
2023-07-08 09:19:44 +02:00
epenet
b9beed4624 Add type hints to integration tests (part 6) () 2023-02-13 09:45:11 +01:00
Paulus Schoutsen
d3df4dd3c1 ESPHome: Use MAC as unique ID ()
* ESPHome: Use MAC as unique ID

* Normalize incoming zeroconf/dhcp macs

* Update comment

* Test ESPHome without mac in zeroconf

* Use format_mac

* Remove unique ID index from DomainData
2022-12-10 22:26:42 -05:00