1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-03 05:29:14 +00:00

9 Commits

Author SHA1 Message Date
Joost Lekkerkerker
6ef8e87f88
Fix ruff redefined-argument-from-local PLR1704 ()
* Fix PLR1704

* Fix
2024-06-28 12:31:07 +02:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] () 2024-03-08 08:52:48 -05:00
J. Nick Koston
70d7f74f35
Convert hardware system status websocket api to a normal function ()
* Convert hardware system status websocket api to a normal function

Nothing is awaited here

* tweak
2024-02-23 11:48:13 +01:00
rlippmann
f5911bcad6
Add slots to dataclasses in default_config ()
* add dataclass slots to default config items

* remove slots from sun mixing
2023-04-14 14:22:39 -04:00
Erik Montnemery
7e2960a973
Enable strict typing of hardware ()
* Enable strict typing of hardware

* Address review comment
2022-12-05 09:32:52 +01:00
epenet
5442d6af01
Improve msg type hint in websocket commands () 2022-10-18 16:41:17 +02:00
Erik Montnemery
cdca08e68a
Add periodic system stats to hardware integration () 2022-08-30 21:45:13 -04:00
Erik Montnemery
067d21a307
Refactor hardware.async_info to return list[HardwareInfo] () 2022-08-29 08:45:39 +02:00
Erik Montnemery
2bc093a04d
Hardware integration MVP () 2022-05-25 20:39:15 +02:00