Paul Annekov
9f1d996d95
Add Ukraine Alarm integration ( #71501 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-05-08 08:23:18 -07:00
J. Nick Koston
b2721d6596
Ensure sql sensors keep working after using the options flow ( #71453 )
...
* Ensure sql sensors keep working after using the options flow
Fixes
```
2022-05-06 16:17:57 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up sql platform for sensor
Traceback (most recent call last):
File "/Users/bdraco/home-assistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/Users/bdraco/home-assistant/homeassistant/components/sql/sensor.py", line 97, in async_setup_entry
name: str = entry.options[CONF_NAME]
KeyError: name
```
* ensure saving the options flow fixes the broken config entry
* ensure options changes take effect right away
* Add cover to validate the reload
2022-05-08 08:23:14 -07:00
Paulus Schoutsen
dc3e421b3b
Stringify enums in selectors ( #71441 )
2022-05-06 11:25:48 -07:00
Paulus Schoutsen
61a3873d09
Fix importing blueprints ( #71365 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com >
2022-05-05 14:43:33 -07:00
Paulus Schoutsen
9f8111cabe
Ignore loading system entity category ( #71361 )
2022-05-05 14:43:32 -07:00
Erik Montnemery
f2a07254a4
Only lookup unknown Google Cast models once ( #71348 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-05-05 14:43:30 -07:00
Álvaro Fernández Rojas
61a6d13d79
Update aioairzone to v0.4.3 ( #71312 )
...
* Update aioairzone to v0.4.3
Fixes exception on older local API.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: switch to set_hvac_parameters function
Fixes failing airzone tests.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2022-05-05 14:43:27 -07:00
epenet
52333bb720
Only test for EncryptedBridge in Samsung J/H models ( #71291 )
2022-05-05 14:43:25 -07:00
Erik Montnemery
87a8a82040
Allow scripts to turn themselves on ( #71289 )
2022-05-04 17:46:29 +02:00
Joakim Sørensen
deec879a4b
Remove more info links for hassio system health ( #71286 )
2022-05-04 17:46:22 +02:00
Paulus Schoutsen
d525aad87e
Fix homekit tests in beta ( #71268 )
2022-05-04 17:46:05 +02:00
J. Nick Koston
0890f4e514
Fix history using pre v25 queries during v26 migration ( #71294 )
2022-05-04 17:44:20 +02:00
Erik Montnemery
23738d5e91
Reject MQTT topics which include control- or non-characters ( #71263 )
2022-05-03 12:21:06 -07:00
J. Nick Koston
c9eca40336
Allow hidden entities to be selected in homekit include mode ( #71250 )
2022-05-03 12:21:02 -07:00
Erik Montnemery
f4f5ba93b5
Add test for failing conditions in sub scripts ( #71238 )
2022-05-03 12:21:00 -07:00
Franck Nijhof
d69a08bdf9
Indicate disabled steps in script trace ( #71237 )
2022-05-03 12:20:59 -07:00
Erik Montnemery
6301873d89
Fix script conditions ( #71235 )
2022-05-03 12:20:59 -07:00
Erik Montnemery
8252ba82d1
Isolate parallel subscripts ( #71233 )
2022-05-03 12:20:58 -07:00
Erik Montnemery
19bff35437
Ensure 'this' variable is always defined for template entities ( #70911 )
2022-05-03 12:20:56 -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
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
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
Robert Svensson
174717dd85
Abort UniFi Network options flow if integration is not setup ( #71128 )
2022-05-01 21:53:05 -07:00
Robert Svensson
4751356638
Make deCONZ SSDP discovery more strict by matching on manufacturerURL ( #71124 )
2022-05-01 21:53:04 -07:00
Shay Levy
6a110e5a77
Add entity id to template error logging ( #71107 )
...
* Add entity id to template error logging
* Increase coverage
2022-05-01 21:53:02 -07:00
Franck Nijhof
4f784c42ab
Fix missing device & entity references in automations ( #71103 )
2022-05-01 21:52:59 -07:00
Tom Harris
4346d8cc2f
Fix Insteon tests ( #71092 )
2022-05-01 21:52:58 -07:00
Robert Hillis
4c7c7b72b7
Clean up Steam integration ( #71091 )
...
* Clean up Steam
* uno mas
* uno mas
* uno mas
2022-05-01 21:52:57 -07:00
Dave T
5d37cfc61e
Generic camera handle template adjacent to portnumber ( #71031 )
2022-05-01 21:52:56 -07:00
Robert Svensson
05d3ca7e02
Fix linking issue when deCONZ gateway is not unlocked ( #71082 )
2022-04-29 16:10:25 -07:00
Robert Svensson
cc174022e4
Pydeconz raise ResponseError when deCONZ Rest API Plugin is not yet ready ( #71078 )
2022-04-29 16:10:23 -07:00
G Johansson
65c3ffd522
Fix sql integration issues 5.0 beta ( #71063 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-04-29 10:02:13 -07:00
J. Nick Koston
bff4c5f9d2
Fix history_stats for timezones with a positive offset from UTC ( #71038 )
2022-04-29 10:02:10 -07:00
Franck Nijhof
3ffdbc454e
Support shorthand logical operators in script sequences ( #71022 )
2022-04-29 10:02:09 -07:00
jjlawren
e2b28082a3
Fix Sonos races related to grouping and startup ( #71026 )
2022-04-28 15:14:25 -07:00
Aaron Bach
e5797dff71
Ensure that email-based 2FA in SimpliSafe shows the progress UI ( #71021 )
2022-04-28 15:13:51 -07:00
David F. Mulcahey
53181b409f
Remove unnecessary update_before_add from ZHA ( #71010 )
...
* Additional streamlining for ZHA entity init
* fix tests
2022-04-28 15:12:08 -07:00
Aaron Bach
dea9ff4f18
Ensure SimpliSafe re-auth only looks at SimpliSafe config entries ( #71009 )
...
* Ensure SimpliSafe re-auth only looks at SimpliSafe config entries
* Add a test
* Trigger Build
* Linting
* Comment
* Simplify test
2022-04-28 15:12:07 -07:00
Shai Ungar
43b27de011
Sabnzbd config flow improvments ( #70981 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-04-28 15:12:07 -07:00
Paulus Schoutsen
7b69e20db7
Sync area changes to google ( #70936 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-04-28 15:12:05 -07:00
Tom Harris
af0d61fb8d
Insteon Device Control Panel ( #70834 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2022-04-28 15:12:03 -07:00
David F. Mulcahey
e41490f8ba
Fix flaky ZHA tests ( #70956 )
2022-04-27 21:59:27 -07:00
J. Nick Koston
32d7f04a65
Add discovery support for polisy to isy994 ( #70940 )
2022-04-27 21:59:26 -07:00
Theo Arends
5a618e7f58
Bump hatasmota to 0.4.1 ( #70799 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2022-04-27 21:59:24 -07:00
Erik Montnemery
627bd0d58a
Handle removed entites in collection.sync_entity_lifecycle ( #70759 )
...
* Handle removed entites in collection.sync_entity_lifecycle
* Add comment
2022-04-27 21:59:23 -07:00