Jesse Hills
|
8630022e92
|
Add mode to ESPHome numbers (#60653)
|
2021-11-30 20:19:14 +01:00 |
G Johansson
|
11b81ef88b
|
Config flow for trafikverket_weatherstation (#60078)
* First commit
* Added tests
* Add requirements for test
* Correction requirements tests
* Add init to untested files
* Fix review comments
* Resolve last items from review
* Add sync_abort_entries_match in import flow
|
2021-11-30 19:53:41 +01:00 |
Joakim Sørensen
|
153f15c93b
|
Remove running binary_sensor for HAOS (#60597)
|
2021-11-30 10:18:14 -08:00 |
Marcel van der Veldt
|
19b4cc7119
|
Hue handle device update (#60612)
|
2021-11-30 10:14:51 -08:00 |
jjlawren
|
de9e48174f
|
Change unnecessary Sonos coroutine to callback (#60643)
|
2021-11-30 17:35:29 +01:00 |
epenet
|
97c04d2e67
|
Use dataclass properties in gogogate2 discovery (#60607)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 06:15:23 -10:00 |
epenet
|
f444dd6d86
|
Use dataclass properties in sonos discovery (#60633)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 06:06:52 -10:00 |
epenet
|
be89c07cac
|
Use dataclass properties in nanoleaf discovery (#60580)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 06:05:50 -10:00 |
Tim Rightnour
|
8a9f197918
|
Binary sensor platform for the Balboa Spa (#60409)
|
2021-11-30 06:04:24 -10:00 |
epenet
|
7295ab10ae
|
Use dataclass properties in doorbird discovery (#60639)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 06:03:21 -10:00 |
epenet
|
ec923b877c
|
Use dataclass properties in rachio discovery (#60637)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 06:02:24 -10:00 |
epenet
|
071385e8d2
|
Use dataclass properties in tado discovery (#60641)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 16:44:11 +01:00 |
Dave T
|
0a1f73e3f7
|
Correct Temper USB sensor IoT class (#60619)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-11-30 16:37:58 +01:00 |
epenet
|
d75785d701
|
Use dataclass properties in hue discovery (#60598)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 16:36:35 +01:00 |
epenet
|
601ad8f71a
|
Use dataclass properties in xiaomi_aqara discovery (#60636)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 16:28:49 +01:00 |
epenet
|
30bb2c82c6
|
Use dataclass properties in freebox discovery (#60635)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 16:28:02 +01:00 |
Marc Mueller
|
a90ef488a1
|
Add return type annotation to StrEnum (#60624)
|
2021-11-30 16:26:02 +01:00 |
epenet
|
ad75c217ce
|
Use dataclass properties in kodi discovery (#60634)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 16:25:40 +01:00 |
epenet
|
ffb9b4cd2d
|
Use dataclass properties in hunterdouglas discovery (#60605)
|
2021-11-30 05:16:30 -10:00 |
Allen Porter
|
a84b12abe7
|
Revert "Add an entity service for saving nest event related snapshots" (#60632)
|
2021-11-30 16:16:00 +01:00 |
Jc2k
|
b8a1899d48
|
Remove homekit_controller's air quality entity in favor of separate sensor entities (#60480)
|
2021-11-30 16:14:49 +01:00 |
Franck Nijhof
|
16462df451
|
Add button device classes to MQTT (#60628)
|
2021-11-30 16:08:02 +01:00 |
epenet
|
0d24862a28
|
Use dataclass properties in homekit_controller discovery (#60626)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 16:06:18 +01:00 |
epenet
|
3f22905709
|
Use dataclass properties in plugwise discovery (#60631)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 15:50:47 +01:00 |
epenet
|
6f22ffbedd
|
Use dataclass properties in enphase_envoy discovery (#60627)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 15:47:18 +01:00 |
Jan Bouwhuis
|
cd351cf22b
|
Fix test naming switch (#60630)
|
2021-11-30 15:45:06 +01:00 |
Franck Nijhof
|
6be1b0c704
|
Add button device classes to Shelly (#60625)
|
2021-11-30 15:44:47 +01:00 |
Franck Nijhof
|
2366fbe846
|
Add button device classes to HomeKit Controller (#60620)
|
2021-11-30 15:21:26 +01:00 |
Jesse Hills
|
683bb13f50
|
Support unit of measurement in ESPHome numbers (#60591)
|
2021-11-30 15:20:40 +01:00 |
Franck Nijhof
|
b5a6e03c21
|
Fix device class shorthand attr in ButtonEntity (#60622)
|
2021-11-30 15:06:33 +01:00 |
Jan Bouwhuis
|
f07e676c82
|
Allow template int filter to render from a bytes based integer (#60452)
* Allow template int to render bytes
* re-triggering tests
* Add warning when base !=10 and rendering bytes
* re-trigger tests
* Re-trigger tests
* remove period
* Update homeassistant/helpers/template.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Fix logger syntax
* remove parentheses
Co-authored-by: Erik Montnemery <erik@montnemery.com>
|
2021-11-30 15:01:43 +01:00 |
Jan Bouwhuis
|
2a2a20fcb3
|
Add mqtt sensor configurable state encoding for sensor and binary_sensor platform (#60447)
* Add mqtt sensor state encoding
* Make encoding attribute not specific to states
* Move encoding attribute to schema base
|
2021-11-30 14:04:24 +01:00 |
Franck Nijhof
|
7469f083fd
|
Migrate number mode to StrEnum (#60614)
|
2021-11-30 12:54:06 +01:00 |
Franck Nijhof
|
1b8eba0afd
|
Add button device classes to WLED (#60613)
|
2021-11-30 12:12:08 +01:00 |
Franck Nijhof
|
9b9801516b
|
Migrate button device classes to StrEnum (#60611)
|
2021-11-30 11:54:06 +01:00 |
Franck Nijhof
|
6e3f522d4b
|
Fix StrEnum backport return type issue (#60610)
|
2021-11-30 11:16:56 +01:00 |
Adam Chyb
|
56899d61fe
|
Add support for Kogan smart blinds to Tuya (#60552)
|
2021-11-30 11:07:44 +01:00 |
epenet
|
ae9320b616
|
Use dataclass properties in tradfri discovery (#60592)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 11:05:42 +01:00 |
epenet
|
58661fa636
|
Use dataclass properties in devolo_home_network discovery (#60608)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 11:04:33 +01:00 |
epenet
|
416976dd39
|
Use dataclass properties in esphome discovery (#60606)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 11:03:08 +01:00 |
epenet
|
f0df3e4646
|
Use dataclass properties in smappee discovery (#60602)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 11:01:28 +01:00 |
epenet
|
ba1cc00c24
|
Use dataclass properties in shelly discovery (#60593)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 11:00:54 +01:00 |
epenet
|
fb94ed4e6b
|
Use dataclass properties in bond discovery (#60590)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 10:58:06 +01:00 |
epenet
|
d537ec1d6f
|
Use dataclass properties in bosch_shc discovery (#60559)
|
2021-11-30 10:57:37 +01:00 |
epenet
|
9b92787d59
|
Use dataclass properties in daikin discovery (#60589)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 10:55:52 +01:00 |
epenet
|
40a814221c
|
Use dataclass properties in forked_daapd discovery (#60587)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 10:55:32 +01:00 |
epenet
|
7182827818
|
Use dataclass properties in modern_forms discovery (#60584)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 10:18:25 +01:00 |
epenet
|
efebd1b657
|
Use dataclass properties in nut discovery (#60603)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 10:17:49 +01:00 |
epenet
|
071296865b
|
Use dataclass properties in lookin discovery (#60585)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 10:16:06 +01:00 |
epenet
|
2f79760fb4
|
Use dataclass properties in guardian discovery (#60586)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-30 10:15:46 +01:00 |