Franck Nijhof
|
2fe08d2b9b
|
Complete strict typing to Humidifier entity platform (#61021)
|
2022-01-04 18:09:32 +01:00 |
Marvin Wichmann
|
707fe67c00
|
Move StrEnum to homeassistant.backports and move Platform to homeassistant.const (#60880)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
|
2021-12-03 09:31:17 +01:00 |
Franck Nijhof
|
c6cbfe8c37
|
Migrate humidifier device classes to StrEnum (#60706)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
|
2021-12-01 12:02:14 +01:00 |
Damien Duboeuf
|
67c2747027
|
Add MQTT object_id option (#58728)
* Add MQTT object_id option
* Add MQTT object_id option
* Add MQTT object_id option
* Add MQTT object_id option - Fix light and vacuum
* Add MQTT object_id option - Fix light and vacuum
* Add MQTT object_id option - Fix lock
* Add MQTT object_id option - Fix device
* Add MQTT object_id option - Fix device
* Update tests/components/mqtt/test_discovery.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Change deprecated method
Co-authored-by: Erik Montnemery <erik@montnemery.com>
|
2021-11-08 14:02:18 +01:00 |
Franck Nijhof
|
0b44265232
|
Add description classes to entity components (#53521)
* Add description classes to entity components
* An -> A
* Add StateVacuumEntityDescription
|
2021-07-27 00:22:21 +02:00 |
Franck Nijhof
|
7947946793
|
Type entry setup/unload for entity components (#51912)
|
2021-06-17 10:10:26 +02:00 |
Franck Nijhof
|
32409a2c93
|
Define HumidifierEntity entity attributes as class variables (#51841)
|
2021-06-14 09:04:46 -07:00 |
Franck Nijhof
|
c1d5638739
|
Remove HomeAssistantType alias from entity components - Part 2 (#48468)
|
2021-03-29 13:24:56 -10:00 |
Erik Montnemery
|
346a724ac3
|
Mark base components' state_attribute @final, rename others to extra_state_attributes (#48161)
* Mark base state_attributes @final, rename others to extra_state_attributes
* Fix calendar, update tests
|
2021-03-21 10:38:24 +01:00 |
Marc Mueller
|
5cdd945f44
|
Update typing 08 (#48058)
|
2021-03-18 09:25:40 +01:00 |
tkdrob
|
4fdb617e22
|
Clean up constants (#46924)
* Clean up constants
* fix imports
|
2021-02-23 09:56:44 +01:00 |
Shulyaka
|
c28493098a
|
Add new humidifier entity integration (#28693)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2020-06-22 17:59:16 -07:00 |