home-assistant-core/homeassistant
Ryan Mattson 05c37648c4
Add support for room sensor accessories assigned to a Honeywell (Lyric) Thermostat (#104343)
* Add support for room sensor accessories.

- Update coordinator to refresh and grab information about room sensor accessories assigned to a thermostat
- Add sensor entities for room humidity and room temperature
- Add devices to the registry for each room accessory
- "via_device" these entities through the assigned thermostat.

* fixed pre-commit issues.

* PR suggestions

- update docstring to reflect ownership by thermostat
- fixed potential issue where a sensor would not be added if its temperature value was 0

* fix bad github merge

* asyicio.gather futures for updating theromstat room stats
2024-04-18 20:50:11 +02:00
..
auth Add strict connection (#112387) 2024-04-12 14:47:46 +02:00
backports Deprecated old backports and typing aliases (#114883) 2024-04-06 13:15:30 -10:00
brands Remove Epson Workforce integration (#115201) 2024-04-09 10:38:17 +02:00
components Add support for room sensor accessories assigned to a Honeywell (Lyric) Thermostat (#104343) 2024-04-18 20:50:11 +02:00
generated Add config flow to enigma2 (#106348) 2024-04-17 15:21:54 +02:00
helpers Deprecate async_track_state_change in favor of async_track_state_change_event (#115558) 2024-04-18 10:45:14 -05:00
scripts Avoid creating unneeded Context and Event objects when firing events (#113798) 2024-03-20 09:40:06 +01:00
util Enable Ruff B905 (#114197) 2024-04-14 00:14:26 -05:00
__init__.py
__main__.py Enable Ruff RET504 (#114528) 2024-04-06 11:07:37 +02:00
block_async_io.py Detect blocking module imports in the event loop (#114488) 2024-03-30 19:51:31 -10:00
bootstrap.py Avoid useless stat() syscalls for every logger record (#114987) 2024-04-05 22:00:09 -04:00
config.py Enable Ruff RET504 (#114528) 2024-04-06 11:07:37 +02:00
config_entries.py Simplify config_entries entity registry filter (#115678) 2024-04-17 09:42:23 -05:00
const.py Use EventType for system events (#115190) 2024-04-08 08:25:34 -10:00
core.py Translate service validation errors (#115024) 2024-04-18 14:36:03 +02:00
data_entry_flow.py Improve FlowHandler menu_options typing (#115296) 2024-04-11 22:14:37 -04:00
exceptions.py Translate service validation errors (#115024) 2024-04-18 14:36:03 +02:00
loader.py Avoid falling back to event loop import on ModuleNotFound (#115404) 2024-04-11 16:32:47 -10:00
package_constraints.txt Bump habluetooth to 2.8.0 (#115789) 2024-04-18 10:37:20 -04:00
py.typed Add py.typed file (#115446) 2024-04-11 22:14:10 -04:00
requirements.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
runner.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
setup.py Small speed up to async_prepare_setup_platform (#115662) 2024-04-15 17:30:05 -05:00
strings.json Smhi add reconfigure step to config flow (#114044) 2024-03-23 11:01:59 +01:00