J. Nick Koston
236d8aa277
Avoid recording static attributes for group entities ( #71256 )
2022-05-03 13:22:49 -05:00
J. Nick Koston
e1be6dd34f
Move recorder services to services.py ( #71249 )
2022-05-03 10:38:44 -07:00
starkillerOG
0580803b7d
Prevent Netgear SSDP from updating host ( #71240 )
2022-05-03 10:38:20 -07:00
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
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
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
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
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
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
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
Paulus Schoutsen
56de002727
Add media source support to AppleTV ( #71185 )
2022-05-02 15:09:49 +02:00
Paulus Schoutsen
3f7c6a1ba7
Offer visit device for Squeezelite32 devices ( #71181 )
2022-05-02 13:35:19 +02:00
Erik Montnemery
546ba8169d
Remove entity registry entries when script is removed ( #71193 )
2022-05-02 13:15:19 +02:00
stegm
738701a2d6
Handle missing kostal plenticore battery option ( #65237 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-05-02 11:42:18 +02:00
Robert Svensson
37b59dfcc0
Make sure sensor state value is not None prior to trying to used the scaled value ( #71189 )
2022-05-02 10:51:19 +03:00
J. Nick Koston
5db014666c
Avoid recording state_changed events in the events table ( #71165 )
...
* squash
fix mypy
* Update homeassistant/components/recorder/models.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* pass all columns
* fix commented out code
* reduce logbook query complexity
* merge
* comment
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-05-02 02:10:34 -05:00
epenet
7026e5dd11
Fix Renault diagnostics ( #71186 )
2022-05-01 23:12:32 -07:00
Aaron Bach
802adaf43c
Fix issues with SimpliSafe email-based 2FA ( #71180 )
...
* FIx issues with email-based SimpliSafe 2FA
* Bump
2022-05-01 21:50:39 -07:00
Franck Nijhof
63679d3d29
Fix missing device & entity references in automations ( #71103 )
2022-05-01 21:49:50 -07:00
J. Nick Koston
b770ca319e
Improve scrape performance by using lxml parser ( #71087 )
...
* Improve scape performance by using lxml parser
* load it
* tweak
* tweak
* ensure libxml2 is installed in dev container
2022-05-01 21:04:05 -05:00
J. Nick Koston
c23866e5e5
De-duplicate event data into a new event_data table ( #71135 )
2022-05-01 21:01:17 -05:00
J. Nick Koston
b8442d9340
Add json decode caching to logbook ( #71080 )
2022-05-01 19:33:31 -05:00
GitHub Action
9b10658d01
[ci skip] Translation update
2022-05-02 00:22:04 +00:00
Raman Gupta
ae01ec02e2
Allow custom integrations to support application_credentials platform ( #71129 )
2022-05-01 16:26:22 -07:00
Dave T
26c6328b1f
Generic camera handle template adjacent to portnumber ( #71031 )
2022-05-01 16:13:21 -07:00
Allen Porter
b97ca8e260
Bump gcal_sync to 0.7.1 to fix calendar API timezone handling ( #71173 )
2022-05-01 14:20:44 -07:00
Matt Zimmerman
40280cbd43
update python-smarttub to 0.0.32 ( #71164 )
2022-05-01 23:36:13 +03:00
G Johansson
5b25b94a22
Fix template error in sql ( #71169 )
2022-05-01 23:04:03 +03:00
Robert Svensson
63e3095062
Abort UniFi Network options flow if integration is not setup ( #71128 )
2022-05-01 21:00:38 +02:00
J. Nick Koston
2e20ec21c4
Bump zeroconf to 0.38.5 ( #71160 )
2022-05-01 18:49:17 +01:00
G Johansson
2cb9783cf5
Small cleanup Sensibo ( #71149 )
...
* Cleanup
* fix temp
* Modify set_temp
* Apply suggestions from code review
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-05-01 20:00:58 +03:00
J. Nick Koston
c842672ed1
Fix missing device info in lutron_caseta ( #71156 )
...
- There was a missing return due to a bad merge conflict resolution
- Fixes #71154
2022-05-01 20:00:15 +03:00
J. Nick Koston
2d720973ee
Fix incomplete recorder typing ( #71158 )
2022-05-01 19:53:47 +03:00
G Johansson
4628b151ff
Bump pysensibo 1.0.14 ( #71150 )
2022-05-01 16:39:33 +03:00
Marvin Wichmann
6e1b787ba6
Add missing type information for panel_custom ( #71122 )
2022-05-01 13:21:27 +02:00