Allen Porter
b1898cc176
Bump google-nest-sdm to v0.2.12 to improve API call error messages ( #47108 )
2021-02-26 11:20:32 -08:00
Marcel van der Veldt
7ca148f65d
Fix Z-Wave JS discovery schema for thermostat devices ( #47087 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-26 11:19:23 -08:00
Simone Chemelli
8971ab2edc
Bump aioshelly to 0.6.1 ( #47088 )
2021-02-26 11:07:53 -08:00
Joakim Plate
e12eba1989
Add support for v6 features to philips js integration ( #46422 )
2021-02-26 09:34:40 -08:00
J. Nick Koston
7ab2d91bf0
Add suggested area to hue ( #47056 )
2021-02-26 10:35:09 -06:00
Charles Garwood
d8633f94f6
Guard zwave_js missing nodes in websocket api ( #47096 )
2021-02-26 16:07:50 +01:00
Stefan Agner
6e77ca70fc
Add new machine generic-x86-64 to build matrix ( #47095 )
...
The Intel NUC machine runs on most UEFI capable x86-64 machines today.
Lets start a new machine generic-x86-64 which will replace intel-nuc
over time.
2021-02-26 15:49:33 +01:00
Guido Schmitz
71cf982a28
Add suggested_area support to devolo Home Control ( #47063 )
2021-02-26 08:48:36 -06:00
rikroe
9c67f83f4e
Bump bimmer_connected to 0.7.15 and fix bugs ( #47066 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-02-26 13:57:47 +01:00
Raman Gupta
56673f7edf
Remove flaky climacell test ( #47080 )
2021-02-26 13:45:21 +01:00
Erik Montnemery
dfbb653107
Bump pychromecast to 9.0.0 ( #47086 )
...
* Adapt to Pychromecast 9.0.0
* Bump pychromecast to 9.0.0
* Fix lint issues
2021-02-26 13:43:53 +01:00
CurrentThread
d5ee49cd4e
Add support for Shelly SHBTN-2 device triggers ( #46644 )
2021-02-26 11:52:47 +01:00
Erik Montnemery
5780615251
Bump pychromecast to 8.1.2 ( #47085 )
2021-02-26 10:47:22 +01:00
chpego
afb6e31393
Upgrade youtube_dl to version 2021.02.22 ( #47078 )
...
* Upgrade youtube_dl to version 2021.02.22
* Update requirements_all.txt
2021-02-26 10:39:31 +01:00
Paulus Schoutsen
3a3c12bb17
Upgrade aiohttp to 3.7.4 ( #47077 )
2021-02-26 09:16:11 +01:00
Paulus Schoutsen
6bd253094f
Bump Z-Wave JS Server Python to 0.20.0 ( #47076 )
2021-02-25 22:01:08 -08:00
J. Nick Koston
6af67c9558
Ensure hue options show the defaults when the config options have not yet been saved ( #47067 )
2021-02-25 21:58:35 -08:00
Charles Garwood
8ab163eda8
Fix Z-Wave JS API docstrings ( #47061 )
2021-02-25 21:11:06 -08:00
Raman Gupta
7118b7169c
catch ValueError when unique ID update fails because its taken and remove the duplicate entity ( #47072 )
2021-02-25 20:41:54 -05:00
HomeAssistant Azure
989d3e5c87
[ci skip] Translation update
2021-02-26 00:06:13 +00:00
Bram Kragten
e3105c7eb1
Revert CORS changes for my home assistant ( #47064 )
...
* Revert CORS changes for my home assistant
* Update test_init.py
* Update test_init.py
2021-02-25 15:28:22 -08:00
Bram Kragten
d084291055
Updated frontend to 20210225.0 ( #47059 )
2021-02-25 21:34:04 +01:00
Joakim Sørensen
7d90cdea1e
Use dispatch instead of eventbus for supervisor events ( #46986 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-02-25 19:52:11 +01:00
J. Nick Koston
f4db74fe73
Fix bond typing in config flow ( #47055 )
2021-02-25 18:08:04 +01:00
Ron Klinkien
3a82917400
Bump python-garminconnect to 0.1.19 to fix broken api ( #47020 )
2021-02-25 17:39:57 +01:00
Tobias Sauerwein
4e09d7ee0f
Clean up Netatmo webhook handler ( #47037 )
2021-02-25 16:53:59 +01:00
Quentame
125206adbf
Add zeroconf discovery to Freebox ( #47045 )
...
* Add zeroconf discovery to Freebox
- remove deprecated discovery
- tried with SSDP too but the presentation URL is not the same (*.fbxos.fr for zeroconf, http://mafreebox.freebox.fr/ for SSDP)
- so config entry unique_id should be the MAC (included into SSDP, but not zeroconf, can be retrieve from `fbx.system.get_config()`)
- DHCP discovery might be added in the future too
* host and port are required on zeroconf
* cleanup in other PR
2021-02-25 16:50:58 +01:00
Johan Josua Storm
5bba532dd4
Replace wrong domain returned from xbox api 2.0 ( #47021 )
...
* Change solution to use yarl lib
* Add check if base url needs changing
* Actively remove padding query instead of omitting
* Fixed popping the wrong query
* Change explaination about removing mode query
2021-02-25 09:38:45 -05:00
Maciej Bieniek
09bafafee2
Bump gios library to version 0.2.0 ( #47050 )
2021-02-25 15:26:00 +01:00
João Gabriel
372ed2db91
Add remote control platform to Panasonic Viera ( #42450 )
...
* Adding remote platform
* Update homeassistant/components/panasonic_viera/remote.py
Simplify entity creation
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Use Pytest fixture
* Use Pytest fixtures and assert service calls
* Adding conftest.py and organizing tests
* Reorganizing tests
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-25 13:40:01 +01:00
Fabian Affolter
c9d7a2be88
Upgrade sendgrid to 6.6.0 ( #47041 )
2021-02-25 13:09:52 +01:00
Fabian Affolter
5ec4360ac1
Upgrade pyowm to 3.2.0 ( #47042 )
2021-02-25 13:08:44 +01:00
Paulus Schoutsen
1989b8c07d
Clean up discovery integration ( #47022 )
...
* Clean up discovery integration
* Fix tests
* Remove discovery step from freebox
2021-02-25 12:19:21 +01:00
Fabian Affolter
7a691f9d26
Upgrade icmplib to 2.0.2 ( #47039 )
2021-02-25 11:11:40 +01:00
Robert Svensson
6b0c569a70
Normally there should only be one battery sensor per device from deCONZ. ( #46761 )
...
With these Danfoss devices each endpoint can report its own battery state.
2021-02-25 09:54:46 +01:00
Simone Chemelli
65a2f07a01
Fix missing Shelly external input ( #47028 )
...
* Add support for external input (Shelly 1/1pm add-on)
* Make external sensor naming consistent
* Fix case consistency
2021-02-25 09:51:18 +01:00
Florian Heilmann
47938a1355
hm climate: Return PRESET_NONE instead of None ( #47003 )
...
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
2021-02-25 09:49:52 +01:00
Paulus Schoutsen
633a7aeb22
Remove deprecated credstash + keyring ( #47033 )
2021-02-25 09:48:19 +01:00
J. Nick Koston
72263abfa9
Ensure doorbird events are re-registered when changing options ( #46860 )
...
- Fixed the update listener not being unsubscribed
- DRY up some of the code
- Fix sync code being called in async
- Reduce executor jumps
2021-02-24 23:16:20 -08:00
Raman Gupta
a43f3c1a0c
Fix zwave_js unique ID migration logic ( #47031 )
2021-02-24 23:14:32 -08:00
starkillerOG
7dc9071776
Add Xiaomi Miio fan config flow ( #46866 )
...
* Miio fan config flow
* fix styling and imports
* Update homeassistant/components/xiaomi_miio/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/xiaomi_miio/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/xiaomi_miio/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/xiaomi_miio/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/xiaomi_miio/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* rename device -> entity
* fix indent
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-25 04:25:06 +01:00
Fabian Affolter
7e35af5d4e
Upgrade TwitterAPI to 2.6.8 ( #47019 )
2021-02-24 19:09:33 -05:00
HomeAssistant Azure
bb7f1b748f
[ci skip] Translation update
2021-02-25 00:05:20 +00:00
Paulus Schoutsen
557ec374f1
Convert discovery helper to use dispatcher ( #47008 )
2021-02-24 13:37:31 -08:00
Franck Nijhof
5ab11df551
Bump version to 2021.4.0dev0 ( #47017 )
2021-02-24 22:28:02 +01:00
Marcel van der Veldt
23cbd2dda3
Change Z-Wave JS discovery logic to adopt changes to DeviceClass ( #46983 )
...
Co-authored-by: raman325 <7243222+raman325@users.noreply.github.com>
2021-02-24 12:59:06 -08:00
Bram Kragten
afae253432
Update frontend to 20210224.0 ( #47013 )
2021-02-24 21:18:24 +01:00
Simone Chemelli
4c294adfe8
Add missing tilt icon to Shelly tilt sensor ( #46993 )
2021-02-24 21:18:14 +01:00
Nathan Tilley
8d2606134d
Add FAA Delays Integration ( #41347 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-24 14:11:20 -06:00
jjlawren
ba51ada494
Bump plexapi to 4.4.0 ( #47007 )
2021-02-24 21:00:58 +01:00