Commit graph

4 commits

Author SHA1 Message Date
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