J. Nick Koston
7370b0ffc6
Detect self-referencing loops in template entities and log a warning ( #39897 )
2020-09-10 18:53:24 +00:00
Paulus Schoutsen
209cf44e8e
Add default variables to script helper ( #39895 )
2020-09-10 18:53:23 +00:00
Pascal Vizeli
b7dacabbe4
Fix issue with grpcio build on 32bit arch ( #39893 )
2020-09-10 18:53:22 +00:00
Bram Kragten
5098c35814
Fix spotify media browser category ( #39888 )
2020-09-10 18:53:21 +00:00
Paulus Schoutsen
896df60f32
Shelly switch to guard for shelly 2 in roller mode ( #39886 )
2020-09-10 18:53:21 +00:00
Pascal Vizeli
b26ab2849b
Bump hass-nabucasa 0.37.0 ( #39885 )
2020-09-10 18:53:20 +00:00
Paulus Schoutsen
36f52a26f6
Fix event trigger ( #39884 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-10 18:53:19 +00:00
bsmappee
f0295d562d
Bump pysmappee to 0.2.13 ( #39883 )
2020-09-10 18:53:18 +00:00
Joakim Sørensen
081bd22e59
Updated frontend to 20200909.0 ( #39869 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-09-10 18:53:18 +00:00
Franck Nijhof
668c73010a
Disable Met.no hourly weather by default ( #39867 )
...
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
2020-09-10 18:53:17 +00:00
Paulus Schoutsen
fe371f0438
Install stdlib-list in script/bootstrap ( #39866 )
2020-09-10 18:53:16 +00:00
Joakim Sørensen
be28dc0bca
Add exception for NoURLAvailableError in OAuth2FlowHandler ( #39845 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-09-10 18:53:15 +00:00
Chris Talkington
4578baca3e
Improve Roku media browser structure ( #39754 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-09-10 18:53:15 +00:00
Erik Montnemery
4d6e694d14
Fix discovery update of MQTT state templates ( #39901 )
2020-09-10 20:52:23 +02:00
J. Nick Koston
fd8a4182d9
Detect self-referencing loops in template entities and log a warning ( #39897 )
2020-09-10 20:50:11 +02:00
Franck Nijhof
bedc1e5672
Upgrade numpy to 1.19.2 ( #39912 )
2020-09-10 20:47:15 +02:00
J. Nick Koston
047dc19351
Add zeroconf discovery to homekit ( #39907 )
...
Ensures HomeKit Bridge is offered for onboarding if
homekit is detected on the network.
2020-09-10 20:44:11 +02:00
J. Nick Koston
fb31b04c08
Increase template test coverage. ( #39908 )
2020-09-10 20:43:45 +02:00
Paulus Schoutsen
aa9dff572e
Add default variables to script helper ( #39895 )
2020-09-10 20:41:42 +02:00
J. Nick Koston
b5005430be
Fix ping log level to be debug instead of warning ( #39900 )
2020-09-10 12:10:43 -04:00
Pascal Vizeli
40bcd38caa
Update azure-pipelines-wheels.yml
2020-09-10 16:58:15 +02:00
Pascal Vizeli
68e2824a28
Fix issue with grpcio build on 32bit arch ( #39893 )
2020-09-10 15:56:05 +02:00
Joakim Sørensen
0cce35b23e
Add exception for NoURLAvailableError in OAuth2FlowHandler ( #39845 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-09-10 14:52:49 +02:00
RogerSelwyn
162c39258e
Add Carbon Monoxide binary sensor to Homekit Controller ( #39889 )
2020-09-10 12:25:14 +01:00
Franck Nijhof
14f7f5ba45
Remove stale debug from WLED tests ( #39882 )
2020-09-10 13:16:33 +02:00
Paulus Schoutsen
35a9106a4b
Shelly switch to guard for shelly 2 in roller mode ( #39886 )
2020-09-10 12:08:17 +02:00
Bram Kragten
b49e6243d1
Fix spotify media browser category ( #39888 )
2020-09-10 12:06:18 +02:00
Paulus Schoutsen
bb661ad083
Fix event trigger ( #39884 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-10 11:25:56 +02:00
Pascal Vizeli
7b3369b71d
Bump hass-nabucasa 0.37.0 ( #39885 )
2020-09-10 11:18:43 +02:00
Paulus Schoutsen
c9f87afd8b
Optimize requirements check with stdlib ( #39871 )
...
* Check requirements don't conflict stdlib
* Use regex
2020-09-10 10:51:13 +02:00
bsmappee
8648d8d012
Bump pysmappee to 0.2.13 ( #39883 )
2020-09-10 10:27:07 +02:00
Marius
a6a011ec19
Use entity_class 'safety' in synology_dsm storage sensors ( #39757 )
...
* Use entity_class: 'safety' in storage sensors
and more meaningful icons then 'mdi:test-tube', not sure if these are even necessary, given the device_class that defines the icons too?
* Set device_class, not icon
Still, the temperature sensors have both set, should I take these out in this go too? While we're at it....
* added device_class temperature to temp sensors
and removed explicit icons
do we need to set a D_c also on the Status sensor? line 187
* revert device_class Safety
which is now set in const.py
following up on https://github.com/home-assistant/core/pull/39757#pullrequestreview-483705147
* Use DEVICE_CLASS_SAFETY from const
+ revert temp to avoid conflict
* const from binary
* reverted non binary status sensors
to use: "mdi:checkbox-marked-circle-outline" and set None to device_class
Co-authored-by: Quentame <polletquentin74@me.com>
2020-09-10 09:21:51 +02:00
Franck Nijhof
b57f97b954
Upgrade isort to 5.5.2 ( #39879 )
2020-09-10 08:34:15 +02:00
Franck Nijhof
b70df4ab18
Disable Met.no hourly weather by default ( #39867 )
...
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
2020-09-10 07:58:40 +02:00
HomeAssistant Azure
6e79d49c80
[ci skip] Translation update
2020-09-10 00:04:20 +00:00
Sören Oldag
1f75f61bb0
Bump pyTibber to 0.15.2 ( #39870 )
2020-09-10 00:52:27 +02:00
Franck Nijhof
1a12611117
Upgrade sentry-sdk to 0.17.4 ( #39868 )
2020-09-10 00:49:54 +02:00
Aaron Bach
0e11c10468
Prompt user to reauthenticate AirVisual when API key expires ( #38341 )
...
* Prompt user to reauthenticate AirVisual when API key expires
* Don't version bump
* Cleanup
* Linting
2020-09-09 16:41:07 -06:00
Paulus Schoutsen
c06b18b47b
Install stdlib-list in script/bootstrap ( #39866 )
2020-09-10 00:36:58 +02:00
Joakim Sørensen
94b4824c27
Updated frontend to 20200909.0 ( #39869 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-09-10 00:32:49 +02:00
Chris Talkington
a918981ff3
Improve Roku media browser structure ( #39754 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-09-09 23:22:26 +02:00
Paulus Schoutsen
6d7dfc0804
Bumped version to 0.115.0b4
0.115.0b4
2020-09-09 20:35:18 +00:00
Martin Hjelmare
c5cf95c14b
Remove media class apps and channels ( #39864 )
2020-09-09 20:34:15 +00:00
Alexei Chetroi
f79ce7bd04
Update ZHA dependency ( #39862 )
2020-09-09 20:34:14 +00:00
Jason Hunter
578c1b283a
Sort Local Media Source and fix media class ( #39858 )
2020-09-09 20:34:13 +00:00
Martin
5ae0844f35
Updated warning_device_warn ( #39851 )
...
duty_cycle: spec says in inrements of 10
duration: its a 16 bit field
2020-09-09 20:34:13 +00:00
J. Nick Koston
8e3e2d436e
Use a unique id for each icmplib ping to avoid mixing unrelated responses ( #39830 )
2020-09-09 20:34:12 +00:00
Colin Frei
4af6804c50
Use correct URL for Fitbit callbacks ( #39823 )
2020-09-09 20:34:11 +00:00
Martin
9c40b511f2
Updated warning_device_warn ( #39851 )
...
duty_cycle: spec says in inrements of 10
duration: its a 16 bit field
2020-09-09 22:30:40 +02:00
Martin Hjelmare
e6bc48ab68
Remove media class apps and channels ( #39864 )
2020-09-09 22:19:52 +02:00