J. Nick Koston
8d40d9df85
Create ISY auxiliary sensors as sensor entities instead of attributes ( #71254 )
2022-05-03 09:49:52 -07:00
J. Nick Koston
60bfcc6be4
Allow hidden entities to be selected in homekit include mode ( #71250 )
2022-05-03 09:47:13 -07:00
Erik Montnemery
eba125b093
Ensure 'this' variable is always defined for template entities ( #70911 )
2022-05-03 07:43:44 -07:00
Paulus Schoutsen
08b683dafd
Fix homepod streaming and browsing apps ( #71230 )
2022-05-03 07:42:06 -07:00
J. Nick Koston
b562416eb2
Remove humidify_supported and dehumidify_supported attributes from nexia ( #71248 )
...
These non-standard attributes can already be infered from the dehumidify_setpoint
or humidify_setpoint and took up space in the database every time
any of the values changes
2022-05-03 17:33:50 +03:00
Erik Montnemery
eb10654e01
Add test for failing conditions in sub scripts ( #71238 )
2022-05-03 13:06:13 +02:00
Franck Nijhof
99360ad7f4
Indicate disabled steps in script trace ( #71237 )
2022-05-03 13:04:59 +02:00
Sven
71248bcbce
Update images ( #71215 )
2022-05-03 12:34:57 +02:00
Erik Montnemery
92f1855bcf
Fix script conditions ( #71235 )
2022-05-03 11:28:08 +02:00
Erik Montnemery
1931600eac
Isolate parallel subscripts ( #71233 )
2022-05-03 10:36:58 +02:00
prokon
1ef060700a
Add verisure lock method attribute ( #70375 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-05-03 09:49:12 +02:00
Paulus Schoutsen
a875789987
Bump aioslimproto to 1.0.2 ( #71231 )
2022-05-03 10:34:04 +03:00
jjlawren
bbe807c655
Deprecate legacy Sonos grouping services ( #71226 )
2022-05-02 23:01:44 -07:00
jjlawren
9b03ef4829
Improve Sonos terminology for inclusiveness ( #71206 )
...
* Improve Sonos group terminology
* Deprecate Sonos-specific grouping services
* Push deprecation back one version
* Revert deprecation notice
2022-05-02 23:01:19 -07:00
J. Nick Koston
29bda196b5
Break apart recorder into tasks and core modules ( #71222 )
2022-05-02 21:53:56 -07:00
GitHub Action
c594de25f7
[ci skip] Translation update
2022-05-03 00:23:56 +00:00
Erik Montnemery
4962605613
Fix enumeration of zwave-js device triggers ( #71225 )
...
* Fix enumeration of zwave-js device triggers
* Address review comments
2022-05-03 01:46:39 +02:00
Paulus Schoutsen
8ac5dd32a8
Bumped version to 2022.5.0b6
2022.5.0b6
2022-05-02 15:40:51 -07:00
Paulus Schoutsen
06f939b0ac
Bump frontend to 20220502.0 ( #71221 )
2022-05-02 15:40:22 -07:00
Paulus Schoutsen
d213cc3c8e
Add media source support to Bose Soundtouch ( #71209 )
2022-05-02 15:40:21 -07:00
Paulus Schoutsen
6cac24887c
Skip signing URL that we know requires no auth ( #71208 )
2022-05-02 15:40:20 -07:00
Franck Nijhof
71506bd02b
Adjust version number in template default deprecation warning ( #71203 )
2022-05-02 15:40:20 -07:00
David F. Mulcahey
2b87e03fac
Fix bad ZHA _attr definitions ( #71198 )
2022-05-02 15:40:19 -07:00
Erik Montnemery
4dfcc9dcf9
Allow cancelling async_at_start helper ( #71196 )
2022-05-02 15:40:18 -07:00
Erik Montnemery
fed4d0a38d
Stop script if sub-script stops or aborts ( #71195 )
2022-05-02 15:40:18 -07:00
Erik Montnemery
c37fec67a1
Remove entity registry entries when script is removed ( #71193 )
2022-05-02 15:40:17 -07:00
Robert Svensson
35bc812397
Make sure sensor state value is not None prior to trying to used the scaled value ( #71189 )
2022-05-02 15:40:16 -07:00
epenet
d97bce2d9d
Fix Renault diagnostics ( #71186 )
2022-05-02 15:40:15 -07:00
Paulus Schoutsen
c07e36283b
Add media source support to AppleTV ( #71185 )
2022-05-02 15:40:15 -07:00
Paulus Schoutsen
b558425333
Offer visit device for Squeezelite32 devices ( #71181 )
2022-05-02 15:40:14 -07:00
Tom Harris
6bb3957730
Fix Insteon thermostats and reduce logging ( #71179 )
...
* Bump pyinsteon to 1.1.0
* Load modem aldb if read write mode is unkwown
* Correct reference to read_write_mode
2022-05-02 15:40:13 -07:00
Zoltán Tóth
b8e0066ec2
Fix SAJ Solar inverter RecursionError ( #71157 )
2022-05-02 15:40:13 -07:00
Robert Svensson
72eb963c7a
Handle situation where mac might not exist in clients ( #71016 )
2022-05-02 15:40:12 -07:00
Erik Montnemery
494902e185
Remove entity category system in favor of hidden_by ( #68550 )
2022-05-02 15:40:11 -07:00
stegm
0ec29711e1
Handle missing kostal plenticore battery option ( #65237 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-05-02 15:40:10 -07:00
Paulus Schoutsen
fbc048f07b
Bump frontend to 20220502.0 ( #71221 )
2022-05-02 15:39:05 -07:00
J. Nick Koston
75026f9fed
Separate recorder logic for state_changed and non-state_changed events ( #71204 )
2022-05-02 17:22:53 -05:00
ollo69
ea456893f9
Review AndroidTV tests for media player entity ( #71168 )
2022-05-02 15:18:38 -07:00
J. Nick Koston
188040b8bb
Use lambda_stmt for recorder queries and migrate them to queries module ( #71219 )
2022-05-02 15:17:21 -07:00
Paulus Schoutsen
40cf75844a
Add media source support to Bose Soundtouch ( #71209 )
2022-05-02 20:02:20 +02:00
Yuval Aboulafia
7c46eb5952
Add test for incorrect config for Jewish Calendar ( #71163 )
...
* Loop load Jewish Calendar platforms
* Address review
* Add test for incorrect config
* add test to sensor platform
2022-05-02 20:52:00 +03:00
Paulus Schoutsen
0926470ef0
Skip signing URL that we know requires no auth ( #71208 )
2022-05-02 19:51:13 +02:00
J. Nick Koston
0cdcdec809
Speed up and isolate legacy logbook context_id query ( #71201 )
2022-05-02 09:34:24 -07:00
Erik Montnemery
1aaf78ef99
Remove entity category system in favor of hidden_by ( #68550 )
2022-05-02 09:33:16 -07:00
Franck Nijhof
a4682ae6e1
Adjust version number in template default deprecation warning ( #71203 )
2022-05-02 18:35:37 +03:00
Tom Harris
5e4e7ed152
Fix Insteon thermostats and reduce logging ( #71179 )
...
* Bump pyinsteon to 1.1.0
* Load modem aldb if read write mode is unkwown
* Correct reference to read_write_mode
2022-05-02 16:42:47 +02:00
Zoltán Tóth
a74f035ae7
Fix SAJ Solar inverter RecursionError ( #71157 )
2022-05-02 16:42:23 +02:00
Erik Montnemery
f35e7d1129
Allow cancelling async_at_start helper ( #71196 )
2022-05-02 07:41:14 -07:00
Erik Montnemery
1e18307a66
Add reauth flow to Meater ( #69895 )
2022-05-02 15:50:13 +02:00
David F. Mulcahey
d6617eba7c
Fix bad ZHA _attr definitions ( #71198 )
2022-05-02 15:23:17 +02:00