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

8 Commits

Author SHA1 Message Date
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry () 2025-02-10 21:08:03 +01:00
epenet
bdc847c7ac
Use runtime_data in firmata () 2025-02-07 11:30:13 +01:00
Marc Mueller
2c06d4fcb9
Add empty line after module docstring (2) [components] () 2024-03-08 19:15:59 +01:00
Franck Nijhof
a8f1cc0d33
Remove unneeded guards from (async_)add_entities call () 2022-10-17 21:11:58 +02:00
epenet
f3af0781f8
Add setup type hints [f-g] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-07 16:48:54 +01:00
Erik Montnemery
6de6a5dc14
Move temperature conversions to sensor base class (3/8) ()
* Move temperature conversions to entity base class (3/8)

* Fix FritzBox sensor

* Fix tests
2021-08-12 14:23:56 +02:00
Erik Montnemery
339a56e434
Migrate integrations f-h to extend SensorEntity () 2021-03-22 19:45:17 +01:00
Perry Naseck
0582bf7746
Firmata analog input, PWM/analog output, deprecate arduino ()
* firmata analog input

* firmata pwm/analog out, use more HA const

* firmata update pymata to 1.19

* deprecate arduino, firmata supersedes it

* firmata sensor diff min, pull review quality changes

* firmata condense platform setup into loop
2020-09-22 09:44:16 +02:00