core/homeassistant
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
..
auth
backports Relax typing on cached_property to accept subclasses (#95407) 2023-07-23 20:47:29 -05:00
brands
components Add OUI to tplink diagnostics (#97646) 2023-08-03 22:49:55 -04:00
generated Fix typo in tplink OUI (#97644) 2023-08-03 12:20:35 +02:00
helpers Allow to sort options in select selector (#97680) 2023-08-03 21:49:22 +02:00
scripts
util Replace deprecated pkg_resources with importlib.metadata (#97628) 2023-08-03 09:14:00 +02:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py
config_entries.py Migrate backported StrEnum to built-in StrEnum (#97101) 2023-07-23 23:19:24 +02:00
const.py Bump version to 2023.9.0dev0 (#97265) 2023-07-26 17:40:17 +02:00
core.py Migrate backported StrEnum to built-in StrEnum (#97101) 2023-07-23 23:19:24 +02:00
data_entry_flow.py Migrate backported StrEnum to built-in StrEnum (#97101) 2023-07-23 23:19:24 +02:00
exceptions.py
loader.py Update bind_hass docstring to discourage its use (#96933) 2023-07-20 13:34:24 +02:00
package_constraints.txt Bump zeroconf to 0.74.0 (#97745) 2023-08-03 22:48:53 -04:00
requirements.py Replace deprecated pkg_resources with importlib.metadata (#97628) 2023-08-03 09:14:00 +02:00
runner.py Add cancel messages to core task cancelation (#96972) 2023-07-20 18:03:36 -05:00
setup.py
strings.json