1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-01 17:04:05 +00:00

37137 Commits

Author SHA1 Message Date
Franck Nijhof
27c6fe4376 Merge pull request #52745 from home-assistant/rc
2021.7.1
2021.7.1
2021-07-08 16:40:16 +02:00
Franck Nijhof
5b2164b3a2 Bumped version to 2021.7.1 2021-07-08 15:25:03 +02:00
Jesse Hills
594584645d Esphome fix camera image (#52738) 2021-07-08 15:24:37 +02:00
Tom Matheussen
15976555eb Fix KNX Fan features (#52732)
* Fan entity should return support features

* Revert "Fan entity should return support features"

This reverts commit 3ad0e87708fbf1847aaa26e3bc76fcac365a1640.

* Restore supported_features for KNX fan
2021-07-08 15:24:33 +02:00
jan iversen
3b5c6039bb Add check for _client existence in modbus (#52719) 2021-07-08 15:24:28 +02:00
Jon Gilmore
a4c563106d Bump pylutron to 0.2.8 fixing python 3.9 incompatibility (#52702) 2021-07-08 15:24:23 +02:00
Eric Severance
578ba6b065 pyWeMo version bump (0.6.5) (#52701) 2021-07-08 15:24:19 +02:00
Aaron Bach
5666e8b155 Bump simplisafe-python to 11.0.1 (#52684) 2021-07-08 15:24:14 +02:00
uvjustin
286c068f6f Move recorder.py import to runtime (#52682) 2021-07-08 15:24:10 +02:00
Stefan Agner
2038fb04b1 Fix precipitation calculation for hourly forecast (#52676)
It seems that hourly forecast have precipitation in 3h blocks.
2021-07-08 15:24:06 +02:00
avee87
9f40141907 Use iso-formatted times in MetOffice weather forecast (#52672)
* Fixed raw datetime in MetOffice weather forecast

* Use datetime in sensor attribute
2021-07-08 15:24:02 +02:00
Franck Nijhof
57f6a96e31 Ensure Forecast.Solar returns an iso formatted timestamp (#52669) 2021-07-08 15:23:58 +02:00
jjlawren
ef309a7c12 Ignore unused keys from Sonos device properties callback (#52660)
* Ignore known but unused keys from device callback

* Fix bug, add test
2021-07-08 15:23:54 +02:00
jjlawren
b9827a5b2e Warn if interface_addr remains in Sonos configuration (#52652) 2021-07-08 15:23:50 +02:00
Joakim Sørensen
8173dd06fe Handle KeyError when accessing device information (#52650) 2021-07-08 15:23:46 +02:00
Simone Chemelli
84be418bf1 Fix Fritz default consider home value (#52648) 2021-07-08 15:23:42 +02:00
Anaïs Betts
5185fa75d3 Fix service registration typo in Nuki integration (#52631) 2021-07-08 15:23:38 +02:00
Franck Nijhof
933e016150 Merge pull request #52627 from home-assistant/rc 2021.7.0 2021-07-07 14:23:39 +02:00
Franck Nijhof
342366750b Bumped version to 2021.7.0 2021-07-07 13:09:52 +02:00
Franck Nijhof
a048809ca7 Bumped version to 2021.7.0b6 2021.7.0b6 2021-07-07 11:21:23 +02:00
Bram Kragten
f7c844d728 Update frontend to 20210707.0 (#52624) 2021-07-07 11:21:06 +02:00
Franck Nijhof
998ffeb21d Fix broadlink creating duplicate unique IDs (#52621) 2021-07-07 11:21:03 +02:00
J. Nick Koston
a794c09a0f Fix deadlock at shutdown with python 3.9 (#52613) 2021-07-07 11:20:59 +02:00
Alexei Chetroi
a7ee86730c Bump up ZHA dependencies (#52611) 2021-07-07 11:20:56 +02:00
Chris
dd26bfb92b Fix mysensors rgb light (#52604)
* remove assert self._white as not all RGB will have a white channel

* suggested change

* Update homeassistant/components/mysensors/light.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-07-07 11:20:50 +02:00
Franck Nijhof
b14b284e62 Bumped version to 2021.7.0b5 2021.7.0b5 2021-07-06 18:51:38 +02:00
Simone Chemelli
bad2525a6d Fix Fritz Wi-Fi 6 networks with same name as other Wi-Fi (#52588) 2021-07-06 18:51:23 +02:00
Robert Svensson
7a503a6c1f Make use of entry id rather than unique id when storing deconz entry in hass.data (#52584)
* Make use of entry id rather than unique id when storing entry in hass data

* Update homeassistant/components/deconz/services.py

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-06 18:51:19 +02:00
J. Nick Koston
40d9541d9b Revert nmap_tracker to 2021.6 version (#52573)
* Revert nmap_tracker to 2021.6 version

- Its unlikely we will be able to solve #52565 before release

* hassfest
2021-07-06 18:51:16 +02:00
Aaron Bach
746a52bb27 Fresh attempt at SimpliSafe auto-relogin (#52567)
* Fresh attempt at SimpliSafe auto-relogin

* Fix tests
2021-07-06 18:51:12 +02:00
ondras12345
90f4b3a4ed Fix update of Xiaomi Miio vacuum taking too long (#52539)
Home assistant log would get spammed with messages like
Update of vacuum.vacuum_name is taking over 10 seconds
every 20 seconds if the vacuum was not reachable through the network.

See #52353
2021-07-06 18:51:08 +02:00
Shay Levy
2c75e3fe99 Fix Sensibo timeout exceptions (#52513) 2021-07-06 18:51:05 +02:00
Raman Gupta
e1c14b5a30 Don't raise when setting HVAC mode without a mode ZwaveValue (#52444)
* Don't raise an error when setting HVAC mode without a value

* change logic based on discord convo and add tests

* tweak
2021-07-06 18:51:01 +02:00
Thibaut
631e555e25 Update Somfy to reduce calls to /site entrypoint (#51572)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-06 18:50:57 +02:00
Bram Kragten
422de2c56d Bumped version to 2021.7.0b4 2021.7.0b4 2021-07-06 11:57:50 +02:00
Bram Kragten
2356c1e52a Update frontend to 20210706.0 (#52577) 2021-07-06 11:54:32 +02:00
Raman Gupta
2220c8cd3f Bump pyeight version to 0.1.9 (#52568) 2021-07-06 11:54:31 +02:00
Franck Nijhof
979d37dc19 Fix unavailable entity capable of triggering non-numerical warning in Threshold sensor (#52563) 2021-07-06 11:54:30 +02:00
J. Nick Koston
701fa06584 Bump aiohomekit to 0.4.2 (#52560)
- Changelog: https://github.com/Jc2k/aiohomekit/compare/0.4.1...0.4.2

- Fixes: #52548
2021-07-06 11:54:29 +02:00
Alexei Chetroi
1c9053fef6 Bump up zha dependencies (#52555) 2021-07-06 11:54:28 +02:00
J. Nick Koston
777cf116aa Update the ip/port in the homekit_controller config entry when it changes (#52554) 2021-07-06 11:54:27 +02:00
René Klomp
a52b4b0f62 Bump pysma version to 0.6.2 (#52553) 2021-07-06 11:54:26 +02:00
J. Nick Koston
dfce89f2c7 Bump zeroconf to 0.32.1 (#52547)
- Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.32.0...0.32.1

- Fixes #52384
2021-07-06 11:54:25 +02:00
Tom Brien
0cd097cd12 Update list of supported Coinbase wallet currencies (#52545) 2021-07-06 11:54:24 +02:00
Franck Nijhof
9368f75cec Bumped version to 2021.7.0b3 2021.7.0b3 2021-07-05 13:41:25 +02:00
Franck Nijhof
d5b419eeda Remove problematic/redudant db migration happning schema 15 (#52541) 2021-07-05 13:41:01 +02:00
J. Nick Koston
e140cd9b6a Bump HAP-python to 3.5.1 (#52508)
- Fixes additional cases of invalid mdns hostnames
2021-07-05 13:40:57 +02:00
jan iversen
206437b10c Fix MODBUS connection type rtuovertcp does not connect (#52505)
* Correct host -> framer.

* Use function pointer
2021-07-05 13:40:54 +02:00
J. Nick Koston
36eec7ddbc Remove empty hosts and excludes from nmap configuration (#52489) 2021-07-05 13:40:51 +02:00
Aaron Bach
afb187942a Revert "Force SimpliSafe to reauthenticate with a password (#51528)" (#52484)
This reverts commit 549f779b06.
2021-07-05 13:40:47 +02:00