J. Nick Koston
a5a54ab870
Bump zeroconf to 0.135.0 ( #126706 )
2024-09-25 09:02:00 +02:00
Erik Montnemery
589910b49b
Reinitialize zeroconf discovery flow on config entry removal ( #126595 )
2024-09-24 13:37:28 +02:00
Erik Montnemery
4a66395d51
Simplify signal_discovered_config_entry_removed job ( #126591 )
2024-09-24 08:44:11 +02:00
Erik Montnemery
d82bff1bc2
Index config entry discovery_keys by discovery domain ( #126563 )
...
* Index config entry discovery_keys by discovery domain
* Add new signal
* Update tests
* Update homeassistant/config_entries.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Fix imports
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-09-23 21:48:11 +02:00
Erik Montnemery
b2982c18bb
Reinitialize zeroconf discovery flow on unignore ( #125753 )
...
* Reinitialize zeroconf discovery flow on unignore
* Adjust tests
* Improve comments
* Fix logic for updating discovery keys
* Add tests
* Use mock_config_flow helper in new config_entries test
* Add discovery_keys attribute to ConfigEntry
* Update zeroconf rediscovery
* Change type of ConfigEntry.discovery_keys
* Update tests
* Fix DiscoveryKey.from_json_dict and add tests
* Fix test
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-09-23 16:49:21 +02:00
J. Nick Koston
abceed8112
Use identity check for zeroconf enum compare ( #126444 )
2024-09-22 21:41:10 -05:00
J. Nick Koston
03a6eb26be
Bump zeroconf to 0.134.0 ( #125491 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.133.0...0.134.0
2024-09-08 09:10:46 +02:00
J. Nick Koston
68d6f1c1aa
Bump zeroconf to 0.133.0 ( #124673 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.132.2...0.133.0
2024-08-27 11:15:00 +02:00
J. Nick Koston
0d0b77c9e4
Remove eager_start=False from zeroconf ( #115498 )
2024-04-13 00:09:42 -05:00
J. Nick Koston
af2c381a0c
Bump zeroconf to 0.132.2 ( #115505 )
2024-04-13 00:05:08 -05:00
J. Nick Koston
b9899a441c
Bump zeroconf to 0.132.1 ( #115501 )
2024-04-12 14:13:06 -10:00
J. Nick Koston
ca5ed274cb
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
J. Nick Koston
166910f587
Make eager_start default to True for async_create_background_task ( #114996 )
2024-04-06 09:53:50 -10:00
J. Nick Koston
f2b9e6b389
Bump zeroconf to 0.132.0 ( #114596 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.131.0...0.132.0
2024-04-01 23:18:26 +02:00
J. Nick Koston
fa68c5633c
Fix zeroconf shutting down too early ( #113638 )
2024-03-16 14:42:27 -10:00
Joost Lekkerkerker
4547131bbc
Improve lists in integrations [X-Z] ( #113253 )
2024-03-13 20:32:12 +01:00
Paulus Schoutsen
f416d67d21
Remove built-in support for import_executor in manifest ( #112725 )
2024-03-08 12:02:32 -05:00
Marc Mueller
c773d57d39
Add empty line after module docstring [w-z] ( #112706 )
2024-03-08 10:35:45 -05:00
J. Nick Koston
a12fa0383b
Make zeroconf lookups background tasks ( #112669 )
...
* Make zeroconf lookups background tasks
There were blocking startup and shutdown
* disable for now
2024-03-07 23:37:56 -05:00
J. Nick Koston
d164039bba
Remove gather for loading generated files in zeroconf ( #111699 )
...
async_get_custom_components is the only place this can suspend
and it will always be cached by the time this is called so there
is no reason to schedule these on the event loop
2024-02-28 10:55:41 -05:00
J. Nick Koston
40190a2f1f
Import zeroconf in the executor to avoid blocking the event loop ( #111591 )
...
This one takes ~0.45s on the green
2024-02-26 23:20:03 -05:00
J. Nick Koston
851ad21d11
Small cleanup to zeroconf properties matcher ( #107342 )
...
* Small cleanup to zeroconf properties matcher
- Switch to dict.items() to avoid dict key lookup
- return early when a match is rejected
* tweak
2024-01-06 10:16:57 +01:00
J. Nick Koston
bb30bfa225
Reduce zeroconf matcher complexity ( #105880 )
2023-12-23 11:04:05 +01:00
Ville Skyttä
24b1e01d71
Update Ruff to 0.1.8, avoid linter/formatter conflicts ( #106080 )
...
* Disable Ruff rules that may conflict with the formatter
* Upgrade Ruff to 0.1.8
- https://github.com/astral-sh/ruff/releases/tag/v0.1.7
- https://github.com/astral-sh/ruff/releases/tag/v0.1.8
* Format with Ruff 0.1.8
2023-12-20 23:55:09 +01:00
J. Nick Koston
2403b21c4f
Bump zeroconf to 0.131.0 ( #106037 )
2023-12-20 06:37:52 -10:00
J. Nick Koston
4bdfea5d67
Remove HaAsyncServiceBrowser from zeroconf ( #105881 )
2023-12-18 14:11:06 +01:00
J. Nick Koston
3f68abdd3a
Bump zeroconf to 0.130.0 ( #105868 )
2023-12-17 06:00:38 -10:00
J. Nick Koston
aafdca88c9
Bump zeroconf to 0.129.0 ( #105701 )
...
* Bump zeroconf to 0.129.0
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.128.5...0.129.0
* cleanup typing
* remove redunant lru
* revert type narrowing
2023-12-14 07:52:37 +01:00
J. Nick Koston
a16ab0d1ac
Bump zeroconf to 0.128.5 ( #105694 )
2023-12-13 12:14:07 -10:00
J. Nick Koston
c634e3f0ca
Bump zeroconf to 0.128.4 ( #105465 )
...
* Bump zeroconf to 0.128.3
significant bug fixes
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.128.0...0.128.3
* .4
2023-12-11 07:47:53 +01:00
J. Nick Koston
edb52bb364
Bump zeroconf to 0.128.0 ( #104936 )
2023-12-03 11:51:34 +01:00
J. Nick Koston
51c1ea85f3
Bump zeroconf to 0.127.0 ( #104017 )
2023-11-15 10:29:19 +01:00
J. Nick Koston
74c51ec9e0
Bump zeroconf to 0.126.0 ( #103934 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.125.0...0.126.0
2023-11-13 22:04:58 +01:00
J. Nick Koston
50a65fc8c4
Bump zeroconf to 0.125.0 ( #103877 )
2023-11-12 17:12:58 -06:00
J. Nick Koston
492d8acf3f
Bump zeroconf to 0.123.0 ( #103830 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.122.3...0.123.0
2023-11-12 09:32:14 +01:00
J. Nick Koston
5ee826528d
Bump zeroconf to 0.122.3 ( #103657 )
2023-11-09 19:46:34 +01:00
J. Nick Koston
a8deb6afd0
Bump zeroconf to 0.120.0 ( #103412 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.119.0...0.120.0
2023-11-05 07:08:24 -06:00
J. Nick Koston
9d6518265c
Bump zeroconf to 0.119.0 ( #102207 )
2023-10-18 07:22:06 -10:00
J. Nick Koston
23e5bc20c2
Bump zeroconf to 0.118.0 ( #102015 )
2023-10-15 05:54:59 -10:00
J. Nick Koston
fecaf9aa60
Bump zeroconf to 0.116.0 ( #101915 )
2023-10-13 10:39:44 +02:00
J. Nick Koston
cb0a05142d
Bump zeroconf to 0.115.2 ( #101482 )
2023-10-05 19:50:35 +02:00
J. Nick Koston
1f76abe6f4
Bump zeroconf to 0.115.1 ( #101213 )
2023-10-01 19:33:38 +01:00
J. Nick Koston
6551e52225
Bump zeroconf to 0.115.0 ( #100931 )
2023-09-26 10:08:27 -05:00
J. Nick Koston
d5c22bec82
Bump zeroconf to 0.114.0 ( #100880 )
2023-09-25 16:19:24 -05:00
J. Nick Koston
0eca433004
Update zeroconf discovery to use IPAddress objects to avoid conversions ( #100567 )
2023-09-19 18:58:46 +02:00
J. Nick Koston
1d4b731603
Bump zeroconf to 0.112.0 ( #100386 )
2023-09-14 12:40:47 -05:00
J. Nick Koston
58bb624b24
Bump zeroconf to 0.111.0 ( #100340 )
2023-09-14 07:54:17 +02:00
J. Nick Koston
0571a75c99
Bump zeroconf to 0.108.0 ( #100148 )
2023-09-11 14:42:13 -05:00
J. Nick Koston
d5fc92eb90
Bump zeroconf to 0.107.0 ( #100134 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.105.0...0.107.0
2023-09-11 20:34:35 +02:00
J. Nick Koston
791482406c
Cleanup isinstance checks in zeroconf ( #100090 )
2023-09-11 08:13:25 -05:00