Martin Weinelt
cecb711fe5
Update python-mpd2 to 3.0.3 ( #45141 )
...
Fixes : #44931
2021-01-16 20:45:54 +01:00
J. Nick Koston
3a3e5e636b
Switch somfy to zeroconf discovery ( #45158 )
2021-01-16 20:41:41 +01:00
Robert Chmielowiec
fa8ae77a6f
Bump pycomfoconnect to 0.4 ( #45201 )
2021-01-16 20:29:21 +01:00
Penny Wood
c8990e373d
Add Homekit discovery for iZone ( #45223 )
2021-01-16 20:22:03 +01:00
Robert Svensson
d80ef6c5fb
Create shortcuts for config entry parameters in Axis device ( #45233 )
2021-01-16 19:54:48 +01:00
Alexei Chetroi
0b9687f7bd
Bump up ZHA dependency ( #45230 )
2021-01-16 13:43:35 -05:00
Martin Hjelmare
e72e66ae6f
Bump zwave-js-server-python to 0.11.0 ( #45231 )
2021-01-16 19:26:15 +01:00
Robert Svensson
3cc45697cb
Prettier Zeroconf discovery name for Axis devices ( #45216 )
...
* Change zeroconf name to be based of prettier name rather than hostname to help user understand what device is discovered
Have a full zeroconf discovery message in tests
Clean up unusued globals
* Use non-formatted serial number for config entry title as well
2021-01-16 18:59:57 +01:00
Shay Levy
8151721fbc
Move switcher_kis services to entity services ( #45204 )
2021-01-16 18:18:40 +01:00
Raman Gupta
562d30319b
Add lock platform to zwave_js ( #45175 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-01-16 11:43:25 -05:00
Franck Nijhof
b6148bbbe7
Add DHCP discovery to Toon ( #45222 )
2021-01-16 15:20:56 +01:00
J. Nick Koston
74082194a6
Add dhcp discovery to squeezebox ( #45210 )
2021-01-16 14:25:15 +01:00
Penny Wood
7c7b357357
Handle older Izone controller ( #45218 )
...
* Updated to new library
* Fixed config flow exception
2021-01-16 21:24:00 +08:00
Robert Svensson
2044b33eb6
Add DHCP discovery support to Axis integration ( #45167 )
2021-01-16 11:03:56 +01:00
J. Nick Koston
233f923cd7
Add support for discovering individual roombas ( #45200 )
...
* Add support for discovering individual roombas
* add missing translation string
* Update homeassistant/components/roomba/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-01-15 21:28:12 -10:00
J. Nick Koston
5e01b828af
Discover devices from device_trackers with router sources ( #45160 )
...
* Discover devices from device_trackers with router sources
* Update homeassistant/components/dhcp/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* fix stop being called on the wrong context
* clean
* move it to base
* cleanup was too agressive
* Update homeassistant/components/dhcp/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* coverage
* revert legacy changes
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-01-16 01:01:37 +01:00
Robert Svensson
598a0d19b1
Normalise unique ID in Axis integration ( #45203 )
...
* Move adding unique id to config entry from setup_entry to migrate_entry
* Normalise unique ID
* MQTT subscribe should still use the serial number in the way the device itself expects
2021-01-16 01:01:14 +01:00
J. Nick Koston
b3764da912
Fix exception when trying to configure an ignored somfy mylink ( #45198 )
2021-01-16 00:48:19 +01:00
Philip Allgaier
5677adc104
Fix all forecast datetime values in OpenWeatherMap ( #45202 )
2021-01-15 23:32:38 +01:00
On Freund
03b2fbd043
Fix Typo in Onkyo A/V info ( #45194 )
2021-01-15 15:18:45 -05:00
J. Nick Koston
cffb1458a1
Improve dhcp discovery for somfy_mylink to handle multiple devices ( #45166 )
...
* Improve dhcp discovery for somfy_mylink to handle multiple devices
* Fix ip
* normalize
* logging debug
* force str
* we need a str
* fix tests
* add tests
* pylint
2021-01-15 19:47:25 +01:00
Sjack-Sch
7ce897f373
Fix Home Connect ambient color ( #45038 )
2021-01-15 19:40:29 +01:00
Martin Hjelmare
74c81b7c01
Bump zwave-js-server-python to 0.10.0 ( #45189 )
2021-01-15 19:32:10 +01:00
Sergio Conde Gómez
2e42a862b0
Remove service and config schemas from foscam ( #45154 )
2021-01-15 18:24:31 +01:00
Charles Garwood
9dbf14188a
Add WebSocket API Foundation for zwave_js ( #45151 )
2021-01-15 15:17:40 +01:00
Marcel van der Veldt
071c8cc67d
Add binary_sensor platform to zwave_js ( #45081 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-01-15 09:15:03 -05:00
Franck Nijhof
b4268edd6a
Merge pull request #45186 from home-assistant/rc
2021-01-15 14:33:52 +01:00
Franck Nijhof
e70abf5434
Merge branch 'master' into rc
2021-01-15 14:04:21 +01:00
Franck Nijhof
572b323ade
Bumped version to 2021.1.3
2021-01-15 13:58:52 +01:00
Pascal Vizeli
f91d40ac38
Bump aioHTTP 3.7.3 - YARL 1.6.3 ( #45180 )
2021-01-15 13:58:19 +01:00
Franck Nijhof
48be748058
Extend filter and filter tests ( #45179 )
2021-01-15 13:58:15 +01:00
Franck Nijhof
c2deadf994
Add filtering
2021-01-15 13:57:56 +01:00
Pascal Vizeli
e1427c45f2
Bump aioHTTP 3.7.3 - YARL 1.6.3 ( #45180 )
2021-01-15 13:19:22 +01:00
Tobias Sauerwein
b5690053a9
Only add Netatmo climate schedule attribute if not None ( #45176 )
2021-01-15 13:15:59 +01:00
Philip Allgaier
41b45c7f78
Auto-create friendly name for persistent notifications ( #42427 )
2021-01-15 12:13:56 +01:00
Paulus Schoutsen
93c2f2bbeb
Bump Z-Wave JS Server Python to 0.9.0 ( #45181 )
2021-01-15 10:59:35 +01:00
Franck Nijhof
dee0f887de
Extend filter and filter tests ( #45179 )
2021-01-15 10:30:29 +01:00
Marcel van der Veldt
a276f2d19e
Fix zwave_js adding not fully interviewed nodes ( #45162 )
...
* fix situation were nodes are being added or not fully interviewed
* adjust test
* lint
2021-01-15 01:09:03 +01:00
J. Nick Koston
7fada806af
Downgrade dhcp log message error message when running without CAP_NET_RAW ( #45157 )
2021-01-14 10:46:15 -10:00
Paulus Schoutsen
2600fdfa67
Merge pull request #45156 from home-assistant/rc
2021-01-14 20:50:23 +01:00
Franck Nijhof
0bd2c13e26
Add filtering
2021-01-14 20:26:08 +01:00
Philip Allgaier
0fdda9d0f6
Fix OpenWeatherMap forecast timestamp ( #45124 )
2021-01-14 19:20:16 +00:00
ehendrix23
7ac208ead6
Bump MyQ to 2.0.14 ( #45067 )
2021-01-14 19:20:15 +00:00
Joakim Sørensen
e1989399f0
Fallback to tag for any AfterShip tracking that have no checkpoints ( #45053 )
2021-01-14 19:20:14 +00:00
Santobert
d0216307f3
Fix neato battery sensor not ready ( #44946 )
...
* Fix neato battery sensor not ready
* Edit available attribute
* Remove unnecessary condition
2021-01-14 19:20:14 +00:00
Paulus Schoutsen
f141f18db7
Bumped version to 2021.1.2
2021-01-14 19:08:37 +00:00
rikroe
2294f11070
Bump bimmer_connected to 0.7.14 ( #45086 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-01-14 19:08:29 +00:00
Diogo Gomes
3771a800d3
Update the Utility Meter sensor status on HA start ( #44765 )
...
* fix status on HA start
* better coverage and fix
* fix test
* address review
2021-01-14 19:08:03 +00:00
Erik Montnemery
a1368ad3ed
Remove beta tag from Tasmota integration ( #45153 )
2021-01-14 20:02:34 +01:00
Franck Nijhof
f047d04882
Add filtering
2021-01-14 20:02:01 +01:00