Kevin Stillhammer
6106f07820
Catch malformed coordinates in here_travel_time ( #69023 )
...
* Catch malformed coordinates in here_travel_time
* Add testcase for malformed entity_id state
* Replace type ignore with None check
* Directly raise InvalidCoordinatesException
2022-04-03 10:21:55 -07:00
J. Nick Koston
198f4a12f0
Exclude static select attributes from being recorded in the database ( #69195 )
2022-04-03 17:17:55 +02:00
J. Nick Koston
e364456a46
Exclude static siren attributes from being recorded in the database ( #69196 )
2022-04-03 17:16:49 +02:00
J. Nick Koston
e48cec4b33
Exclude static vacuum attributes from being recorded in the database ( #69199 )
2022-04-03 17:15:50 +02:00
J. Nick Koston
9e390996cc
Exclude static fan attributes from being recorded in the database ( #69192 )
2022-04-03 15:52:46 +02:00
J. Nick Koston
4f8c7fe05b
Exclude static number attributes from being recorded in the database ( #69194 )
2022-04-03 15:43:44 +02:00
J. Nick Koston
8de26e5085
Exclude static humidifier attributes from being recorded in the database ( #69193 )
2022-04-03 15:42:29 +02:00
Austin Mroczek
e5fe18bdb1
Improve totalconnect error handling ( #68716 )
2022-04-03 07:12:33 -06:00
J. Nick Koston
5b874ce6e8
Exclude static light attributes from being recorded in the database ( #69155 )
2022-04-03 06:13:03 -06:00
Erik Montnemery
eeeb21a9f1
Migrate dynalite light to color_mode ( #69177 )
2022-04-03 13:58:28 +02:00
J. Nick Koston
522a9bb6b1
Exclude supported features and attribution from being recorded in the database ( #69165 )
2022-04-03 13:51:42 +02:00
Erik Montnemery
24754c31ca
Remove use of deprecated constants from evil_genius_labs light ( #69183 )
2022-04-03 13:37:29 +02:00
ollo69
0876239927
Do not redact diagnostics empty key ( #69160 )
2022-04-03 13:17:08 +02:00
Franck Nijhof
17403f930f
Add EntityFeature enum to Media Player ( #69119 )
2022-04-02 20:58:23 -07:00
Franck Nijhof
721db6d962
Add EntityFeature enum to Lock ( #69118 )
2022-04-02 20:57:32 -07:00
Franck Nijhof
ea148a1b8e
Add EntityFeature enum to Light ( #69103 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-02 20:57:01 -07:00
Raman Gupta
e06856f965
Make zwave_js config entry unique ID a string ( #69163 )
...
* Make zwave_js config entry unique ID a string
* Add test
* Fix tests
2022-04-02 23:52:07 -04:00
J. Nick Koston
b92fc42f0f
Exclude static climate attributes from being recorded in the database ( #69158 )
2022-04-02 20:48:32 -07:00
J. Nick Koston
9d82248017
Exclude static and token attributes from being recorded for media_player ( #69156 )
2022-04-02 20:47:43 -07:00
J. Nick Koston
42bf62e187
Exclude static water_heater attributes from being recorded in the database ( #69159 )
2022-04-02 20:46:41 -07:00
Diogo Gomes
6389959fb7
Makes sure YAML defined tariffs are unique ( #69151 )
2022-04-02 20:41:03 -07:00
Wictor
d7375f1a9c
Refactor telegram_bot polling/webhooks platforms and add tests ( #66433 )
...
Co-authored-by: Pär Berge <paer.berge@gmail.com>
2022-04-02 20:39:14 -07:00
Franck Nijhof
1a04dc4fca
Set brand icon on WLED update entity ( #69145 )
2022-04-02 22:28:08 +03:00
Dave T
c3354dcaae
Add image test cases to generic ( #69040 )
2022-04-02 10:54:19 +02:00
Keilin Bickar
1563420de8
Bump asyncsleepiq to 1.2.3 ( #69104 )
2022-04-02 10:44:16 +02:00
Erik Montnemery
66e9b263a8
Migrate bond light to color_mode ( #69078 )
2022-04-01 22:03:19 -10:00
Álvaro Fernández Rojas
aa969d5ae8
Add missing typing to Airzone tests ( #69097 )
2022-04-02 10:01:49 +02:00
Patrik Lindgren
4b5996c5ed
Drop support for Tradfri groups and YAML configuration ( #68033 )
...
* Drop support for Tradfri groups
* Remove context
* Remove async_setup
* Mark removed
* Pass generator expression
2022-04-01 23:26:35 +02:00
Bouwe Westerdijk
9902ecb417
Remove use of HVAC_MODE_OFF in plugwise climate, it's not implemented ( #69094 )
2022-04-01 20:53:09 +02:00
Franck Nijhof
c31e788439
Rename current_version to installed_version in Update platform ( #69093 )
2022-04-01 20:11:17 +02:00
Franck Nijhof
02dbd617b9
Add EntityFeature enum to Humidifier ( #69092 )
2022-04-01 20:10:52 +02:00
Franck Nijhof
8fc55b71c5
Add EntityFeature enum to Climate ( #69077 )
2022-04-01 09:41:49 -07:00
epenet
4c7e1fe060
Cleanup ENTITY_CATEGORIES_SCHEMA ( #66549 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-04-01 09:40:43 -07:00
Franck Nijhof
93571c2d01
Add EntityFeature enum to Camera ( #69072 )
2022-04-01 09:38:03 -07:00
Joakim Sørensen
78e4d7e1ca
Add auto_update property to supervisor and addon update entities ( #69055 )
2022-04-01 08:31:39 -07:00
Erik Montnemery
bda997efe9
Fix utility_meter startup ( #69064 )
2022-04-01 08:28:50 -07:00
Erik Montnemery
87100c2517
Drop deprecated support for unit_of_measurement from sensor ( #69061 )
2022-04-01 08:22:19 -07:00
Erik Montnemery
9b21a48048
Mend incorrectly imported MQTT config entries ( #68987 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-01 08:11:31 -07:00
Billy Stevenson
2c3d9566cb
Add Meater integration ( #44929 )
...
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
Co-authored-by: Brian Rogers <brg468@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Erik <erik@montnemery.com>
2022-04-01 15:11:37 +02:00
Franck Nijhof
be7fc35dfa
Add EntityFeature enum to Alarm Control Panel ( #69044 )
2022-04-01 13:54:03 +02:00
J. Nick Koston
220beefb89
Prevent HomeKit from offering hidden entities ( #69042 )
2022-04-01 13:34:44 +02:00
Joakim Sørensen
a81194cdd7
Add auto_update property to UpdateEntity ( #69054 )
2022-04-01 12:56:58 +02:00
Diogo Gomes
2963aea3ec
Ignore old_state when using delta_values ( #68402 )
...
* delta value updates don't require old_state
* add test
* merge
2022-04-01 12:08:00 +03:00
Shay Levy
4a921ac67f
Remove webostv deprecated YAML import ( #69043 )
...
* webostv: remove deprecated YAML import
* Remove unused CUSTOMIZE_SCHEMA and WEBOSTV_CONFIG_FILE
2022-04-01 11:05:59 +03:00
Raman Gupta
94a8d75142
Fix zwave_js device action logic ( #69049 )
...
* Fix zwave_js device action logic
* Add test for this behavior
2022-04-01 07:44:52 +02:00
Paulus Schoutsen
130ca2213f
Enforce EntityCategory enum ( #69015 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-31 15:04:33 -07:00
Paulus Schoutsen
824066f519
Device Automation: enforce passing in device-automation-enum ( #69013 )
2022-03-31 14:30:11 -07:00
Erik Montnemery
69ee4cd978
Deprecate temperature conversion in base entity class ( #68978 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-03-31 14:29:44 -07:00
Franck Nijhof
e69450f7ca
Remove deprecated YAML configuration from Fronius ( #69032 )
2022-03-31 22:38:54 +02:00
Franck Nijhof
beb54dfb63
Remove deprecated YAML configuration from Yamaha Music Cast ( #69033 )
2022-03-31 13:35:44 -07:00