epenet
|
e83ee00af8
|
Move UsbServiceInfo to service_info helpers (#135663)
* Move UsbServiceInfo to service_info helpers
* Adjust components
|
2025-01-15 15:10:25 +01:00 |
epenet
|
8c13daf6d9
|
Move SsdpServiceInfo to service_info helpers (#135661)
* Move SsdpServiceInfo to service_info helpers
* docstring
* Move string constants
* Adjust components
|
2025-01-15 15:00:27 +02:00 |
epenet
|
31c36beb2e
|
Move DhcpServiceInfo to service_info helpers (#135658)
* Move DhcpServiceInfo to service_info helpers
* Fix mypy/pylint
|
2025-01-15 13:09:18 +01:00 |
epenet
|
b046ca9abe
|
Move ZeroconfServiceInfo to service_info helpers (#135653)
* Move ZeroconfServiceInfo to service_info helpers
* Adjust deprecation date
* Fix mypy/pylint
* Fix DeprecatedConstant
* Add deprecation test
* Adjust
* Also deprecate ATTR_PROPERTIES_ID
|
2025-01-15 12:25:42 +01:00 |
Marc Mueller
|
dc8b7cfede
|
Allow bytearray for mqtt payload type (#132906)
|
2024-12-11 11:51:16 +01:00 |
Robert Resch
|
380974eed4
|
Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228)
* Remove hassio from ALLOWED_USED_COMPONENTS
* Move HassioServiceInfo to helpers.service_info
* Deprecate moved functions
* Add note about deprecation
* Fix tests
* Implement suggestion
* Typo
* Update pyproject.toml
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
|
2024-10-30 12:43:41 +01:00 |
Marc Mueller
|
87bb7ced79
|
Use PEP 695 for simple type aliases (#117633)
|
2024-05-17 14:42:21 +02:00 |
Jan Bouwhuis
|
372c6c7874
|
Use existing monotonic timestamp on mqtt messages for debugging (#116196)
|
2024-04-25 19:09:54 -05:00 |
Marc Mueller
|
19ab3d6daf
|
Add empty line after module docstring [helpers + other] (#112707)
|
2024-03-08 10:36:11 -05:00 |
rlippmann
|
3a72054f93
|
Make dataclasses in HA core slotted (#91208)
|
2023-04-11 07:58:28 -10:00 |
Marc Mueller
|
8abce25948
|
Update Union typing (4) [Py310] (#86427)
|
2023-01-23 09:04:40 +01:00 |
J. Nick Koston
|
80a9659524
|
Update to bleak 0.15 (#75941)
|
2022-07-29 17:53:33 -07:00 |
Marc Mueller
|
51ed9ee59d
|
Fix bluetooth service_info typing (#75477)
* Fix bluetooth service_info typing
* Remove additional type ignores
* Remove pylint disable
|
2022-07-20 05:46:18 +02:00 |
J. Nick Koston
|
ba8a530d19
|
Use shared bluetooth models for BluetoothServiceInfo (#75322)
|
2022-07-16 21:14:23 -07:00 |
J. Nick Koston
|
ecc219fbc1
|
Include the source in the bluetooth service info (#75112)
|
2022-07-16 11:02:08 -05:00 |
J. Nick Koston
|
fde3489e86
|
Relocate BluetoothServiceInfo to helpers.service_info (#75195)
|
2022-07-14 11:36:54 -07:00 |
J. Nick Koston
|
666f715e76
|
Avoid importing MQTT into core for ServiceInfo dataclass (#74418)
* Avoid importing MQTT into core for discovery dataclass
Likely fixes #73863
* relo
* adjust
* rename
* rename
* rename
* adjust missed imports
* drop compat
* fix conflict correctly
* Update homeassistant/helpers/config_entry_flow.py
* fix black from trying to fix the conflict in github
|
2022-07-14 11:09:09 -05:00 |