Commit graph

22695 commits

Author SHA1 Message Date
Michael Thingnes
69c2818c56
Met.no: Fix for zero temp entries ()
Addresses issue 
2020-11-27 08:07:49 +01:00
Bram Kragten
3bd0c7188c
Updated frontend to 20201126.0 () 2020-11-27 01:16:16 +01:00
HomeAssistant Azure
301a3e5481 [ci skip] Translation update 2020-11-27 00:03:57 +00:00
Erik Montnemery
974e099e2a
Small cleanup of Tasmota () 2020-11-26 22:34:26 +01:00
Erik Montnemery
8ff10ad3b8
Fix MQTT threading bug () 2020-11-26 22:33:58 +01:00
Paulus Schoutsen
e1de36fda8
Fix check config () 2020-11-26 22:25:21 +01:00
Paulus Schoutsen
edf70e9f06
Make input_datetime better handle timezones ()
* Make input_datetime better handle timezones

* Improve test coverage

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Revert change to time format

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-11-26 20:20:10 +01:00
Jasper Slits
f3033ec01d
Add Roomba support for automatic emptying of bin () 2020-11-26 17:48:54 +01:00
Erik Montnemery
dc8364fd3a
Support disabling devices () 2020-11-26 16:45:02 +01:00
Paulus Schoutsen
39efbcb815
Allow importing gist () 2020-11-26 16:00:50 +01:00
Ron Klinkien
316a2750df
Add Duty binary_sensor platform to FireServiceRota integration () 2020-11-26 15:42:55 +01:00
Paulus Schoutsen
eb3e5cf446
Suggest folder when importing blueprint and store source_url () 2020-11-26 11:46:59 +01:00
HomeAssistant Azure
ed16c5078f [ci skip] Translation update 2020-11-26 00:03:15 +00:00
Olivér Falvai
c439d25ac3
Add location to summary sensor attributes () 2020-11-25 13:41:56 -07:00
Bram Kragten
8533d9cae0
Add default to inputs () 2020-11-25 20:05:43 +01:00
Bram Kragten
3767af14f3
Add more selectors () 2020-11-25 20:03:56 +01:00
Erik Montnemery
6706ea36de
Add Tasmota cover ()
* Add Tasmota cover

* Update tests

* Bump hatasmota to 0.1.0
2020-11-25 18:52:09 +01:00
Erik Montnemery
314497d013
Add Tasmota fan ()
* Add Tasmota fan

* Bump hatasmota to 0.1.0

* Apply suggestions from code review
2020-11-25 17:40:32 +01:00
Ron Klinkien
ea52ffc2d9
Add FireServiceRota/BrandweerRooster integration ()
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-11-25 16:38:49 +01:00
Simone Chemelli
b7f36106df
Add Shelly UNI ADC sensor () 2020-11-25 15:37:07 +01:00
Shay Levy
ebaf143cf6
Support for Shelly Input Events () 2020-11-25 15:29:01 +01:00
Paulus Schoutsen
b3be708db6
Add default config if not there ()
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-11-25 15:10:04 +01:00
Paulus Schoutsen
0cf3736162
Bump ha-ffmpeg to 3.0.2 () 2020-11-25 08:45:15 +01:00
Sören
c421555db3
Bump avea to 1.5.1 () 2020-11-25 08:25:09 +01:00
Teemu R
183154c017
Bump pyhs100 dependency to fix hs220 discoverability issues ()
Fixes 
2020-11-25 08:21:48 +01:00
HomeAssistant Azure
cbfd8a5a14 [ci skip] Translation update 2020-11-25 00:03:05 +00:00
Allen Porter
745823dd55
Add nest SDM API camera/doorbell events ()
* Add nest SDM API camera/doorbell events

Events are fired  when pubsub messages are received.   When messages
are received lookup a home assistant device id from the nest
device id, so that the home assistant device id can be included
in the event payload.

* Update homeassistant/components/nest/__init__.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* Update nest code style based on PR feedback

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-11-24 14:34:43 -08:00
Matthias Alphart
7f9a7791bf
update xknx to 0.15.4 () 2020-11-24 22:58:17 +01:00
epenet
48d9f1a61b
Fix duplicate check on onewire config flow () 2020-11-24 21:44:31 +01:00
Robert Svensson
acb94b0b59
Add tilt support to deCONZ covers () 2020-11-24 21:42:11 +01:00
Paulus Schoutsen
dae286aed5
Upgrade foobot_async to 1.0.0 () 2020-11-24 21:25:23 +01:00
koolsb
aed6980b14
Fix Meraki API Auth () 2020-11-24 19:56:39 +01:00
Erik Montnemery
d493f18e50
Bump hatasmota to 0.1.1 () 2020-11-24 19:55:15 +01:00
springstan
5a892e8fca
Add unknown_authorize_url_generation to base strings for config flows () 2020-11-24 12:00:16 -05:00
Allen Porter
3dd14e05e3
Update nest library and switch events to async () 2020-11-24 08:53:50 -07:00
Robert Svensson
7214d6517a
Fix conversion of cover position between HASS and deCONZ () 2020-11-24 14:47:56 +01:00
JJdeVries
8f18af9e80
Decrease asuswrt connects per sensor ()
* asuswrt: Decrease number of connects per sensor

* Changed implementation to DataUpdateCoordinator

* review changes

* update aioasuswrt dependency

* Apply suggestions from code review

Add explicit return None and fix type hint

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-11-24 04:50:57 +01:00
HomeAssistant Azure
fcd8684d40 [ci skip] Translation update 2020-11-24 00:04:19 +00:00
Maikel Punie
059f1a35f2
Use references in config flow for solaredge () 2020-11-23 15:34:46 -05:00
starkillerOG
0c30abda61
Add Motion Blinds integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-11-23 10:33:14 -10:00
Denix
66efe92b3f
Cannot use vcgencmd in HassOS () 2020-11-23 14:56:50 -05:00
Franck Nijhof
612e74703b
Add webhook to default config () 2020-11-23 14:49:13 -05:00
Greg
65796eee2d
Add codeowner to Enphase Envoy manifest () 2020-11-23 19:58:30 +01:00
Thibaut
b272e16b44
Fix RTS cover with set position available () 2020-11-23 08:13:52 -10:00
Oliver
0c64873c10
Update denonavr to 0.9.7 () 2020-11-23 06:54:06 -10:00
Franck Nijhof
9368ab5480
Upgrade sentry-sdk to 0.19.4 () 2020-11-23 08:09:17 -05:00
Robin Wohlers-Reichel
2fcd1a250b
update solax to 0.2.5 () 2020-11-23 08:05:22 -05:00
Robert Svensson
55cbd5aa0d
Track deCONZ lib changes to light based devices ()
* Improve control of covers

* Log backtrace if available

* Do not create entity for controller tool
Binary sensor should use state rather than is_tripped
Add some more tests to lights and sensors

* Bump dependency to v74

* Fix Balloobs comments
2020-11-23 11:37:11 +01:00
Daniel Hjelseth Høyer
3b105c415b
Mill Heater: Add support for Energy consumption () 2020-11-23 10:26:50 +01:00
Anders Melchiorsen
47ff04d9ad
Optimize reading of Sonos source mode () 2020-11-23 10:20:06 +01:00