core/homeassistant/components/tplink
J. Nick Koston 0cc80a9d29
Add OUI to tplink diagnostics (#97646)
* Add OUI to tplink diagnostics

The main reason discovery does not work for new devices is we
are missing the OUI. Since we redact the whole mac address in
the diagnostics, this makes it difficult to fix. We now include
the OUI in the diagnostics

* fix: use cached mac

* fix: tests
2023-08-03 22:49:55 -04:00
..
__init__.py
config_flow.py
const.py
coordinator.py
diagnostics.py Add OUI to tplink diagnostics (#97646) 2023-08-03 22:49:55 -04:00
entity.py Migrate TPLink to has entity name (#96246) 2023-07-24 20:49:40 +02:00
light.py Migrate TPLink to has entity name (#96246) 2023-07-24 20:49:40 +02:00
manifest.json Fix typo in tplink OUI (#97644) 2023-08-03 12:20:35 +02:00
sensor.py Migrate TPLink to has entity name (#96246) 2023-07-24 20:49:40 +02:00
services.yaml
strings.json Migrate TPLink to has entity name (#96246) 2023-07-24 20:49:40 +02:00
switch.py Fix tplink child plug state reporting (#97658) 2023-08-03 12:35:22 +02:00