Franck Nijhof
27c6fe4376
Merge pull request #52745 from home-assistant/rc
...
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 3ad0e87708 .
* 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-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-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-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-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-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
J. Nick Koston
070991c160
Bump aiohomekit to 0.4.1 ( #52472 )
...
- Fixes mdns queries being sent with the original case received on the wire
Some responders were case sensitive and needed the original case sent
- Reduces mdns traffic
2021-07-05 13:40:44 +02:00
Franck Nijhof
ebc3e1f658
Fix Statistics recorder migration path by dropping in pairs ( #52453 )
2021-07-05 13:40:40 +02:00
Maciej Bieniek
d2cef65b63
Bump gios library to version 1.0.2 ( #52527 )
2021-07-05 09:23:02 +02:00
Franck Nijhof
95132cc425
Bumped version to 2021.7.0b2
2021-07-02 21:07:17 +02:00
Franck Nijhof
4b077b5a39
Fix Statistics recorder migration order ( #52449 )
2021-07-02 21:06:52 +02:00
Simone Chemelli
77c643946b
Fix Fritz call deflection list ( #52443 )
2021-07-02 21:06:48 +02:00
Franck Nijhof
4b3ce4763d
Abort existing reauth flow on entry removal ( #52407 )
2021-07-02 21:06:45 +02:00
Franck Nijhof
8b54d958f3
Bumped version to 2021.7.0b1
2021-07-02 17:58:59 +02:00
Erik Montnemery
730c8cbcc4
Correct recorder table arguments ( #52436 )
2021-07-02 17:57:38 +02:00
Erik Montnemery
729f3dc6b8
Avoid duplicated database queries when fetching statistics ( #52433 )
2021-07-02 17:57:34 +02:00
Milan Meulemans
d04b0978df
Fix typo in forecast_solar strings ( #52430 )
2021-07-02 17:57:29 +02:00
Franck Nijhof
66680e44e4
Upgrade aioimaplib to 0.9.0 ( #52422 )
2021-07-02 17:57:25 +02:00
Erik Montnemery
94638d316f
Drop statistic_id and source columns from statistics table ( #52417 )
...
* Drop statistic_id and source columns from statistics table
* Remove useless double drop of statistics table
* Update homeassistant/components/recorder/models.py
Co-authored-by: Franck Nijhof <git@frenck.dev >
* black
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-07-02 17:57:21 +02:00
J. Nick Koston
e4a7347e7d
Import track_new_devices and scan_interval from yaml for nmap_tracker ( #52409 )
...
* Import track_new_devices and scan_interval from yaml for nmap_tracker
* Import track_new_devices and scan_interval from yaml for nmap_tracker
* Import track_new_devices and scan_interval from yaml for nmap_tracker
* tests
* translate
* tweak
* adjust
* save indent
* pylint
* There are two CONF_SCAN_INTERVAL constants
* adjust name -- there are TWO CONF_SCAN_INTERVAL constants
* remove CONF_SCAN_INTERVAL/CONF_TRACK_NEW from user flow
* assert it does not appear in the user step
2021-07-02 17:57:17 +02:00
Raman Gupta
e2e72851d7
Bump eight sleep dependency to fix bug ( #52408 )
2021-07-02 17:57:13 +02:00
Franck Nijhof
e8ed497950
Upgrade wled to 0.7.1 ( #52405 )
2021-07-02 17:57:08 +02:00
Tom Brien
527af96ad9
Add update listener to Coinbase ( #52404 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-07-02 17:57:05 +02:00
René Klomp
61bc95d704
Bump pysma to 0.6.1 ( #52401 )
2021-07-02 17:57:01 +02:00
Erik Montnemery
4959561bde
Fix sensor statistics collection with empty states ( #52393 )
2021-07-02 17:56:57 +02:00
Erik Montnemery
eea544d2d2
Fix MQTT cover optimistic mode ( #52392 )
...
* Fix MQTT cover optimistic mode
* Add test
2021-07-02 17:56:53 +02:00
Joakim Plate
b8b0bc9392
Reject trusted network access from proxies ( #52388 )
2021-07-02 17:56:48 +02:00
Erik Montnemery
3dcad64d53
Improve sensor statistics tests ( #52386 )
2021-07-02 17:56:44 +02:00
Aaron Bach
5cc878fc79
Fix missing default latitude/longitude/elevation in OpenUV config flow ( #52380 )
2021-07-02 17:56:40 +02:00
Alexei Chetroi
8de7312c92
Bump up ZHA dependencies ( #52374 )
...
* Bump up ZHA dependencies
* Fix broken tests
* Update tests/components/zha/common.py
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-07-02 17:56:36 +02:00
Tobias Sauerwein
c783ef49c7
Bump pyatmo to v5.2.0 ( #52365 )
...
* Bump pyatmo to v5.2.0
* Revert formatting changes
2021-07-02 17:56:32 +02:00
Frederik Bolding
6d346a59c2
Bump bt_proximity ( #52364 )
2021-07-02 17:56:28 +02:00
J. Nick Koston
96998aafe3
Update homekit_controller to use async zeroconf ( #52330 )
2021-07-02 17:56:24 +02:00
Bruce Sheplan
b565dcf3b0
Add screenlogic reconnect ( #52022 )
...
Co-authored-by: Kevin Worrel <37058192+dieselrabbit@users.noreply.github.com >
2021-07-02 17:56:20 +02:00
Franck Nijhof
355e557c24
Bumped version to 2021.7.0b0
2021-06-30 16:55:41 +02:00
Erik Montnemery
d450cda385
Report target unit in statistics meta data ( #52341 )
2021-06-30 16:53:51 +02:00
Matthias Alphart
9ed93de472
xknx 0.18.8 ( #52340 )
2021-06-30 15:06:33 +02:00
Erik Montnemery
9d0c4c168e
Convert units when fetching statistics ( #52338 )
2021-06-30 14:53:42 +02:00
jan iversen
c0751c060f
review comments. ( #52337 )
2021-06-30 14:34:33 +02:00
Erik Montnemery
0476c7f9ee
Normalize temperature statistics to °C ( #52297 )
...
* Normalize temperature statistics to °C
* Fix tests
* Support temperature conversion to and from K, improve tests
* Fix test
* Add tests, pylint
2021-06-30 14:17:58 +02:00
Bram Kragten
508f9a8296
Update frontend to 20210630.0 ( #52336 )
2021-06-30 13:34:28 +02:00
Erik Montnemery
0ab999738b
Add statistics meta data table ( #52331 )
...
* Add statistics meta data table
* Tweak meta data generation
2021-06-30 13:32:17 +02:00
stefano055415
d8337cf98f
Add Freedompro ( #46332 )
...
Co-authored-by: Milan Meulemans <milan.meulemans@live.be >
Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-30 13:21:06 +02:00
Tom Schneider
dc407fe7a1
Fix MusicCast subwoofers ( #52335 )
2021-06-30 13:09:57 +02:00
mlemainque
a7ece4ecaa
Fix Daikin integration power sensors ( #51905 )
2021-06-30 12:01:08 +02:00
Brian Towles
3e4dacb885
Add Modern Forms binary sensor platform ( #52312 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-30 11:56:02 +02:00
Aaron Bach
3902f0bdd4
Speed up lookup of AirVisual pollutant labels, levels, and units ( #52327 )
...
* Speed up lookup of AirVisual pollutant levels, labels, and units
* Mispellings
2021-06-30 11:33:50 +02:00
Anaïs Betts
da9bb99ba8
Create service to enable Continuous Mode on Nuki Opener ( #51861 )
2021-06-30 08:43:02 +02:00
Carlos Gomes
f2906d0fca
Add quantiles to Statistics integration ( #52189 )
...
* Add quantiles as another Statistics attribute
Quantiles divide states into intervals of equal probability. The
statistics.quantiles() function was added in Python 3.8 and can now
be included in the Statistics integration without new dependencies.
Quantiles can be used in conjunction with other distribution metrics to
create box plots (quartiles) and other graphical resources for
visualizing the distribution of states.
* Add quantiles reference to basic tests
2021-06-30 08:31:33 +02:00
J. Nick Koston
9f16e390f5
Deprecate IPv6 zeroconf setting in favor of the network integration ( #51173 )
2021-06-29 17:13:31 -10:00
Fredrik Erlandsson
3c20f2dd42
Fix point ConnectionTimeout during startup ( #52322 )
2021-06-29 21:10:25 -04:00
GitHub Action
5baaede85b
[ci skip] Translation update
2021-06-30 00:11:18 +00:00
Daniel Hjelseth Høyer
04d8f88269
Fix Mill consumption data ( #52320 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-30 01:31:56 +02:00
Otto Winter
f772eab7b7
ESPHome delete store data when unloading entry ( #52296 )
2021-06-29 15:06:24 -07:00
Erik Montnemery
cca5964ac0
Normalize pressure statistics to Pa ( #52298 )
2021-06-29 23:30:13 +02:00
J. Nick Koston
2eebfe6ff3
Fix esphome startup with missing api_version key ( #52324 )
2021-06-29 22:50:29 +02:00
Heine Furubotten
56d1bf255b
Bump enturclient to v0.2.2 ( #52321 )
2021-06-29 16:34:09 -04:00
Franck Nijhof
7c39092aa8
Upgrade nmap tracker with forked package for compatibility ( #52300 )
...
* Upgrade nmap tracker with forked package for compatibility
* Bump to 0.7.0.2
* Bump cache version
2021-06-29 21:50:25 +02:00
Aaron Bach
ddef5d2314
Refactor Tile entity unique ID migration to use helper ( #52315 )
...
* Refactor Tile entity unique ID migration to use helper
* Clarify
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-29 21:15:56 +02:00
Pascal Vizeli
853ca331e4
Stop build wheels for python38 ( #52309 )
2021-06-29 20:33:38 +02:00
Franck Nijhof
aac0180abf
Disable import of disabled eebrightbox in tests ( #52314 )
2021-06-29 19:59:25 +02:00
Aaron Bach
935f4d16a9
Fix small inconsistencies in RainMachine vegetation and sprinkler types ( #52313 )
2021-06-29 13:57:28 -04:00
Otto Winter
b43d0877e7
ESPHome Migrate to dataclasses ( #52305 )
2021-06-29 19:53:57 +02:00
Daniel Hjelseth Høyer
ba7ad8a58f
Add Melcloud device class and state class ( #52276 )
2021-06-29 19:16:43 +02:00
Koen Kanters
2576dd9da9
Fix Todoist incorrect end date when task has no time ( #52258 )
2021-06-29 10:15:50 -07:00
Teemu R
6afa4d6914
Skip updating tplink bulb state if the new state not reported by the device ( #52310 )
2021-06-29 19:14:34 +02:00
Simone Chemelli
7959225fef
Add switch platform to Fritz ( #51610 )
...
* Add switch platform to Fritz
* Fix tests
* Pylint
* Small fix
* Bump fritzprofiles to fix log level and identifier
* Fix different WiFi networks with same name
* Changed exposed attributes
* Moved to extra_state
* Remove redundant lambda
* Add missing wait
* Removed identifiers
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Add mapping dict
* Device Profile disabled by default
* Heavy cleanup
* Tweak
* Bug fix
* Update homeassistant/components/fritz/switch.py
Co-authored-by: Aaron David Schneider <aaron.schneider@nbi.ku.dk >
* Fix port forward switching + small log improvement
* Cleanup from old approach
* Handle port mapping hot removal (from device)
* Minor fixes
* Typying
* Removed lambda call
* Last missing strict typing
* Split get entities
* Func rename
* Move FritzBoxBaseSwitch to switch.py
* Removed lambda
* Update homeassistant/components/fritz/common.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/common.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Fixes after applying comments
* Remvoed redundant try block
* Removed broad-except
* Optimized async/sync switch
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Address remaining comments
* Optimize return list
* More optimization for return lists
* Some missing strict typing
* Redundant typing
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Wrong if
* Introduce const for profile status
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Fix mypy
* Switch back to get_local_ip()
* Address latest comments
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Aaron David Schneider <aaron.schneider@nbi.ku.dk >
2021-06-29 11:57:34 -04:00
Tom Brien
897f5d9247
Coinbase code quality improvements from review ( #52307 )
...
* Fix breaking loop if single bad currency
* Remove unneeded update
* Reduce executor calls and use helper
* Avoid setting up integration when not needed in test
* Remove defunct info from strings
* Move already configured check
* Move instance update out of data class init
2021-06-29 11:54:38 -04:00
Franck Nijhof
b11af5e6f8
Fix Garmin Connect sensor dependency import ( #52306 )
2021-06-29 16:39:25 +02:00
Erik Montnemery
8a00c3a2f5
Implement color_mode support for kulersky ( #52080 )
2021-06-29 16:31:29 +02:00
Franck Nijhof
f1b40b683d
Disable dependency checks and tests for disabled EE Brightbox integration ( #52304 )
2021-06-29 16:09:42 +02:00
Joakim Sørensen
720a67957b
Bump hass-nabucasa to 0.44.0 ( #52303 )
2021-06-29 16:04:21 +02:00
Franck Nijhof
d3210ada1d
Allow None value return type for Number entity state value ( #52302 )
2021-06-29 15:07:31 +02:00
Erik Montnemery
6131ed09f0
Compile statistics for power sensors ( #52299 )
2021-06-29 14:48:08 +02:00
Jesse Hills
e1797ea670
Add number entities to ESPHome ( #52241 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-29 14:33:04 +02:00
Adrián Moreno
a639cb7ba7
Add sensor platform to Meteoclimatic integration ( #51467 )
...
* Add meteoclimatic sensor platform
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
* Add sensor.py to coverage file
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
* Add explicit return type None
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
* Fix sample station code
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
* Apply frenck suggestions
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
* Remove extra attributes
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
* Revert translations
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
* Remove None icons and classes
Signed-off-by: Adrian Moreno <adrian@morenomartinez.com >
2021-06-29 13:52:39 +02:00
Franck Nijhof
198b664409
Merge branch 'master' into dev
2021-06-29 13:46:39 +02:00
Franck Nijhof
3311b1bafb
Small clean up for Motion Blinds ( #52281 )
2021-06-29 14:08:19 +03:00
Erik Montnemery
c785db4ffa
Normalize energy statistics to kWh ( #52238 )
2021-06-29 12:20:10 +02:00
Erik Montnemery
b77f2b9e12
Filter MQTT camera JSON attributes ( #52279 )
...
* Filter MQTT camera JSON attributes
* Add missing attribute to blocked list
2021-06-29 12:14:02 +02:00
Erik Montnemery
39a064683a
Filter MQTT cover JSON attributes ( #52282 )
2021-06-29 11:59:23 +02:00
Erik Montnemery
30a9198d97
Add test to MQTT device tracker ( #52292 )
2021-06-29 11:33:26 +02:00
Franck Nijhof
8a82557142
Demo: Remote improvements ( #52265 )
...
* Demo: Remote improvements
* Address pylint warning
2021-06-29 11:32:46 +02:00
Erik Montnemery
a7dd7c1a3d
Filter MQTT select JSON attributes ( #52288 )
2021-06-29 11:22:58 +02:00
Erik Montnemery
74e61ab7f7
Filter MQTT switch JSON attributes ( #52290 )
2021-06-29 11:22:25 +02:00
Erik Montnemery
de4cfb0ce2
Filter MQTT vacuum JSON attributes ( #52291 )
2021-06-29 11:21:22 +02:00
Erik Montnemery
61f7f5c96a
Filter MQTT sensor JSON attributes ( #52289 )
2021-06-29 11:19:40 +02:00
Erik Montnemery
e0f7987544
Filter MQTT fan JSON attributes ( #52283 )
2021-06-29 11:18:50 +02:00
Erik Montnemery
71a0e474cc
Filter MQTT number JSON attributes ( #52286 )
2021-06-29 11:16:57 +02:00
Erik Montnemery
3b89fcfe83
Filter MQTT lock JSON attributes ( #52285 )
2021-06-29 11:16:07 +02:00
Jc2k
7de3e7d1dd
Support setting hvac_mode and temp in same homekit_controller set_temperature service call ( #52195 )
...
* Support setting hvac_mode and temp in same set_temperature service call
* Update homeassistant/components/homekit_controller/climate.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Update homeassistant/components/homekit_controller/climate.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-29 11:14:28 +02:00
Erik Montnemery
040c88f982
Filter MQTT climate JSON attributes ( #52280 )
2021-06-29 11:13:58 +02:00
Erik Montnemery
91b4f7d1d5
Filter MQTT alarm JSON attributes ( #52278 )
2021-06-29 10:32:23 +02:00
Aaron Bach
dee3e14df2
Fix values of RainMachine Freeze Protection and Hot Days binary sensors ( #52275 )
...
* Fix values of RainMachine Freeze Protection and Hot Days binary sensors
* Correct place
* Fix
2021-06-29 10:21:33 +02:00
Aaron Bach
04300464da
Update RainMachine sprinkler and vegetation types ( #52274 )
2021-06-29 10:20:11 +02:00
Aaron Bach
5e18b5c189
Fix bug in detecting RainMachine zone soil type ( #52273 )
...
* Fix bug in detecting RainMachine zone soil type
* Simplify
2021-06-29 10:09:38 +02:00
Brian Towles
3ab42c50c9
Add sensor platform to Modern Forms integration ( #52249 )
...
* Add sensor platform to Modern Forms integration
* Changes to sensors to timestamp class
* lint cleanup
2021-06-29 10:05:39 +02:00
Chris Talkington
6a528acafe
Use attrs instead of properties for ipp ( #52270 )
...
* use attrs instead of properties for ipp
* Update __init__.py
* Create entity.py
* Update __init__.py
* Create coordinator.py
* Update coordinator.py
* Update __init__.py
* Update entity.py
* Update sensor.py
* Update sensor.py
* Update __init__.py
* Update __init__.py
* Update coordinator.py
* Update entity.py
* Update entity.py
* Update entity.py
* Update sensor.py
* Update sensor.py
2021-06-29 10:02:49 +02:00
Xuefer
8c37dc5613
Clean up Onvif steps ( #52254 )
2021-06-29 09:30:56 +02:00
TOM
3f66709882
Fix caldav TZ interpretation of all day events ( #48642 )
2021-06-29 00:07:29 -07:00
Paulus Schoutsen
bb4d3bfc60
Reduce Ring TTL ( #52277 )
2021-06-29 08:57:32 +02:00
Franck Nijhof
8dd545d060
Demo: Sensor improvements ( #52263 )
2021-06-28 23:39:40 -07:00
Franck Nijhof
d37018cf87
Small tweaks to Rituals Perfume Genie ( #52269 )
2021-06-28 23:39:00 -07:00
Franck Nijhof
94a0259743
Add state class support to SAJ Solar Inverter ( #52261 )
2021-06-28 23:38:21 -07:00
Franck Nijhof
a93487f389
Add state class support to SolarEdge ( #52271 )
2021-06-28 23:37:33 -07:00
jan iversen
f1303e02ff
Let climate use base_struct_schema. ( #52154 )
2021-06-28 22:21:31 -07:00
jan iversen
74e1600a84
Add fixture to handle mock restore state ( #52198 )
2021-06-28 22:21:04 -07:00
Daniel Hjelseth Høyer
1676bf220f
Tibber, add device class monetary to accumulated cost ( #52259 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-28 20:58:27 -07:00
GitHub Action
81ca5236bf
[ci skip] Translation update
2021-06-29 00:25:47 +00:00
Aaron Bach
a448b72ff9
Remove bachya as 17track.net codeowner ( #52262 )
...
* Remove bachya as 17track.net codeowner
* Cleanup
2021-06-28 17:41:02 -06:00
Raman Gupta
d6fd7dde7f
Bump zwave_js_server to 0.27.0 ( #52267 )
2021-06-28 18:49:40 -04:00
Milan Meulemans
dc94a45832
Clean up Rituals Perfume Genie integration ( #52266 )
2021-06-29 00:44:13 +02:00
Marius
7ce4763784
change processor_temperature icon ( #52256 )
...
* change processor_temperature icon
to indicate the temperature, using "mdi:thermometer"
* add DEVICE_CLASS_TEMPERATURE,
* add None for icon
* remove Icon from Last boot
since it uses the device_class already
2021-06-29 00:39:21 +02:00
Jc2k
42c944ce56
Add secondary temperature sensors to homekit_controller ( #52194 )
2021-06-28 23:48:29 +02:00
ollo69
c6efdedd3c
Add AsusWRT load average sensors ( #52230 )
2021-06-28 22:33:15 +02:00
Aaron Bach
f538e07902
Update Tile unique ID to include username ( #52175 )
2021-06-28 21:36:18 +02:00
Farzad Noorian
fbf85fd86b
Add OAuth 2.0 Bearer Token authentication to send_file for telegram_bot ( #46567 )
2021-06-28 20:43:23 +02:00
Matthias Alphart
d4211c4a66
Cleanup KNX supported_features for climate, cover and fan ( #52218 )
2021-06-28 20:22:44 +02:00
Tom Brien
9e50bd0b30
Only load requested coinbase accounts ( #51981 )
2021-06-28 20:21:04 +02:00
Milan Meulemans
6f41168616
Change DiffuserRoomSize number entity to select entity ( #51993 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-28 20:20:32 +02:00
Tom Brien
a1c741a46d
Provide correct defaults for CoinBase options flow ( #52255 )
2021-06-28 20:14:11 +02:00
Andre Lengwenus
f2fe6c26ab
Add tests for LCN integration setup ( #48070 )
2021-06-28 18:08:09 +02:00
René Klomp
540d6e9fa5
Use pysma exceptions ( #52252 )
2021-06-28 16:59:17 +02:00
Xuefer
3a5ee00081
Merge onvif host/auth step, allow skipping scan ( #49660 )
2021-06-28 16:39:18 +02:00
Tom Brien
fd1d110b80
Add config flow for Coinbase ( #45354 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-28 16:38:12 +02:00
Joakim Sørensen
efee36a176
Don't copy result to new list ( #52248 )
2021-06-28 15:54:23 +02:00
Erik Montnemery
c86b563fe1
Bump hatasmota to 0.2.19 ( #52246 )
2021-06-28 15:49:25 +02:00
René Klomp
5e721b2566
Update SMA device info on setup ( #51159 )
...
* Update device info on setup
* Remove migration
2021-06-28 15:32:29 +02:00
Guido Schmitz
3027b848c1
Add reauth config flow to devolo Home Control ( #49697 )
2021-06-28 15:01:31 +02:00
Erik Montnemery
7a4f3fe7b8
Filter MQTT light JSON attributes ( #52242 )
2021-06-28 14:37:26 +02:00
Joakim Plate
24ba81c3a2
Update new effect before calculating color on Philips TV ( #52072 )
2021-06-28 14:01:29 +02:00
micha91
8133793f23
Yamaha musiccast grouping-services ( #51952 )
...
Co-authored-by: Tom Schneider <tom.schneider-github@sutomaji.net >
2021-06-28 13:57:01 +02:00
Joakim Sørensen
8255a2f6c8
Removal of stale add-on devices on startup ( #52245 )
2021-06-28 13:49:58 +02:00
Otto Winter
3e1d32f4e0
ESPHome Climate add preset, custom preset, custom fan mode ( #52133 )
...
* ESPHome Climate add preset, custom preset, custom fan mode
* Fix copy paste error
* Bump aioesphomeapi to 3.0.0
* Bump aioesphomeapi to 3.0.1
* Persist api version to prevent exception for offline devices
2021-06-28 13:43:45 +02:00
Michael Davie
594bcbcf7a
Fix timezones in Environment Canada hourly forecasts ( #51917 )
2021-06-28 12:57:07 +02:00
billsq
90e9216e9a
Add support for overriding SMTP recipient(s) in a service call ( #47611 )
2021-06-28 12:54:03 +02:00
J. Nick Koston
583626a74f
Convert nmap_tracker to be a config flow ( #50429 )
2021-06-28 12:49:14 +02:00
Vilppu Vuorinen
4ba5a4f36e
Fix unique_id generation for AtwZoneSensors ( #51227 )
2021-06-28 12:20:40 +02:00
J. Nick Koston
ab24d16e00
Suppress duplicate mdns discovery from netdisco ( #52099 )
2021-06-28 11:46:56 +02:00
Fabian Zimmermann
3c0a24db50
Convert openweathermap dewpoint from kelvin to celcius ( #51893 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-28 11:35:33 +02:00
Shay Levy
ab73ce00a0
Change "Not adding entity" log level to debug ( #52240 )
2021-06-28 11:22:10 +02:00
Brett
486e94e6a5
Add "auto" HVAC mode to Advantage Air ( #51693 )
...
* Add support for myAuto
* Small bug fixes for myAutoModeEnabled
* Add myauto to test fixture
* Refactor hvac_modes using AC_HVAC_MODES
2021-06-28 11:21:25 +02:00
myhomeiot
922b195ebf
Add hvac_action to Daikin AC ( #52035 )
2021-06-28 11:10:53 +02:00
Chris Talkington
e4fc76ac2c
Add re-authentication support to cloudflare ( #51787 )
2021-06-28 10:48:18 +02:00
Chris Talkington
bfc2995cf8
Update cloudflare test helpers ( #52235 )
2021-06-28 10:40:51 +02:00
Erik Montnemery
e14480599b
Add value_template support to MQTT number ( #52155 )
2021-06-28 10:23:34 +02:00
Maciej Bieniek
3d556f14a5
Remove air_quality platform from Airly integration ( #52225 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-28 10:15:56 +02:00
Brian Towles
9c84c2889f
Modern forms switch platform ( #52061 )
...
* Add switch platform to Modern Forms integration
* Add reboot switch
* Update lib to catch status from switches
* lint ignore
* Removed reboot switch
* bump aiomodernforms for dependency cleanup
2021-06-28 09:47:41 +02:00
Raman Gupta
bef8be9256
Support dynamic schema validation in device conditions and actions ( #52007 )
...
* Allow integrations to provide dynamic schema validation in device conditions and actions
* Add tests
* re-add type
* mypy
2021-06-28 09:23:46 +02:00
Christopher Masto
5d3f3c756f
Fix Fahrenheit to Celsius conversion in Prometheus exporter ( #52212 )
...
const.TEMP_FAHRENHEIT is "°F", but _unit_string converts this to "c",
so the comparison never succeeds and we end up with temperatures in F
but labeled C.
2021-06-28 09:19:49 +02:00
GitHub Action
5c5e43afc1
[ci skip] Translation update
2021-06-28 00:10:15 +00:00
Chris Talkington
8b47faa840
Remove undo listener variable in cloudflare ( #52227 )
...
* remove undo listener variable in cloudflare
* Update const.py
* Update __init__.py
* Update __init__.py
2021-06-27 15:58:49 -05:00
Joakim Plate
0d689eefd6
Make Philips TV notify service optional ( #50691 )
...
* Make event service optional
* Correct strings for rename
* Drop unload we are just testing config flow here
2021-06-27 22:57:08 +02:00
puddly
c404a196c2
Allow creating ZHA groups with specific IDs ( #50781 )
2021-06-27 15:21:15 -04:00
SgtBatten
bd399d17a7
Add support for 4th fan speed in izone A/C systems ( #51969 )
...
* Add TOP fan speed
My a/c is 4 speed and the top speed is reported as top or boost.
i.e it supports: low med high boost auto
* add support for top fan speed
Aircons with 4 fan speeds. i.e low, med, high, top/boost
* Update manifest.json
Bump version to 1.1.5
* Update climate.py
* Bump Izone to 1.1.5
* Update climate.py
* fix isort failure
* Use v1.1.6
Co-authored-by: Penny Wood <Swamp-Ig@users.noreply.github.com >
Co-authored-by: Swamp-Ig <github@ninjateaparty.com >
2021-06-27 21:13:26 +02:00
ollo69
e6e39a67f4
AsusWRT code improvements for sensors and related tests ( #51822 )
...
* Sensors implementation and tests improvements
* Remove check for unexpected condition
2021-06-27 15:09:03 -04:00
hesselonline
e56069558a
Refactor wallbox tests ( #51094 )
...
* Changed Testing, removed custom exception
Removed custom exceptions, reverted to builtin. Changed testing approach in all tests, now using the core interface to setup device and mock_requests to create test responses for all calls.
* Reintroduce InvalidAuth exception in __init__
Remove reference to internal HA exception, Reintroduce custom exception
* Removed duplicate entry in test_config_flow
* removed tests from test_init that calling methods directly
* Update tests/components/wallbox/__init__.py
Removed duplicate add_to_hass call
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-27 15:06:25 -04:00
avee87
2d1744c573
Add forecasts to MetOffice integration ( #50876 )
...
* MetOfficeData now retrieves both 3-hourly and daily data (full forecast data, as well as "now" snapshot) on each update
* Bump datapoint API up to latest version
* Create 2 sets of sensors - one of each set for 3-hourly and for daily data (same ones initially enabled, for now)
* Create two entities (one each for 3-hourly and daily data) and also add in the forecast data for each dataset
* Testing changes to accommodate now having two sets of everything for 3-hourly and daily update data
* Removed unused import (reported by flake8)
* As per conversation with @MatthewFlamm leave the 3-hourly entity's unique_id unchanged (although the display name is changed)
* Make some improvements based on reviews
Make some improvements and fix up the formatting/linting failures.
* Make some improvements based on reviews
Make some improvements and fix up the formatting/linting failures.
* Added more test coverage
* import asyncio
* Try to fix test
* Rewrote everything using CoordinatorEntity
* Fixed config flow
* Fixed lint errors
Co-authored-by: MrHarcombe <ian.harcombe@gmail.com >
Co-authored-by: Henco Appel <hencoappel+github@gmail.com >
2021-06-27 15:04:42 -04:00
Raman Gupta
23339cff95
Add new climacell sensors ( #52079 )
...
* Add new climacell sensors
* lint
* add new unit constants
2021-06-27 15:03:20 -04:00
Erik Montnemery
74aa428bd1
Implement color_mode support for ozw ( #52063 )
2021-06-27 15:00:27 -04:00
Matt Zimmerman
da1d6d3821
Add service to reset SmartTub reminders ( #51824 )
...
* Add service to reset SmartTub reminders
* add test
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-27 20:59:11 +02:00
Hristo Atanasov
a5362542ad
Bulgarian language added in Google Translate TTS ( #51985 )
...
* Added Bulgarian language
Bulgarian language is supported by Google Translate TTS and by gTTS library. Tested all lockally and it works perfect.
https://github.com/pndurette/gTTS
* Bulgarian language added in v2.2.3
* Run script.gen_requirements_all
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-27 20:55:36 +02:00
J. Nick Koston
a10847bef3
Fix isy994 fan when turn on is not called with a percentage ( #49531 )
...
* Fix isy994 fan when turn on is not called with a percentage
* Make insteon/fan.py logic
2021-06-27 20:35:58 +02:00
Martin Hjelmare
120fd633b2
Add mysensors sensor platform test foundation ( #51548 )
2021-06-27 20:33:20 +02:00
Lasath Fernando
543e1a0f9c
Make PjLink power toggle more robust ( #51821 )
...
Occasionally, this integration misses events (or maybe they never get sent) from the projector and gets "stuck" in the wrong power state.
Currently, this prevents this integration from changing the power state as it thinks its already in the correct state. Only way to resolve this is to reboot home assistant.
This PR makes it a little more resilient by attempting to send the correct command even when it thinks it's already in the correct state.
2021-06-27 20:30:49 +02:00
Niels Mündler
aececdfeb9
Update pyfronius to 0.5.2 ( #52216 )
...
* Update the pyfronius package to version 0.5.2
this automatically introduces support for API V0 of fronius devices
* Update requirements
2021-06-27 12:43:31 -05:00
Joakim Plate
eedf1c3ebe
Reject requests from the proxy itself ( #52073 )
...
* Reject requests from the proxy itself
* Adjust tests
2021-06-27 19:02:51 +02:00
ryansun96
dafddce446
Update base image to 2021.06.2 ( #52190 )
2021-06-27 18:59:27 +02:00
Matt Zimmerman
fad7e43c4f
Add state attribute to SmartTub reminders for days remaining ( #51825 )
2021-06-27 18:39:40 +02:00
Milan Meulemans
a9bd7da79d
Remove Rituals room size number entity ( #52200 )
2021-06-27 18:38:07 +02:00
Matthias Alphart
253310aaa4
Add respond_to_read option to KNX switch ( #51790 )
2021-06-27 18:34:41 +02:00
Matthias Alphart
89cdda9fe6
Add idle hvac_action to KNX climate ( #52006 )
...
* add idle hvac_action and command_value extra_state_attribute
* use class attribute for unit
2021-06-27 18:31:07 +02:00
Daniel Hjelseth Høyer
a788b6ebc1
Clean up surepetcare binary sensor ( #52217 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-27 17:27:33 +02:00
Daniel Hjelseth Høyer
a824313e9f
Clean up Surepetcare sensor ( #52219 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-27 17:25:54 +02:00
Franck Nijhof
3f49cdf9bf
DSMR: Use entry unload to unsub update listener ( #52220 )
2021-06-27 16:58:08 +02:00
Franck Nijhof
75d29b3d9e
Upgrade watchdog to 2.1.3 ( #52224 )
2021-06-27 16:57:30 +02:00
Daniel Hjelseth Høyer
f1b5183e47
Tibber power factor ( #52223 )
2021-06-27 16:49:22 +02:00
Milan Meulemans
0d6e73236a
Upgrade pyrituals 0.0.3 -> 0.0.4 ( #52209 )
2021-06-27 14:53:55 +02:00
Klaas Schoute
6b08aebe5f
Add Forecast Solar integration ( #52158 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-27 14:05:04 +02:00
GitHub Action
473ab98a67
[ci skip] Translation update
2021-06-27 00:09:39 +00:00
Daniel Hjelseth Høyer
b45c8466b4
Surepetcare, Use entity class vars and some clean up ( #52205 )
2021-06-26 15:40:40 -07:00
Pavel Pletenev
db2fda09b9
Fix habitica regression ( #52097 )
2021-06-26 15:36:45 -07:00
Milan Meulemans
4c7934de46
Clean up strings.json ( #52202 )
...
* Remove empty error in arcam_fmj
* Remove empty data in directv
* Remove empty error and data in kraken
* Remove empty data in roku
2021-06-26 20:36:13 +02:00
jan iversen
c558c77413
Correct keyerror exception. ( #52150 )
2021-06-26 20:09:53 +02:00
Matthias Alphart
5687ced7b3
Cleanup KNX integration ( #52168 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-26 14:30:36 +02:00
Joakim Sørensen
b7c15d4474
Fix deprecation warning in discord notifier ( #52197 )
2021-06-26 07:12:10 -04:00
Shay Levy
568e1b379d
Address late review of Switcher sensor migration ( #52186 )
2021-06-26 07:30:47 +02:00
GitHub Action
cd9fa27f2a
[ci skip] Translation update
2021-06-26 00:10:53 +00:00
Appleguru
8d8af60b1d
Add retries for tplink discovery ( #52015 )
...
* Add retries for tplink discovery
* Black Format tplink common.py
* Exit tplink discovery early if all devices found
* Fix typo in tplink retry log msg
* Code style cleanup for tplink retries
* Update homeassistant/components/tplink/common.py
Co-authored-by: Teemu R. <tpr@iki.fi >
* Fix linting errors for tplink retries
Co-authored-by: Teemu R. <tpr@iki.fi >
2021-06-25 23:49:35 +02:00
Daniel Hjelseth Høyer
4abdeec36d
Use entity class vars in Broadlink ( #52177 )
2021-06-25 11:31:17 -10:00
PeteBa
42c4317628
Avoid drift in recorder purge cut-off ( #52135 )
2021-06-25 11:29:38 -10:00
J. Nick Koston
a71af8e9d3
Abort samsungtv config flow for existing hosts when the unique id is set ( #52138 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-25 10:31:33 -10:00
starkillerOG
6bbe477d66
Improve Xiaomi Miio error handling ( #52009 )
...
* Xiaomi Miio inprove error logging
* improve error handeling
* fix styling
* fix styling
* Update homeassistant/components/xiaomi_miio/device.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/xiaomi_miio/gateway.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/xiaomi_miio/gateway.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* break long line
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-25 21:25:51 +02:00
Joakim Sørensen
328ab21a05
Stream requests to ingress ( #52184 )
2021-06-25 12:14:26 -07:00
Erik Montnemery
dad7a597ae
Add color_mode support to yeelight light ( #51973 )
...
* Add color_mode support to yeelight light
* Satisfy pylint
* Address review comment
* Improve test coverage
* Improve test coverage
2021-06-25 17:37:15 +02:00
Franck Nijhof
3b0f67acd1
DSMR: Add deprecation warning for YAML configuration ( #52179 )
2021-06-25 14:42:06 +02:00
Wim Haanstra
bc2689fd75
Add day-consumption fixed cost sensor in dsmr_reader ( #52178 )
...
* Added day-consumption fixed cost property
* black
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-25 07:59:51 -04:00
Maciej Bieniek
a95294c83f
Fix typo in Nettigo Air Monitor integration ( #52182 )
2021-06-25 12:07:32 +02:00
Franck Nijhof
958016c44f
Clean up input_boolean, removing typing exceptions ( #52181 )
...
* Clean up input_boolean, removing typing exceptions
* Now pushing all local changes...
2021-06-25 11:57:52 +02:00
Franck Nijhof
b939570c9c
Simplify WLED segment tracking ( #52174 )
...
* Simplify WLED segment tracking
* Fix master controls
2021-06-25 10:57:12 +02:00
Maciej Bieniek
e6c850136c
Add support for state_class to AccuWeather integration ( #51510 )
...
* Add support for state_class
* Use get() method
2021-06-25 10:06:15 +02:00
J. Nick Koston
22c8afe637
Create a base class for broadlink entities ( #52132 )
...
* Create a base class for broadlink entities
* Update homeassistant/components/broadlink/entity.py
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net >
* Update homeassistant/components/broadlink/entity.py
* Update homeassistant/components/broadlink/entity.py
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net >
* black, remove unused
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net >
2021-06-25 07:39:21 +02:00
J. Nick Koston
d009f06a55
Handle connection being closed in legacy samsungtv ( #52137 )
...
* Handle connection being closed in legacy samsungtv
- Mirror the websocket behavior
Fixes
```
2021-06-24 02:54:13 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.89_guestroom fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 401, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 609, in async_device_update
raise exc
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/samsungtv/media_player.py", line 124, in update
self._state = STATE_ON if self._bridge.is_on() else STATE_OFF
File "/usr/src/homeassistant/homeassistant/components/samsungtv/bridge.py", line 113, in is_on
return self._get_remote() is not None
File "/usr/src/homeassistant/homeassistant/components/samsungtv/bridge.py", line 232, in _get_remote
self._remote = Remote(self.config.copy())
File "/usr/local/lib/python3.8/site-packages/samsungctl/remote.py", line 9, in __init__
self.remote = RemoteLegacy(config)
File "/usr/local/lib/python3.8/site-packages/samsungctl/remote_legacy.py", line 32, in __init__
self._read_response(True)
File "/usr/local/lib/python3.8/site-packages/samsungctl/remote_legacy.py", line 77, in _read_response
raise exceptions.ConnectionClosed()
samsungctl.exceptions.ConnectionClosed
```
* add coverage
* pass instead
2021-06-25 07:31:44 +02:00
GitHub Action
febc276db9
[ci skip] Translation update
2021-06-25 00:12:31 +00:00
Franck Nijhof
f9d65b9196
Add preset support to WLED ( #52170 )
2021-06-24 23:16:07 +02:00
Maciej Bieniek
0730b375f3
Remove air_quality platform from Nettigo Air Monitor integration ( #52152 )
...
* Remove air_quality platform
* Clean constants
2021-06-24 22:58:37 +03:00
Daniel Hjelseth Høyer
a5ca25019c
Toon, correct generate a 0-timestamp ( #52167 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-24 21:48:09 +02:00
Santobert
adade590ed
Bump pybotvac to 0.0.21 ( #52166 )
2021-06-24 21:29:09 +02:00
Daniel Hjelseth Høyer
e039a9d37b
Tibber, correct generate a 0-timestamp ( #52165 )
...
* Tibber, correct generate a 0-timestamp
* import
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-24 21:18:46 +02:00
Franck Nijhof
a2be9a487f
DSMR: Complete full strictly typed ( #52162 )
2021-06-24 11:27:25 -07:00
Franck Nijhof
fba7118d44
Add Color Palette Select entities to WLED ( #51994 )
...
* Add Color Palette Select entities to WLED
* Update with dev changes, disable by default
2021-06-24 11:25:21 -07:00
J. Nick Koston
5695710463
Add mac address to samsungtv config entry data if missing ( #51634 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-24 08:15:16 -10:00
Franck Nijhof
34a317b847
DSMR: Device/state classes, icons, less common disabled by default ( #52159 )
2021-06-24 18:48:51 +02:00
Erik Montnemery
4533a77597
Add MQTT select ( #52120 )
...
* Add MQTT select
* Fix value_template support
* Lint
2021-06-24 17:09:06 +02:00
starkillerOG
69a04cf748
Fix Xiaomi Miio missing gateway info ( #52146 )
...
During my last PR: https://github.com/home-assistant/core/pull/47955 , I accedently created a bug that will block the setup of the gateway integration.
This fixes that bug.
2021-06-24 17:03:19 +02:00
Simone Chemelli
3b8ece38b3
Second part of Strict types for Fritz ( #52086 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-24 17:02:41 +02:00
Franck Nijhof
75c3daa45f
DSMR: Refactor sensor creation, added typing to sensors ( #52153 )
...
* DSMR: Refactor sensor creation, added typing to sensors
* Log from package level
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-24 16:56:43 +02:00
Erik Montnemery
04c9665241
Filter MQTT JSON attributes ( #52076 )
...
* Filter JSON attributes
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Refactor, add tests
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-24 16:22:54 +02:00
Martin Hjelmare
09b3882a5b
Type frontend strictly ( #52148 )
2021-06-24 16:01:28 +02:00
Franck Nijhof
afa00b7626
DSMR: Remove Gas derivative sensor ( #52147 )
2021-06-24 14:25:38 +02:00
Martin Hjelmare
0e5040d917
Add zwave_js options flow to reconfigure server ( #51840 )
2021-06-24 13:15:42 +02:00
Franck Nijhof
fbdd6a9d95
DSMR: Typing cleanup in init & config flow ( #52145 )
2021-06-24 12:53:16 +02:00
Franck Nijhof
17357bf575
DSMR: Small cleanup; use entity class attributes ( #52143 )
2021-06-24 11:25:19 +02:00
Eduard van Valkenburg
e21325b975
Fix missing azure event hub instance name ( #52049 )
2021-06-24 11:24:38 +02:00
Franck Nijhof
780d538bb0
DSMR: Adding myself to the codeowners ( #52144 )
2021-06-24 11:23:20 +02:00
Maciej Bieniek
ff8b96c65d
Remove YAML configuration import from Sony Bravia TV ( #52141 )
2021-06-24 11:10:21 +02:00
Matthias Alphart
74db49fae4
Add KNX select entity ( #52026 )
...
* select entity for knx
* validate select options
* lint
* phytonify
* Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-24 10:54:04 +02:00
Rob Bierbooms
aa56a21b45
Add config flow step user to dsmr ( #50318 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-24 10:16:08 +02:00
dependabot[bot]
0714ee68eb
Bump docker/login-action from 1.9.0 to 1.10.0 ( #52140 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 09:52:17 +02:00
Franck Nijhof
a67ca08124
Change dynamic segment handling of WLED ( #52018 )
2021-06-23 23:43:24 +02:00
Paulus Schoutsen
cc00617cd5
Allow defining state class for template sensors ( #52130 )
2021-06-23 14:37:04 -07:00
Robert Svensson
6352d8fb0e
Use more attr instead of properties in deCONZ integration ( #52098 )
2021-06-23 21:40:34 +02:00
jan iversen
1f4fdb50dc
Share struct validator between sensor and climate ( #51935 )
2021-06-23 11:03:17 -07:00
Franck Nijhof
5b663b1fb9
Add state class to Enphase Envoy ( #52113 )
2021-06-23 10:46:00 -07:00
Franck Nijhof
38daf94562
Add state class to Eliqonline ( #52111 )
2021-06-23 10:44:55 -07:00
Franck Nijhof
7f7c0febd8
Add state class to DTE Energy Bridge ( #52110 )
2021-06-23 10:44:41 -07:00
Franck Nijhof
927b74b4a2
Add state class to The Energy Detective TED5000 ( #52109 )
2021-06-23 10:44:25 -07:00
Franck Nijhof
0ddd858b4b
Add state class to Aurora ABB Solar PV ( #52108 )
2021-06-23 10:43:57 -07:00
Franck Nijhof
b9e6a6b3b8
Add state class to JuiceNet ( #52116 )
2021-06-23 10:43:31 -07:00
Franck Nijhof
39b090d957
Add state class to Neurio energy ( #52117 )
2021-06-23 10:41:48 -07:00
Franck Nijhof
3bfcca2bb0
Add state class to Atome Linky, use class attributes ( #52107 )
2021-06-23 10:23:56 -07:00
Martin Hjelmare
ed4a3d275a
Fix ezviz options flow test patch ( #52125 )
2021-06-23 18:19:45 +02:00
Matthias Alphart
742159a6a6
Add number entity to KNX ( #51786 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-23 17:20:49 +02:00
Chris Talkington
4e88b44286
Use attrs instead of properties for directv ( #51918 )
...
* Use attrs instead of properties for directv
* Update __init__.py
* Create entity.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update remote.py
* Update entity.py
* Update __init__.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update media_player.py
2021-06-23 16:10:29 +02:00
Erik Montnemery
2351f2d95e
Warn when receiving message on illegal MQTT discovery topic ( #52106 )
...
* Warn when receiving message on illegal MQTT discovery topic
* Fix test
2021-06-23 15:53:17 +02:00
Tobias Sauerwein
db5bf8ab23
Bump pyatmo version ( #52112 )
...
* Bump pyatmo version
* Update tests
2021-06-23 15:51:27 +02:00
Maciej Bieniek
75faee4f25
Use attrs instead of properties in Bravia TV integration ( #52045 )
...
* Use attrs instead of properties
* Revert to using properties for dynamic data
* Move volume_level to coordinator
* Move media_title to coordinator
* Remove unused variables
* Fix variable name
* Revert removed variables
2021-06-23 15:46:28 +02:00
Erik Montnemery
80ae346318
Pass the hass object to all MQTT component constructors ( #52124 )
2021-06-23 15:44:18 +02:00
Erik Montnemery
77de233679
Update MQTT number to treat received payload as UTF-8 ( #52121 )
...
* Update MQTT number to treat received payload as UTF-8
* Lint
2021-06-23 15:35:18 +02:00
Erik Montnemery
a374e24843
Add monetary sensor device class ( #52087 )
...
* Add total_cost sensor device class
* Change to DEVICE_CLASS_MONETARY
2021-06-23 15:32:25 +02:00
Tobias Sauerwein
5a4a1a250d
Catch exception for failed webhook drop for netatmo ( #52119 )
2021-06-23 14:56:20 +02:00
Franck Nijhof
b3b23066a8
Add state class to Huisbaasje ( #52114 )
2021-06-23 13:11:33 +02:00
Jesse Hills
33e2b910c2
Add @jesserockz to ESPHome codeowners ( #52115 )
2021-06-23 13:10:58 +02:00
Jan Bouwhuis
29bfb4b046
Xiaomi_miio fan percentage based speeds and preset_modes ( #51791 )
2021-06-23 11:30:42 +02:00
Paulus Schoutsen
6c4816567c
Add state class to Sense ( #52104 )
2021-06-23 08:56:11 +02:00
Paulus Schoutsen
c31f267106
Add state class to powerwall ( #52102 )
2021-06-22 23:19:02 -07:00
GitHub Action
de5431c037
[ci skip] Translation update
2021-06-23 00:09:30 +00:00
Franck Nijhof
b112b18848
Get running event loop in debugpy ( #52091 )
2021-06-22 21:16:50 +02:00
maurerle
ba3416b724
Handle ConnectionError if proxmoxve host is not reachable ( #51970 )
...
* handle ConnectionError if host is not reachable
* import only needed exceptions
fix pylint issue
* don't overwrite built-in ConnectionError
* fix typo
2021-06-22 20:54:27 +02:00
Erik Montnemery
04b425ed89
Use HS color instead of RGB color for Tasmota lights ( #52052 )
2021-06-22 20:40:59 +02:00
Robert Svensson
e22893a206
Make attestation of supported features easier to read (deCONZ test) ( #52096 )
...
Make is_deconz_group a constant
2021-06-22 20:34:25 +02:00
Robert Svensson
6814e9607a
Improve deCONZ lights supported_color_modes and tests ( #51933 )
...
* Improve deconz lights tests
* Simplify attribute definition
* Bump pydeconz to v80
2021-06-22 19:29:58 +02:00
Shay Levy
5795e76826
Migrate Switcher entity attributes to sensors ( #51964 )
...
* Migrate attributes to sensors
Migrate attributes to sensors
* Fix pylint
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <git@frenck.dev >
* Add typing imports
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-22 18:28:09 +02:00
Maciej Bieniek
d08129352f
Bump Nettigo Air Monitor library ( #52085 )
2021-06-22 15:44:53 +02:00
muppet3000
456755c077
Adjust Growatt PV units from W to kW ( #52021 )
2021-06-22 13:15:38 +02:00
Erik Montnemery
52c142a82d
Add support for color_mode white to MQTT light basic schema ( #51484 )
...
* Add support for color_mode white to MQTT light basic schema
* Add missing abbreviations
2021-06-22 11:59:20 +02:00
Yuval Aboulafia
39bf304031
Static typing for PiHole ( #51681 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-22 11:50:50 +02:00
Brian Towles
9cd3ffbd47
Modern Forms light platform code cleanup ( #52058 )
2021-06-22 10:10:49 +02:00
Otto Winter
03ec7b3d0b
ESPHome rework EsphomeEnumMapper for safe enum mappings ( #51975 )
2021-06-21 21:22:38 -07:00
Raman Gupta
0eae0cca2b
Move zwave_js migration tests into new module ( #52075 )
2021-06-21 20:42:03 -04:00
GitHub Action
d805e971b4
[ci skip] Translation update
2021-06-22 00:14:17 +00:00
Raman Gupta
8a9a141f3c
Fix zwave_js migration logic ( #52070 )
...
* Fix zwave_js migration logic
* revert change to move tests to new module
* Update tests/components/zwave_js/test_init.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-21 16:45:47 -04:00
MattWestb
077131df1a
Update climate.py ( #52065 )
...
Adding tuya TRVs type Moes that need extra function in ZHA.
https://github.com/home-assistant/core/issues/49378 adding _TYST11/_TZE200_cwnjrr72 that is missed then being added in zigpy.
https://github.com/zigpy/zha-device-handlers/pull/931 is adding the _TZE200_b6wax7g0 and i shall adding the missed _TYST11_b6wax7g0
2021-06-21 15:36:00 -04:00
Erik Montnemery
b916247e8e
Improve editing of device automation referring non added select entity ( #52047 )
...
* Improve editing of device automation referring non added select entity
* Update tests
2021-06-21 14:49:51 +02:00
Brian Towles
f29bcf7ff7
Modern Forms light platform ( #51857 )
...
* Add light platform to Modern Forms integration
* cleanup setup
* Code review cleanup
2021-06-21 10:09:41 +02:00
Franck Nijhof
23719bbb5e
Upgrade wled to 0.7.0 ( #52017 )
2021-06-21 09:44:29 +02:00
Jeff Irion
b46bcdeeb1
Bump adb-shell to 0.3.4 ( #52044 )
...
* Bump adb-shell to 0.3.4
* Bump adb-shell to 0.3.4
* Bump adb-shell to 0.3.4
2021-06-21 08:23:22 +02:00
Paulus Schoutsen
076227acbe
Merge pull request #52043 from home-assistant/rc
2021-06-20 22:37:31 -07:00
Paulus Schoutsen
34f266bfa6
Bumped version to 2021.6.6
2021-06-20 21:49:17 -07:00
jjlawren
0d351e4a0e
Catch unexpected battery update payloads on Sonos ( #52040 )
2021-06-20 21:49:12 -07:00
Paulus Schoutsen
79cfd444d9
Fix double subscriptions for local push notifications ( #52039 )
2021-06-20 21:49:11 -07:00
Maciej Bieniek
67699e3c1f
Fix AccuWeather sensors updates ( #52031 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-20 21:49:10 -07:00
Fredrik Erlandsson
47560006b8
Bump pydaikin to 2.4.3 ( #51926 )
2021-06-20 21:49:09 -07:00
Rob Bierbooms
d6fd41bd03
Bump pyRFXtrx to 0.27.0 ( #51911 )
...
* Bump version
* Fix test
2021-06-20 21:49:08 -07:00
djtimca
c8e678a2c6
Add Omnilogic switch defaults for max_speed and min_speed ( #51889 )
2021-06-20 21:49:08 -07:00
Konstantin Antselovich
398fca3b9d
Fix whois expiration date ( #51868 )
2021-06-20 21:49:07 -07:00
Maciej Bieniek
2aed268fb7
Remove undo_listener variable in AccuWeather integration ( #52032 )
2021-06-20 21:40:04 -07:00
Maciej Bieniek
01a26f1348
Remove undo_listener variable in Sony Bravia TV integration ( #52033 )
2021-06-20 21:39:14 -07:00
Chris Talkington
d772488472
Remove undo listener variable in sonarr ( #52042 )
2021-06-20 21:38:45 -07:00
jjlawren
7b5ed8faa8
Catch unexpected battery update payloads on Sonos ( #52040 )
2021-06-20 21:38:07 -07:00
GitHub Action
067b5258c6
[ci skip] Translation update
2021-06-21 00:09:58 +00:00
Paulus Schoutsen
af8ef634c1
Fix double subscriptions for local push notifications ( #52039 )
2021-06-20 14:53:21 -07:00
Maciej Bieniek
57106098f9
Fix AccuWeather sensors updates ( #52031 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-20 14:53:08 -07:00
Steven Looman
a127131c1b
Upgrade async_upnp_client to 0.19.0 ( #52019 )
2021-06-20 18:17:39 +02:00
uvjustin
e8b5790846
Clean up stream refactor ( #51951 )
...
* Clean up target_duration method
* Consolidate Part creation in one place
* Use BytesIO.read instead of memoryview access
* Change flush() signature
2021-06-20 13:38:02 +08:00
GitHub Action
3836d46dff
[ci skip] Translation update
2021-06-20 00:10:44 +00:00
Franck Nijhof
24c1256c2c
Small WLED cleanups ( #52014 )
2021-06-19 17:13:48 +02:00
Oderik
f550c31886
Fix IoT class ( #52008 )
2021-06-19 15:38:48 +02:00
Bram Kragten
34a44b9bec
Use entity sources to find related entities in Search ( #51966 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-19 13:25:26 +02:00
Matthias Alphart
1d941284ff
Fix not awaiting async super method in KNX climate ( #52005 )
2021-06-19 01:10:17 -05:00
Matthias Alphart
c246e211eb
Update xknx to 0.18.7 ( #52000 )
2021-06-18 22:22:27 -05:00
GitHub Action
8901e1f157
[ci skip] Translation update
2021-06-19 00:10:05 +00:00
Aaron Bach
549f779b06
Force SimpliSafe to reauthenticate with a password ( #51528 )
2021-06-18 16:11:35 -06:00
Franck Nijhof
23222589dd
Add device condition support to Select entity ( #51992 )
2021-06-18 23:31:08 +02:00
Franck Nijhof
655f797f67
Add Select entity support to Google Assistant ( #51997 )
2021-06-18 23:30:46 +02:00
Erik Montnemery
0ca199d8d0
Add WS API for listing available statistic ids ( #51984 )
...
* Add WS API for listing available statistic ids
* Update homeassistant/components/history/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2021-06-18 21:32:30 +02:00
Paulus Schoutsen
805ef3f90b
Allow fetching multiple statistics ( #51996 )
2021-06-18 21:03:13 +02:00
Franck Nijhof
87a43eacb7
Add device action support to Select entity ( #51990 )
2021-06-18 11:40:29 -07:00
Franck Nijhof
06edc731c5
Add significant change support to select entity ( #51978 )
2021-06-18 11:31:09 -07:00
Franck Nijhof
98a53188f8
Add reproduce state to select entity ( #51977 )
2021-06-18 11:30:40 -07:00
Franck Nijhof
c1cfbcc4e3
Add device trigger support to Select entity ( #51987 )
2021-06-18 10:01:32 -07:00
Martin Hjelmare
2628ce54d9
Type homeassistant triggers event ( #51979 )
2021-06-18 09:46:20 -07:00
Franck Nijhof
054ca1d7ec
Add Select entity component platform ( #51849 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-18 11:51:55 +02:00
jan iversen
bc329cb602
Convert if/elif chains to dicts in modbus ( #51962 )
2021-06-18 11:20:44 +02:00
Brent Petit
c149ecf2cc
Handle disconnected ecobee thermostat in humidifier and remote sensors ( #51873 )
2021-06-18 09:06:31 +02:00
GitHub Action
c0a0c8b283
[ci skip] Translation update
2021-06-18 00:09:11 +00:00
Tom
88eca8cc15
Add deconz support for Lidl Smart Door Bell HG06668 ( #51949 )
2021-06-17 17:57:27 +02:00
Raman Gupta
1e18011603
Adjust zwave_js WS API commands for logging ( #51096 )
2021-06-17 17:19:25 +02:00
Franck Nijhof
06c2e541c4
Fully type lock entity component ( #51958 )
2021-06-17 14:28:56 +02:00
Franck Nijhof
8e07e60741
Fully type binary_sensor entity component ( #51957 )
2021-06-17 13:53:45 +02:00
Artem Draft
db61a773fd
Add remote control platform to BraviaTV ( #50845 )
2021-06-17 12:33:44 +02:00
jan iversen
08b0ef7a5e
Use test fixture for configuration testing ( #51803 )
...
* Autospec mock_modbus and usei for configuration.
* Review comment.
2021-06-17 12:27:05 +02:00
Bram Kragten
0327d0b6db
Add Mutesync dynamic update interval and catch invalid response values ( #50764 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-06-17 11:40:48 +02:00
Franck Nijhof
927b5361a3
Define LockEntity entity attributes as class variables ( #51909 )
2021-06-17 11:25:33 +02:00
jjlawren
d3724355cf
Improve Sonos Spotify/Tidal support, add service exceptions ( #51871 )
2021-06-17 11:09:57 +02:00
Brent Petit
016ba39dfb
Ecobee logging cleanup ( #51754 )
2021-06-17 10:59:13 +02:00
Fredrik Erlandsson
b2aa55cea2
Bump pydaikin to 2.4.3 ( #51926 )
2021-06-17 10:58:28 +02:00
jan iversen
3ba90776c0
Add autospec to modbus mock, in order to use getattr ( #51813 )
2021-06-17 10:57:20 +02:00
Erik Montnemery
ee6c77048c
Improve editing of device actions referencing non-added humidifier ( #51749 )
2021-06-17 10:27:22 +02:00
Franck Nijhof
17a71020db
Define RemoteEntity entity attributes as class variables ( #51904 )
2021-06-17 10:21:49 +02:00
Franck Nijhof
9f17b8856a
Define WaterHeaterEntity entity attributes as class variables ( #51903 )
2021-06-17 10:19:29 +02:00
Franck Nijhof
3b00e87ebc
Define WeatherEntity entity attributes as class variables ( #51899 )
2021-06-17 10:16:16 +02:00
Franck Nijhof
7947946793
Type entry setup/unload for entity components ( #51912 )
2021-06-17 10:10:26 +02:00
Eugenio Panadero
b7c1df7864
Adopt new electricity tariffs in pvpc hourly pricing ( #51789 )
2021-06-17 09:03:28 +02:00
jjlawren
d4ac5bf048
Bump plexapi to 4.6.1 ( #51936 )
2021-06-17 09:02:23 +02:00
dependabot[bot]
aaf3a5a9c5
Bump actions/upload-artifact from 2.2.3 to 2.2.4 ( #51946 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-17 08:31:20 +02:00
RenierM26
fe26c34e87
Clean ezviz error handling in services ( #51945 )
2021-06-17 08:30:19 +02:00
Konstantin Antselovich
c8329032b2
Fix whois expiration date ( #51868 )
2021-06-17 05:57:46 +02:00
Adam Król
986c4a8f29
Support Wolflink reconnection after unexpected failure ( #47011 )
...
* Support reconnection after unexpected fails
* Update session at every call. Support Offline devices
* Remove unnecessary else branch
* Clean typing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-17 05:24:17 +02:00
Franck Nijhof
33e08f38da
Raise bad request when receiving HTTP request from untrusted proxy ( #51839 )
...
* Raise bad request when receiving HTTP request from untrusted proxy
* Fix code comment
2021-06-17 04:41:19 +02:00
GitHub Action
17414439df
[ci skip] Translation update
2021-06-17 00:10:03 +00:00
Raman Gupta
a250343c55
Support bitmask as a value ( #51892 )
...
* Support bitmask as a value
* Fix value schema and add tests
* fix test
* revert change to value schema
2021-06-16 15:53:45 -04:00
jjlawren
31db3fcb23
Refactor Sonos alarms and favorites into system-level coordinators ( #51757 )
...
* Refactor alarms and favorites into household-level coordinators
Create SonosHouseholdCoodinator class for system-level data
Fix polling for both alarms and favorites
Adjust tests
* Fix docstring
* Review cleanup
* Move exception handling up a level, do not save a failed coordinator
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-16 10:30:05 -05:00
Franck Nijhof
bc3e5b39ed
Clean up cover group ( #51924 )
2021-06-16 14:47:29 +02:00
djtimca
dc9f1411d4
Add Omnilogic switch defaults for max_speed and min_speed ( #51889 )
2021-06-16 14:39:09 +02:00
Franck Nijhof
13bf5dbee4
Upgrade mypy to 0.902 ( #51907 )
2021-06-16 14:35:32 +02:00
Franck Nijhof
4655e3aa08
Clean up light group ( #51922 )
2021-06-16 14:30:25 +02:00
jan iversen
7ad91fdf71
Add swap to climate and change data_count -> count in modbus ( #51668 )
2021-06-16 12:11:23 +02:00
Eric Severance
61079ab7fa
Support receiving long-press events from WeMo devices ( #45503 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-16 12:00:34 +02:00
Franck Nijhof
c65d120633
Fix typo in min/max mired(s) entity class attribute ( #51921 )
2021-06-16 09:58:21 +02:00
Franck Nijhof
37d3a4dd53
Use entity class vars in Switch demo ( #51906 )
...
* Use entity class vars in Switch demo
* Fix missing initial state of the demo switch
2021-06-16 08:29:31 +02:00
Rob Bierbooms
ff0c753c87
Bump pyRFXtrx to 0.27.0 ( #51911 )
...
* Bump version
* Fix test
2021-06-15 20:34:05 -05:00
GitHub Action
a072fb059d
[ci skip] Translation update
2021-06-16 00:09:27 +00:00
Franck Nijhof
f2bc69a653
Merge pull request #51902 from home-assistant/rc
2021-06-15 20:37:40 +02:00
uvjustin
6d656dd2ec
Speed up record stream audio test ( #51901 )
2021-06-15 14:27:53 -04:00
Franck Nijhof
fcb2c26a24
Bumped version to 2021.6.5
2021-06-15 19:45:33 +02:00
Ludovico de Nittis
ee7a2b29ad
Bump pyialarm to 1.9.0 ( #51804 )
2021-06-15 19:44:48 +02:00
Joakim Sørensen
dcc7bc10e8
Add httpcore with version 0.13.3 ( #51799 )
2021-06-15 19:44:45 +02:00
Fredrik Erlandsson
8f34d1cf32
Bump pydaikin, fix airbase issues ( #51797 )
2021-06-15 19:44:42 +02:00
Ron Klinkien
fcc66139f8
Replace garminconnect_aio with garminconnect_ha ( #51730 )
...
* Fixed config_flow for multiple account creation
* Replaced python package to fix multiple accounts
* Replaced python package to fix multiple accounts
* Implemented config entries user
* Config entries user
* Fixed test code config flow
* Fixed patch
2021-06-15 19:44:35 +02:00
Milan Meulemans
63e20f2ced
Mark config flow fields as required ( #51898 )
...
* flo
* goalzero
* mutesync
* ring
* roon
* risco
* Ruckus Unleashed
* Scaffold template
2021-06-15 19:21:30 +02:00
Eric Severance
3488b78365
Add a menu_cursor service to the yamaha component ( #44819 )
...
* Add a menu_cursor service to the yamaha component
* Update homeassistant/components/yamaha/media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update service description to new format
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-15 19:17:10 +02:00
Franck Nijhof
37af42e470
Upgrade pillow to 8.2.0 ( #51897 )
2021-06-15 19:14:57 +02:00
Matthias Alphart
b08f473da4
Add current hvac_action to KNX climate ( #51464 )
2021-06-15 17:51:16 +02:00
Franck Nijhof
16d5d7e508
Upgrade codecov to 2.1.11 ( #51885 )
2021-06-15 15:04:48 +02:00
Franck Nijhof
e4202aa4de
Upgrade pytest-cov to 2.12.1 ( #51886 )
2021-06-15 15:04:07 +02:00
RenierM26
22b8dc16c2
Add services to ezviz integration ( #48984 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-15 13:23:32 +02:00
Kevin Worrel
515bd18ddd
Don't create unsupported pump sensors ( #51828 )
...
* Don't create unsupported pump sensors
* Remove old code and simplify new statements.
* Address notes
2021-06-15 13:19:48 +02:00
Matthias Alphart
c0d311473c
Restore state of KNX Switch ( #51761 )
2021-06-15 13:08:19 +02:00
Jan
333f199bd4
Additional units for HM-ES-TX-WM with ES-IEC ( #50713 )
...
The Homematic HM-ES-TX-WM with ES-IEC adapter needs additional unit cast for `IEC_POWER` and `IEC_ENERGY_COUNTER`.
2021-06-15 12:13:03 +02:00
Erik Montnemery
f3c6e846fa
Enable asyncio debugging from debugpy integration ( #51880 )
...
* Optionally enable asyncio debugging from debugpy integration
* Unconditionally enable asyncio debugging
2021-06-15 12:10:47 +02:00
Raman Gupta
3db8d9ede5
Require admin for new node status WS API command ( #51863 )
2021-06-15 09:34:04 +02:00
Erik Montnemery
59a3e0f4dc
Improve editing of device conditions referencing non-added HVAC ( #51832 )
2021-06-15 02:23:13 +02:00
GitHub Action
5469cc8fb2
[ci skip] Translation update
2021-06-15 00:11:31 +00:00
rikroe
dfe21eb78f
Add selectors to BMW Connected Drive service definitions ( #47065 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2021-06-15 00:56:14 +02:00
Kim Frellsen
e1538594cd
Update fortios device tracker to support FortiOS 7.0 ( #51640 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-15 00:29:37 +02:00
starkillerOG
3a2d50fe23
Add Xiaomi Miio EU gateway support ( #47955 )
...
* Add EU gateway support
* add options flow translations
* fix options flow
* fix missing import
* try to fix async_add_executor_job
* try to fix async_add_executor_job
* fix unload
* check for login succes
* fix not reloading
* use cloud option
* fix styling
* Return after if
Co-authored-by: Nathan Tilley <nathan@tilley.xyz >
* cleanup
* add options flow tests
* fix new tests
* fix typo in docstring
* add missing blank line
* Use async_on_unload
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Use async_on_unload
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Use async_setup_platforms
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Use async_unload_platforms
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/xiaomi_miio/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/xiaomi_miio/const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* default use_cloud False
* add options flow checks
* fix styling
* fix issort
* add MiCloud check tests
* fix indent
* fix styling
* fix tests
* fix tests
* fix black
* re-write config flow
* add explicit return type
* update strings.json
* black formatting
* fix config flow
Tested the config flow and it is now fully working
* fix styling
* Fix current tests
* Add missing tests
* fix styling
* add re-auth flow
* fix styling
* fix reauth flow
* Add reauth flow test
* use ConfigEntryAuthFailed
* also trigger reauth @ login error
* fix styling
* remove unused import
* fix spelling
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Fix spelling
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* fix spelling
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* remove unessesary .keys()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* combine async_add_executor_job calls
* remove async_step_model
* fix wrong indent
* fix gatway.py
* fix tests
Co-authored-by: Nathan Tilley <nathan@tilley.xyz >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-15 00:05:40 +02:00
Raman Gupta
8705168fe6
Add zwave_js WS API cmds to get node state and version info ( #51396 )
...
* Add zwave_js view to retrieve a node's state
* remove typehints
* Make dump views require admin
* Add version info to node level dump
* Add back typehints
* switch from list to dict
* switch from dump node view to two WS API commands
* switch to snake
2021-06-14 16:43:51 -04:00
Raman Gupta
f00f2b4ae4
Add zwave_js ping node service ( #51435 )
...
* Add zwave_js ping node service
* uncomment code
* use asyncio.gather
2021-06-14 16:38:35 -04:00
Brian Towles
b1fa01e4bc
Cleanup of code reviews from initial modern forms ( #51794 )
2021-06-14 21:04:02 +02:00
yllar
7329dc4f6b
Add missing languages to Microsoft TTS ( #51774 )
2021-06-14 14:10:21 -04:00
jjlawren
e929774481
Add warning during playback if Plex token missing ( #51853 )
2021-06-14 20:09:27 +02:00
Raman Gupta
0d40ba463e
Create zwave_js node status sensor when the node is added ( #51850 )
...
* Create node status sensor when the node is added
* Handle race condition
* reduce repeat code
2021-06-14 19:31:44 +02:00
Franck Nijhof
347ef9cb4c
Define NumberEntity entity attributes as class variables ( #51842 )
2021-06-14 09:05:01 -07:00
Franck Nijhof
32409a2c93
Define HumidifierEntity entity attributes as class variables ( #51841 )
2021-06-14 09:04:46 -07:00
Joakim Sørensen
c8755cd896
Migrate the name for the hassio user ( #51771 )
2021-06-14 09:01:18 -07:00
uvjustin
97e77ab229
Improve type hints in stream ( #51837 )
...
* Improve type hints in stream
* Fix import locations
* Add stream to .strict-typing
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
2021-06-14 23:59:25 +08:00
Malte Franken
7cd57dd156
Bump aio_geojson_geonetnz_quakes to v0.13 ( #51846 )
2021-06-14 17:29:23 +02:00
Erik Montnemery
4c9f12b9c5
Correct trace path for trigger with custom id ( #51847 )
2021-06-14 17:09:20 +02:00
Erik Montnemery
a989677bef
Improve editing of device conditions referencing non-added binary sensor ( #51831 )
...
* Improve editing of device conditions referencing non-added binary sensor
* Update tests
2021-06-14 15:26:46 +02:00
Erik Montnemery
06fc21e287
Improve editing of device conditions referencing non-added sensor ( #51835 )
2021-06-14 15:22:31 +02:00
Erik Montnemery
59ef55c34f
Improve editing of device conditions referencing non-added cover ( #51833 )
2021-06-14 14:34:59 +02:00
Erik Montnemery
af05543744
Improve editing of device conditions referencing non-added humidifier ( #51834 )
2021-06-14 14:12:42 +02:00
Malte Franken
33ec6621c7
Bump georss_ign_sismologia_client to v0.3 ( #51838 )
2021-06-14 13:51:11 +02:00
Felipe Martins Diel
fca79237c3
Create dataclass to mock entry setup in Broadlink tests ( #50134 )
2021-06-14 13:28:57 +02:00
Erik Montnemery
08af791d4c
Improve editing of device conditions referencing non-added alarm ( #51830 )
2021-06-14 13:05:27 +02:00
jan iversen
77f6d1f5cb
Do not return an exception in modbus ( #51829 )
2021-06-14 10:56:24 +02:00
Tom Schneider
7e1fec8ee4
Rewrite of Yamaha musiccast integration ( #51561 )
...
* Initial commit for new musiccast integration
* Add zone support
* Get/set volume level
* Remove volume step
* Create custom MusicCastData type
* Create MusicCastDevice
* Fix await
* Add power and mute control
* Implement all basic media_player parts
* Support input switching
* Add duration/position support
* Add advanced tuner functions
* Basic media browser
* Add layer in media browser to see all available list_infos
* Added join/unjoin services and group informations. Known issue: You can not link zone 2 to main at the moment (WIP)
* Many fixes to make multiple zones and grouping work. Next step: implement error handling and remove debugging information
* WIP: Added Multizone Support and allows clients to directly jump from one group to another. Known issue: If a server tries to join a group as client, he has to close his group first. Sometimes the device that was a server previously jumps out of the group directly after joining.
* Updated group management to make it wait for the updated group information before performing the next actions - Timeouts after 1 second, then polls the distribution data. If the data are still not updated, there will be one retry before an Exception is thrown. Extended the state attributes for clients to make them return group details from their servers (leads to inactive group management buttons for the client). Added documentation and restructured the code.
* Make the service handle function name for group specific service calls unique
* Added service descriptions for set_sleep_timer, set_alarm, recall_netusb_preset, store_netusb_preset
* Added data entries for alarm specific values and a netusb preset list. Implemented fetching function for clock and netusb presets.
* Registered and implemented services for set_sleep_timer, set_alarm, recall_netusb_preset, store_netusb_preset. The set_alarm service works with a special mediaplayer alarm lovelace card, I am currently working on.
The NetUSB Presets are also available using the media browser. Maybe we could also add the Tuner presets in the future for both setting up the alarm and recalling them via service and media browser.
* Removed some debug prints
* Moved MusicCast Integration to the aiomusiccast library. This library supports media browsers with multiple pages. Added ssdp support for the discovery
* Minor fix in the group management and tidied up a bit
* Updated manifest of yamaha musiccast
* Update library
* Minor fix in the media browser. get_distribution_num does not have to be async, so it has been changed. Adjusted the client join function to turn on the client before joining a group - the musiccast app does so, so hopefully this fixes the rare errors when adding a turned off client to a group. Some reformating and by hooks fixed most of the requirements of the hooks. Known exception from this: mypy throws an error for line 116.
* Removed some old out commented code. Fixed some error handling, when the user enters a non reachable or non yamaha host in the manual setup. Fixed linting/styling errors. Implemented tests to bring the coverage for the config flow to 100%.
* Fixed linting/styling errors. Return a DeviceInfo object instead of a dict.
* Fixed linting/styling errors. Added a new error type to the translations.
* In the yamaha API the system_id is equal to the serial number in the DLNA description. Due to that it was possible to configure a device twice, because the serial number from the yamaha API was different. This issue was fixed.
* Updated tests and added a test for adding a device manually, which is already present in the system
* Remove print statements
* Fix sleep timer service call
* Fix yamllint error
* Shrink PR down to just new library + config flow with discovery
* Add __init__.py to .coveragerc
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
* Implement suggestions from code review
* Improve identifiers and connections, remove event loop parameter
* Add coordinator back
* Better exception handling
* Fix unique id in ssdp step
* Remove abc.ABC from MusicCasteDeviceEntity
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/yamaha_musiccast/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Replace the repeat mode mapping from mc to ha by a generic solution
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* add coordinator to the super call of the mediaplayer
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* add the coordinator to the init function of the MusicCastEntity
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Pass the coordinator from the MusicCastEntity init function to the CoordinatorEntity init function
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* merged _handle_config_flow into async_step_user
* reformated the exception handling of the user step. In the case that the device already exists, the AbortFlow will be raised.
* Removed model from the config entry. It was neither set nor used anymore.
* Fixed the test for the config flow.
* Use async_write_ha_state instead of schedule_update_ha_state.
* Add default value for the system ID gotten in the user step
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update tests/components/yamaha_musiccast/test_config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Added a fixture to avoid IO in the test_user_input_device_not_found test
* Use absolute imprt to import data_entry_flow.
* Use local vars for host and serial_number in async_step_user.
* Remove ip_address and zone_id properties.
* Use device id for the unique ID of an entity instead of the macs
* Removed entry_id from the MusicCastEntity init function.
* Updated strings and English translation.
* don't set the coordinator in the mediaplayer init.
* Implemented legacy configuration.yaml support for existing configurations.
* Added tests for the newly added config flow step.
* Use device_id as identifier
* Fix an accidentally relative import
* Fix pylint warnings
* use logger.error instead of logger.exception in the import step.
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Use CONF_HOST instead of 'host'
* Only support the import from configuration.yaml if no config entries are setup for musiccast. If there are already config entries in HA and none of them is a representation of a config given in configuration.yaml (e.g. config added after the first import), an error will be logged.
* Update homeassistant/components/yamaha_musiccast/media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Readded PLATFORM_SCHEMA for configuration.yaml
* Raise an exception for all services, which are only supported for specific sources.
* Bump aiomusiccast to 0.6 to support asyncio sockets
Co-authored-by: Michael Harbarth <michael.harbarth@gmx.de >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-14 08:58:42 +02:00
blawford
0709aa7c8c
Pass metadata when casting an app ( #51148 )
...
* Pass through metadata when casting an app
* Remove passing kwargs to quick_play
Add metadata to the app_data dict.
* Include pass-through of metadata
* Bump pychromecast to 9.2.0
* Add changes to test to verify metadata
* Fix order of imports
2021-06-14 08:48:32 +02:00
Alexei Chetroi
cc622f46c5
Bump up ZHA dependencies ( #51765 )
2021-06-13 21:53:37 -04:00
Ludovico de Nittis
c260fca242
Bump pyialarm to 1.9.0 ( #51804 )
2021-06-13 21:47:56 -04:00
GitHub Action
1e00e48831
[ci skip] Translation update
2021-06-14 00:09:44 +00:00
J. Nick Koston
75d6ffebc8
Improve error when HomeKit accessory underlying entity is missing ( #51713 )
...
* Improve error when HomeKit accessory underlying entity is missing
* docstring in test
2021-06-13 17:27:04 -05:00
jjlawren
d755952148
Set playlist name on playing Sonos media ( #51685 )
...
* Use playlist name as media_channel if available
* Use proper playlist attribute
2021-06-13 17:24:46 -05:00
ollo69
4300484ca0
Catch AsusWRT UnicodeDecodeError in get_nvram call ( #51811 )
2021-06-13 17:20:02 -05:00
uvjustin
123e8f01a1
Refactor stream to create partial segments ( #51282 )
2021-06-14 00:41:21 +08:00
Jeff Irion
1adeb82930
Bump androidtv to 0.0.60 ( #51812 )
...
* Bump androidtv to 0.0.60
* Update requirements_test_all.txt
* Update manifest.json
2021-06-13 18:22:20 +02:00
Simone Chemelli
fbe507a9c1
Strict types - first part ( #51479 )
2021-06-13 16:45:35 +02:00
Shay Levy
a31e6716d9
Cleanup switcher_kis - move to consts ( #51807 )
2021-06-13 17:34:42 +03:00
Milan Meulemans
49a943cc94
Fix Roomba strings step_id rename ( #51744 )
2021-06-13 12:05:24 +02:00
Milan Meulemans
aacb334cc8
Remove connection classes ( #51801 )
2021-06-13 12:05:09 +02:00
Fredrik Erlandsson
936f155499
Bump pydaikin, fix airbase issues ( #51797 )
2021-06-13 11:38:55 +02:00
Joakim Sørensen
33ac4dba5a
Add httpcore with version 0.13.3 ( #51799 )
2021-06-13 10:21:26 +02:00
Franck Nijhof
ae28e4934f
Mark Ambee as a platinum quality integration ( #51779 )
2021-06-13 07:41:27 +02:00
GitHub Action
1d0c4c6e99
[ci skip] Translation update
2021-06-13 00:10:48 +00:00
Erik Montnemery
f9e9202e2d
Improve editing of device triggers referencing non-added alarm ( #51701 )
2021-06-13 00:07:25 +02:00
Erik Montnemery
3a739563b4
Improve editing of device actions referencing non-added alarm ( #51747 )
2021-06-12 23:43:28 +02:00
Franck Nijhof
f975beae77
Upgrade wled to 0.6.0 ( #51783 )
2021-06-12 22:23:12 +02:00
Franck Nijhof
f362852a24
Upgrade black to 21.6b0 ( #51785 )
2021-06-12 22:07:22 +02:00
Erik Montnemery
b8669bf4c1
Improve editing of device actions referencing non-added cover ( #51748 )
2021-06-12 21:40:32 +02:00
Erik Montnemery
6ab37881c9
Improve editing of device actions referencing non-added lock ( #51750 )
2021-06-12 21:31:30 +02:00
Franck Nijhof
c242e56b8c
Add re-authentication support to Ambee ( #51773 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-12 16:18:06 +02:00
Franck Nijhof
cfce71d7df
Allow keeping master light in WLED ( #51759 )
2021-06-12 13:33:23 +02:00
Eduard van Valkenburg
779ef3c8e1
Add timedelta option for async_call_later ( #50164 )
2021-06-12 13:14:35 +02:00
Martin Hjelmare
c3cfbfe54b
Refactor zwave_js config flow ( #51720 )
2021-06-12 13:12:17 +02:00
Malte Franken
3276666457
Bump aio_geojson_nsw_rfs_incidents to v0.4 ( #51770 )
2021-06-12 11:55:32 +02:00
Martin Hjelmare
be137b085b
Refactor zwave_js disconnect client helper ( #51718 )
2021-06-12 11:35:33 +02:00
Matthias Alphart
4afe7de07f
xknx 0.18.6 ( #51758 )
2021-06-12 11:19:05 +02:00
Ron Klinkien
f6e0165543
Replace garminconnect_aio with garminconnect_ha ( #51730 )
...
* Fixed config_flow for multiple account creation
* Replaced python package to fix multiple accounts
* Replaced python package to fix multiple accounts
* Implemented config entries user
* Config entries user
* Fixed test code config flow
* Fixed patch
2021-06-12 10:05:27 +02:00
Paulus Schoutsen
2535f5c155
Merge pull request #51768 from home-assistant/rc
2021-06-11 22:18:37 -07:00
Paulus Schoutsen
97e36cd3c4
Bumped version to 2021.6.4
2021-06-11 21:42:27 -07:00
J. Nick Koston
548e847453
Fix race condition in samsungtv turn off ( #51716 )
...
- The state would flip flop if the update happened before the TV had fully shutdown
2021-06-11 21:42:15 -07:00
J. Nick Koston
60b89101e5
Ensure samsungtv reloads after reauth ( #51714 )
...
* Ensure samsungtv reloads after reauth
- Fixes a case of I/O in the event loop
* Ensure config entry is reloaded
2021-06-11 21:42:14 -07:00
Pawel
90d28e911c
Fix Onvif get_time_zone from device ( #51620 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-11 21:42:13 -07:00
Maciej Bieniek
cfea8a9ad1
Do not configure Shelly config entry created by custom component ( #51616 )
2021-06-11 21:42:12 -07:00
blastoise186
880fe82337
Reduce ovo_energy polling rate to be less aggressive ( #51613 )
...
* Reduce polling rate to be less aggressive
The current polling rate is too aggressive for the purpose, this commit reduces it to 12 hours to play nice with OVO.
* tweak polling to hourly
2021-06-11 21:42:11 -07:00
jjlawren
3a5f51ed7d
Handle missing section ID for Plex clips ( #51598 )
2021-06-11 21:42:10 -07:00
jjlawren
cca1b426bb
Fix Sonos battery sensors on S1 firmware ( #51585 )
2021-06-11 21:42:09 -07:00
GitHub Action
30c53a1a13
[ci skip] Translation update
2021-06-12 00:08:54 +00:00
Erik Montnemery
bf6a412be0
Tweak device action scaffold, fix typo ( #51751 )
2021-06-11 23:22:18 +02:00
Franck Nijhof
b83b82ca7d
WLED WebSocket support - local push updates ( #51683 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-06-11 20:55:08 +02:00
Brent Petit
5cc31a98e2
Add Ecobee humidifier device_info and unique_id ( #51504 )
...
* Add Ecobee humidifier device_info and unique_id
Ecobee humidifier entity was not connected to the thermostat device.
This change will ensure the entitiy is properly connected.
This change also fills out the ecobee-data.json fixutre data a bit
to address failures in the test setup.
* Add Ecobee humidifier device_info and unique_id
Adjust test fixture data to increase pytest coverage
Clean up indenting in ecobee-data.json
* Add Ecobee humidifier device_info and unique_id
Update exception case in device_info to not
be included in codecov tests. This case has
been tested locally.
* Add Ecobee humidifier device_info and unique_id
Address pylint issue
* Add Ecobee humidifier device_info and unique_id
Remove no cover pragma and add ecobee humidifier.py to
.coveragerc
2021-06-11 17:39:57 +02:00
Erik Montnemery
b01b33c304
Add trigger condition ( #51710 )
...
* Add trigger condition
* Tweaks, add tests
2021-06-11 15:05:57 +02:00
Chris Talkington
fa3ae9b83c
Use attrs instead of properties in roku ( #51735 )
...
* Use attrs instead of properties in roku.
* Update media_player.py
* Update remote.py
* Update __init__.py
* Create entity.py
* Update entity.py
* Update media_player.py
* Update remote.py
* Update __init__.py
* Update media_player.py
* Update remote.py
* Update __init__.py
* Update __init__.py
* Update entity.py
2021-06-11 13:51:18 +02:00
Chris Talkington
e0013648f6
Use attrs instead of properties in sonarr ( #51737 )
...
* Use attrs instead of properties in sonarr
* Create entity.py
* Update sensor.py
* Update __init__.py
* Update entity.py
* Update entity.py
* Update sensor.py
2021-06-11 13:48:20 +02:00
Maciej Bieniek
343e0e0933
Use attrs instead of properties in Brother ( #51742 )
...
* Use attrs instead of properties
* Use get() for device_class
2021-06-11 13:36:17 +02:00
Ville Skyttä
7d03b02192
Spelling fixes ( #51642 )
2021-06-11 13:35:03 +02:00
Malte Franken
be0d9d185b
Bump georss_generic_client to v0.6 ( #51745 )
2021-06-11 13:30:58 +02:00
Franck Nijhof
f17a5f0db9
Clean up redudant exceptions from handlers ( #51741 )
2021-06-11 13:29:50 +02:00
Franck Nijhof
b4aeddd12f
Add 100% test coverage to WLED integration ( #51743 )
2021-06-11 12:45:22 +02:00
jan iversen
2a51587bc3
Remove reverse_order (replaced by generic swap) ( #51665 )
...
Remove reverse_order (replaced by generic swap).
2021-06-11 11:41:41 +02:00
Franck Nijhof
7393cba0a5
Mock WLED in all WLED tests ( #51724 )
...
* Mock WLED in all WLED tests
* Update tests/components/wled/conftest.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Remove useless AsyncMock
* Add missing asserts
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-06-11 11:36:54 +02:00
Erik Montnemery
ba6b527d61
Improve editing of device actions referencing non-added HVAC ( #51706 )
...
* Improve editing of device actions referencing non-added HVAC
* Improve test coverage
2021-06-11 11:13:55 +02:00
Erik Montnemery
49bec86dae
Add base schema for triggers ( #51727 )
...
* Add base schema for triggers
* Tweak
* Make TRIGGER_BASE_SCHEMA a voluptuous schema
* Make state trigger BASE_SCHEMA a voluptuous schema
2021-06-11 09:51:12 +02:00
jan iversen
9e378d51af
Reduce modbus schemas and add delay to fan/light ( #51664 )
2021-06-11 09:22:47 +02:00
Yuval Aboulafia
ed9df83932
Static typing for no_ip integration ( #51694 )
...
* no_ip type hints
* type import change
* change Any to datetime
2021-06-11 10:06:15 +03:00
GitHub Action
c937c6d6b5
[ci skip] Translation update
2021-06-11 00:11:06 +00:00
Maciej Bieniek
0404acddf9
Add support for state_class ( #51512 )
2021-06-10 21:31:21 +03:00
Maciej Bieniek
9d64b64d34
Use attrs instead of properties in Airly integration ( #51712 )
2021-06-10 19:32:41 +02:00
jan iversen
453da10b62
Secure not to activate multiple venv in pre_commit hook ( #51715 )
2021-06-10 19:27:24 +02:00
J. Nick Koston
4722fdf465
Fix race condition in samsungtv turn off ( #51716 )
...
- The state would flip flop if the update happened before the TV had fully shutdown
2021-06-10 19:24:30 +02:00
J. Nick Koston
ab490bc769
Ensure samsungtv reloads after reauth ( #51714 )
...
* Ensure samsungtv reloads after reauth
- Fixes a case of I/O in the event loop
* Ensure config entry is reloaded
2021-06-10 19:23:00 +02:00
Robert Svensson
6e0aca49af
Replace properties with attr in Axis integration ( #51686 )
2021-06-10 19:15:01 +02:00
Erik Montnemery
76c3058d15
Rename device trigger base schema to DEVICE_TRIGGER_BASE_SCHEMA ( #51719 )
2021-06-10 19:11:38 +02:00
Martin Hjelmare
a7f05713a0
Add Supervisor restart add-on helper ( #51717 )
2021-06-10 18:08:25 +02:00
Jc2k
d75c97cbf3
Revert "Set Fahrenheit reporting precision to tenths for Homekit Controller climate entities ( #50415 )" ( #51698 )
2021-06-10 15:41:42 +01:00
Franck Nijhof
17cf0cef0f
Increase Ambee update interval to 1 hour ( #51708 )
2021-06-10 15:08:35 +02:00
Maciej Bieniek
220ad2baea
Use attrs instead of properties in Nettigo Air Monitor integration ( #51705 )
...
* Use attrs instead of properties
* Remove unused self
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-10 14:42:28 +02:00
Franck Nijhof
fca0446ff8
Add pollen sensors to Ambee ( #51702 )
2021-06-10 14:18:09 +02:00
Robert Svensson
79996682e5
Add device trigger for IKEA Trådfri Shortcut button to deCONZ ( #51680 )
2021-06-10 13:17:48 +02:00
Erik Montnemery
d9110b5208
Improve editing of device triggers referencing non-added binary sensors ( #51700 )
2021-06-10 13:06:01 +02:00
Erik Montnemery
c1bc99890d
Improve editing of device triggers referencing non-added cover ( #51703 )
2021-06-10 12:46:28 +02:00
tkdrob
181a4519b8
Clean up unloads ( #51688 )
2021-06-10 09:56:35 +02:00
Robert Svensson
b1022ce84e
Use supported color modes in deCONZ integration ( #51656 )
...
* Initial commit everything is working, need to reevaluate tests
* Fix supported color modes and hs_color
* Attest color mode
2021-06-10 08:51:58 +02:00
Erik Montnemery
9097f41219
Correct comment in MQTT fan ( #51682 )
2021-06-10 08:18:59 +02:00
Franck Nijhof
b165e9f0cf
Upgrade ambee to 0.3.0 ( #51676 )
2021-06-10 08:16:25 +02:00
jjlawren
c362ffd384
Clean up unused Sonos subscriptions ( #51583 )
2021-06-09 23:31:14 -05:00
GitHub Action
417ba5538d
[ci skip] Translation update
2021-06-10 00:11:17 +00:00
Franck Nijhof
e5c6ac5ba8
Add 100% test coverage to Ambee integration ( #51670 )
...
* Add 100% test coverage to Ambee integration
* Add tests for device and entity registry
2021-06-09 20:23:16 +02:00
Franck Nijhof
332c86ff8c
Restructure WLED integration ( #51667 )
2021-06-09 20:15:46 +02:00
jjlawren
c512e1df3c
Bump pysonos to 0.0.51 ( #51669 )
2021-06-09 18:20:28 +02:00
Kenny Millington
cdf256b93e
Create docker series version tag YYYY.M ( #51615 )
...
* Create docker series version tag YYYY.M.x
* Only create docker series version for stable tags
Following review on the PR51615
* Remove the ".x" suffix for docker series tags
Following review on PR51615
* Fix the in-line comment
Oversight in previous commit
2021-06-09 18:16:48 +02:00
Yuval Aboulafia
e78c656bfe
Static typing for Uptime ( #51638 )
...
* uptime typing
* Clean up name type
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-09 14:30:33 +02:00
Matthias Alphart
6e20edc30c
Update xknx to version 0.18.5 ( #51644 )
...
* xknx 0.18.5
* fix integer DPTs trying to cast str state with `int()`
* Delint
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-09 14:08:29 +02:00
rianadon
d3a4e21cb5
Convert ecobee pressure to local units ( #51379 )
...
* Convert ecobee pressure to local units
* Round inHg to 2 places
2021-06-09 14:06:24 +02:00
Pascal Vizeli
c21895facb
Remove ASUS.gpio / not working with new GCC ( #51662 )
2021-06-09 13:33:41 +02:00
Franck Nijhof
a6a34c76f7
Add color mode support to WLED ( #51648 )
...
* Add color mode support to WLED
* Update homeassistant/components/wled/light.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/wled/light.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/wled/light.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/wled/light.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* black
* property, property
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-06-09 13:31:31 +02:00
Franck Nijhof
d021e593d3
Add Ambee integration ( #51645 )
2021-06-09 13:22:37 +02:00
Erik Montnemery
87813ea991
Tweak light.valid_supported_color_modes ( #51659 )
2021-06-09 12:53:08 +02:00
cklagenberg
f09f47f13a
Add device trigger support for Philips Hue Wall Switch Module ( #51574 )
2021-06-09 12:06:02 +02:00
Maciej Bieniek
4e0c9dd18c
Increase test coverage in Brother integration ( #51657 )
2021-06-09 11:52:21 +02:00
Erik Montnemery
443463e19d
Emulate color_temp for lights which support color or white ( #51654 )
...
* Emulate color_temp for lights which support color or white
* Support legacy lights
* Tidy up group.light code
* Improve color_temp to white conversion
* Remove color_temp to white conversion
* Add test
* Tweak deconz test
2021-06-09 11:23:01 +02:00
dependabot[bot]
062e2bab67
Bump codecov/codecov-action from 1.5.0 to 1.5.2 ( #51652 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 09:27:24 +02:00
Erik Montnemery
a1e3283f8f
Improve editing of device automations referencing non-added sensors ( #51312 )
2021-06-08 23:28:08 -07:00
GitHub Action
6ed671dfda
[ci skip] Translation update
2021-06-09 00:10:10 +00:00
Franck Nijhof
d0fa4e1d48
Upgrade wled to 0.5.0 ( #51632 )
2021-06-08 13:38:20 -07:00
J. Nick Koston
d56bd61b93
Populate upnp devices from ssdp ( #51221 )
...
* Populate upnp devices from ssdp
* Update tests since data comes in via HASS format now
* pylint
2021-06-08 22:32:06 +02:00
Erik Montnemery
eb687b7332
Bump hatasmota to 0.2.16 ( #51623 )
2021-06-08 20:49:13 +02:00
Pascal Vizeli
29a020886e
Update Machine support of python 3.9 / Kernel CEC ( #51637 )
2021-06-08 20:48:49 +02:00
Martin Hjelmare
2eb6f16a94
Fix mysensors awesomeversion strategy usage ( #51627 )
...
* Update awesomeversion strategy use in mysensors
* Remove default version
2021-06-08 20:24:54 +02:00
Pawel
abbd4d1d16
Fix Onvif get_time_zone from device ( #51620 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-08 20:01:36 +02:00
Pascal Vizeli
79da2bca3f
Use baseimage 2021.06.0 / Python 3.9 - Alpine 3.13 ( #51628 )
2021-06-08 18:12:49 +02:00
Erik Montnemery
67f3e717a8
Add support for color_mode white to tasmota light ( #51608 )
2021-06-08 17:43:04 +02:00
J. Nick Koston
b3a67a2dd7
Bump sqlalchemy to 1.4.17 ( #51593 )
2021-06-08 16:53:51 +02:00
Yuval Aboulafia
7790e8f90c
Static typing for Zodiac ( #51622 )
2021-06-08 16:03:28 +02:00
Martin Hjelmare
6de604a326
Fix mysensors tests typing ( #51621 )
2021-06-08 14:28:36 +02:00
Nick Whyte
3fa6c97801
Address late review of nsw fuel station ( #51619 )
2021-06-08 14:26:43 +02:00
blastoise186
fa42c676bb
Reduce ovo_energy polling rate to be less aggressive ( #51613 )
...
* Reduce polling rate to be less aggressive
The current polling rate is too aggressive for the purpose, this commit reduces it to 12 hours to play nice with OVO.
* tweak polling to hourly
2021-06-08 14:20:15 +02:00
Maciej Bieniek
502939c430
Do not configure Shelly config entry created by custom component ( #51616 )
2021-06-08 13:23:25 +02:00
Franck Nijhof
4007430d72
Small entity attribute cleanup in AirVisual ( #51601 )
...
* Small entity attribute cleanup in AirVisual
* Fix icon in sensor update
2021-06-08 08:29:04 +02:00
Erik Montnemery
a4587b5f3b
Deprecate support for undocumented value_template in MQTT light ( #51589 )
2021-06-08 08:23:51 +02:00
Erik Montnemery
4e5ec26ce6
Remove value_template from MQTT_RW_PLATFORM_SCHEMA ( #51590 )
2021-06-08 08:23:35 +02:00
Brian Towles
01d4140177
Modern Forms integration initial pass - Fan ( #51317 )
...
* Modern Forms integration initial pass
* cleanup of typing and nits
* Stripped PR down to Fan only
* Review cleanup
* Set sleep_time to be required for service
* Adjust minimum sleep time to one minute.
* Code review changes
* cleanup icon init a little
2021-06-08 08:22:50 +02:00
Malte Franken
51fa28aac3
Bump aio_geojson_geonetnz_volcano to v0.6 ( #51602 )
2021-06-08 07:36:23 +02:00
jjlawren
4ffa0dd199
Detect Sonos reboots and recreate subscriptions ( #51377 )
2021-06-07 20:51:42 -05:00
Milan Meulemans
d0a8e27036
Add Rituals number platform ( #49723 )
2021-06-08 03:28:31 +02:00
Michael Davie
ae86e96d34
Fix misaligned high/low temperatures in weather card ( #49826 )
2021-06-08 03:23:44 +02:00
jjlawren
de2dc92741
Handle missing section ID for Plex clips ( #51598 )
2021-06-08 03:17:14 +02:00
Martin Hjelmare
6c2e452e3d
Fix kraken I/O and sleep in tests ( #51599 )
2021-06-08 03:11:17 +02:00
GitHub Action
330f713e43
[ci skip] Translation update
2021-06-08 00:21:17 +00:00
jjlawren
e257dd4d07
Fix Sonos battery sensors on S1 firmware ( #51585 )
2021-06-08 00:29:17 +02:00
Malte Franken
490c81aebc
Bump georss_qld_bushfire_alert_client to 0.5 ( #51596 )
2021-06-08 00:24:54 +02:00
Clifford Roche
bc30920824
Correctly support use of Farenheit in Gree Climate component ( #50260 )
2021-06-08 00:21:03 +02:00
Robert Svensson
aad90b8644
Use supported color modes in Axis integration ( #51557 )
...
* Use supported color modes in Axis integration
* Fix Frencks comments
* Do Frencks suggestion
2021-06-08 00:03:33 +02:00
Paulus Schoutsen
e5028d285c
Merge pull request #51595 from home-assistant/rc
2021-06-07 14:47:50 -07:00
Paulus Schoutsen
6b38480caf
Bumped version to 2021.6.3
2021-06-07 14:15:39 -07:00
Erik Montnemery
4dd875199f
Fix deprecated value_template for MQTT light ( #51587 )
2021-06-07 14:15:31 -07:00
Pascal Vizeli
70f4907414
Update builder to 2021.06.2 ( #51582 )
2021-06-07 14:15:30 -07:00
jjlawren
bd24431930
Fix Sonos restore calls ( #51565 )
2021-06-07 14:15:29 -07:00
J. Nick Koston
03f10333c4
Increase isy setup timeout to 60s ( #51559 )
...
- Ensure errors are displayed in the UI
2021-06-07 14:15:28 -07:00
stephan192
619e37b600
Bump dwdwfsapi to 1.0.4 ( #51556 )
2021-06-07 14:15:27 -07:00
Ron Klinkien
5016fd9fa8
Fix garmin_connect config flow multiple account creation ( #51542 )
2021-06-07 14:15:27 -07:00
Aaron Bach
45d94c7fc8
Bump aiorecollect to 1.0.5 ( #51538 )
2021-06-07 14:15:26 -07:00
J. Nick Koston
b807b8754b
Ensure host is always set with samsungtv SSDP discovery ( #51527 )
...
There was a case where self._host could have been None
before _async_set_unique_id_from_udn was called
Fixes #51186
2021-06-07 14:15:25 -07:00
Malte Franken
8818df0663
Improve log message when zone missing in geolocation trigger ( #51522 )
...
* log warning message if zone cannot be found
* improve log message
* add test case
2021-06-07 14:15:24 -07:00
Ludovico de Nittis
b06558fa0a
Bump pyialarm to 1.8.1 ( #51519 )
2021-06-07 14:15:23 -07:00
Ron Klinkien
b21076c599
Bump garminconnect_aio to 0.1.4 ( #51507 )
2021-06-07 14:15:22 -07:00
Daniel Hjelseth Høyer
ed68a268ad
Fix missing Tibber power production ( #51505 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-07 14:15:22 -07:00
J. Nick Koston
89db8d4519
Handle missing options in foreign_key for MSSQL ( #51503 )
2021-06-07 14:15:21 -07:00
Aidan Timson
96ade688d5
AsusWRT fix keyerror when firmver is missing from info ( #51499 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-07 14:15:20 -07:00
J. Nick Koston
703b088f86
Fix loop in tod binary sensor ( #51491 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-06-07 14:15:19 -07:00
Felipe Martins Diel
0f3b73e75f
Use a single job to ping all devices in the Broadlink integration ( #51466 )
2021-06-07 14:15:18 -07:00
Erik Montnemery
76edfe6c62
Fix deprecated value_template for MQTT light ( #51587 )
2021-06-07 14:14:42 -07:00
J. Nick Koston
ccf4b5a265
Move remaining code out of netdisco to eliminate as SSDP dependency ( #51588 )
2021-06-07 22:12:33 +02:00
Erik Montnemery
3db21b407a
Add support for color_mode white to demo light ( #51575 )
...
* Add support for color_mode white to demo light
* Fix unique_id for newly added light
* Update tests
2021-06-07 20:26:25 +02:00
Aidan Timson
ab2951f124
AsusWRT fix keyerror when firmver is missing from info ( #51499 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-07 11:21:24 -07:00
J. Nick Koston
a3146ad150
Fix loop in tod binary sensor ( #51491 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-06-07 11:21:10 -07:00
Franck Nijhof
a383198c0c
Fully type switch entity component ( #51586 )
2021-06-07 19:36:34 +02:00
Pascal Vizeli
9ffdf9ea08
Update builder to 2021.06.2 ( #51582 )
2021-06-07 10:16:47 -07:00
Rolf Berkenbosch
1879a4acea
Bump meteoalertapi to 0.2.0 ( #51383 )
...
* Update manifest.json
* Add version bump to requirements
* Add version bump to requirements
* Update manifest.json
* Update manifest.json
* Update requirements_all.txt
2021-06-07 18:08:34 +02:00
Malte Franken
67d9dc78cb
Bump aio_georss_gdacs to 0.5 ( #51577 )
2021-06-07 17:57:44 +02:00
Andreas
88b60a44ad
Bump nad_receiver to version 0.2.0 ( #51381 )
...
Co-authored-by: andreas-amlabs <andreas-amlabs@users.noreply.github.com >
2021-06-07 16:14:45 +02:00
Martin Hjelmare
7560a77e0e
Type mysensors strictly ( #51535 )
2021-06-07 16:04:04 +02:00
Martin Hjelmare
564042ec67
Clean mysensors gateway type selection ( #51531 )
...
* Clean mysensors gateway type selection
* Fix comment grammar
2021-06-07 15:45:58 +02:00
Franck Nijhof
4c51299dcc
Add easy converting string timestamps/dates to datetime objects in templates ( #51576 )
2021-06-07 15:02:15 +02:00
dependabot[bot]
4227a01e62
Bump home-assistant/wheels from 2021.05.4 to 2021.06.0 ( #51569 )
...
Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels ) from 2021.05.4 to 2021.06.0.
- [Release notes](https://github.com/home-assistant/wheels/releases )
- [Commits](https://github.com/home-assistant/wheels/compare/2021.05.4...2021.06.0 )
---
updated-dependencies:
- dependency-name: home-assistant/wheels
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 14:54:18 +02:00
Franck Nijhof
f35929ba63
Allow referencing sensor entities for before/after in time conditions ( #51444 )
...
* Allow referencing sensor entities for before/after in time conditions
* Fix typo in variable naming
* Improve test coverage
2021-06-07 14:50:31 +02:00
Franck Nijhof
88386a7f44
Cleanup of Toon ( #51230 )
2021-06-07 13:24:07 +02:00
Robert Svensson
fb21affe45
Replace supported_features property with class attribute in deCONZ light entities ( #51558 )
...
* Replace supported_features property with class attribute
* attr_supported_features is already set to 0
2021-06-07 12:50:08 +02:00
J. Nick Koston
75dffee312
Increase isy setup timeout to 60s ( #51559 )
...
- Ensure errors are displayed in the UI
2021-06-07 11:49:37 +02:00
jjlawren
85ce679c64
Fix Sonos restore calls ( #51565 )
2021-06-07 11:46:56 +02:00
stephan192
ae83191121
Bump dwdwfsapi to 1.0.4 ( #51556 )
2021-06-07 10:53:36 +02:00
Ron Klinkien
b171c5ebe9
Fix garmin_connect config flow multiple account creation ( #51542 )
2021-06-07 10:09:08 +02:00
Daniel Perna
dc9b031544
Update pyhomematic to 0.1.73 ( #51551 )
2021-06-07 10:04:03 +02:00
GitHub Action
7615af35d8
[ci skip] Translation update
2021-06-07 00:18:16 +00:00
Colin Robbins
c43bdbf7c8
Add lightwave state_class and unique_id properties ( #51544 )
...
* Add state_class and unique_id properties
* Update homeassistant/components/lightwave/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* fix isort
* set class via attribute
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-06 20:10:16 +02:00
Malte Franken
fcb8ab23ab
Improve log message when zone missing in geolocation trigger ( #51522 )
...
* log warning message if zone cannot be found
* improve log message
* add test case
2021-06-06 20:03:56 +02:00
J. Nick Koston
f221deef2d
Ensure from __future__ import annotations in irobot_base ( #51554 )
2021-06-06 19:59:58 +02:00
drinfernoo
5bbf0ca6ab
Add workaround for missing cleaning time in roomba ( #51163 )
2021-06-06 12:13:35 +02:00
Erik Montnemery
e560e623e9
Add color_mode white ( #51411 )
...
* Add color_mode white
* Include brightness in white parameter
* Reformat
* Improve test coverage
2021-06-06 11:13:18 +02:00
jan iversen
50001684aa
Add retries/retry_on_empty configuration parameters to Modbus ( #51412 )
...
* Add retries/retry_on_empty configuration parameters.
* Please review comment.
2021-06-06 09:13:50 +02:00
Aaron Bach
6a419483de
Bump aiorecollect to 1.0.5 ( #51538 )
2021-06-06 08:31:11 +02:00
GitHub Action
c81df50191
[ci skip] Translation update
2021-06-06 00:19:43 +00:00
J. Nick Koston
8c00c24234
Ensure host is always set with samsungtv SSDP discovery ( #51527 )
...
There was a case where self._host could have been None
before _async_set_unique_id_from_udn was called
Fixes #51186
2021-06-06 00:02:36 +02:00
Martin Hjelmare
984695e99d
Clean mysensors on_unload ( #51521 )
...
* Clean mysensors on_unload
* Fix docstring
2021-06-05 20:02:32 +02:00
jan iversen
59b5f94569
Add fix delay after send/request to allow RS485 adapter to switch in modbus ( #51417 )
2021-06-05 14:41:32 +02:00
jan iversen
b8afb7dcfe
Check initial connect() worked in modbus ( #51470 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-06-05 14:39:09 +02:00
Ludovico de Nittis
62dd9d62cb
Bump pyialarm to 1.8.1 ( #51519 )
2021-06-05 14:11:39 +02:00
Martin Hjelmare
e73cdfab2f
Fix mysensors typing ( #51518 )
...
* Fix device
* Fix init
* Fix gateway
* Fix config flow
* Fix helpers
* Remove mysensors from typing ignore list
2021-06-05 13:43:39 +02:00
Martin Hjelmare
7a6d067eb4
Bump mcstatus to 6.0.0 ( #51517 )
2021-06-05 13:26:35 +02:00
Martin Hjelmare
b61c8ce034
Disable gpmdp integration ( #51509 )
2021-06-05 12:15:03 +02:00
J. Nick Koston
06c9a50869
Handle missing options in foreign_key for MSSQL ( #51503 )
2021-06-05 12:13:12 +02:00
Ron Klinkien
f2692d4eaa
Bump garminconnect_aio to 0.1.4 ( #51507 )
2021-06-05 12:07:52 +02:00
Daniel Hjelseth Høyer
634f6ba77b
Fix missing Tibber power production ( #51505 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-05 11:50:56 +02:00
J. Nick Koston
12ac4109f4
Ensure ssdp can callback messages that do not have an ST ( #51436 )
...
* Ensure ssdp can callback messages that do not have an ST
Sonos sends unsolicited messages when the device reboots. We want
to capture these to ensure we can recover the subscriptions as soon
as the device reboots
* Update homeassistant/components/ssdp/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-05 09:23:51 +02:00
GitHub Action
909140a7c6
[ci skip] Translation update
2021-06-05 00:23:17 +00:00
J. Nick Koston
0cd0733438
Remove empty tests for ping now that the code in icmplib is used ( #51454 )
2021-06-05 01:20:41 +03:00
Felipe Martins Diel
89d90bfb1b
Use a single job to ping all devices in the Broadlink integration ( #51466 )
2021-06-04 11:03:13 -10:00
uchagani
7bf45f7bf7
Bump islamic-prayer-times to 0.0.5 ( #51174 )
...
* Bump islamic-prayer-times to 0.0.5
* update manifest file
* update requirements_all
2021-06-04 20:45:08 +02:00
Paulus Schoutsen
1da9ac38e8
Merge pull request #51488 from home-assistant/rc
2021-06-04 10:50:36 -07:00
Paulus Schoutsen
eb2f5c28a9
Bumped version to 2021.6.2
2021-06-04 10:07:09 -07:00
Paulus Schoutsen
f5dd838409
Protect our user agent ( #51486 )
...
* Protect our user agent
* Fix expected error
2021-06-04 10:07:05 -07:00
Franck Nijhof
8f741e0c6f
Upgrade elgato to 2.1.1 ( #51483 )
2021-06-04 10:07:04 -07:00
Simone Chemelli
6dcde1b2a6
Improve logging for SamsungTV ( #51477 )
2021-06-04 10:07:03 -07:00
Aidan Timson
d9c6c3719c
Bump aiolyric to 1.0.7 ( #51473 )
2021-06-04 10:07:03 -07:00
Matthias Alphart
e10a4c2a91
Update xknx to version 0.18.4 ( #51459 )
2021-06-04 10:07:02 -07:00
Matthias Alphart
c8655c8e37
xknx 0.18.3 ( #51277 )
2021-06-04 10:07:01 -07:00
J. Nick Koston
42c74c1e14
Retry isy994 setup later if isy.initialize times out ( #51453 )
...
Maybe fixes https://forum.universal-devices.com/topic/26633-home-assistant-isy-component/?do=findComment&comment=312147
2021-06-04 10:06:13 -07:00
Florent Thoumie
756a4c2ea6
Update to iaqualink 0.3.90 ( #51452 )
2021-06-04 10:06:12 -07:00
Paulus Schoutsen
6f4302ff70
Hot fix version of Apply modbus interval patch ( #51487 )
2021-06-04 19:02:42 +02:00
Franck Nijhof
05241a7a68
Allow number/sensor entities in numeric state conditions/triggers ( #51439 )
2021-06-04 18:14:48 +02:00
Paulus Schoutsen
ede7932a57
Protect our user agent ( #51486 )
...
* Protect our user agent
* Fix expected error
2021-06-04 09:14:18 -07:00
jan iversen
5e067c2631
Allow unlimited scan_interval in modbus ( #51471 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-06-04 18:06:44 +02:00
Franck Nijhof
e41e153220
Upgrade elgato to 2.1.1 ( #51483 )
2021-06-04 09:02:59 -07:00
Simone Chemelli
3d8804bbcf
Improve logging for SamsungTV ( #51477 )
2021-06-04 09:02:39 -07:00
Aidan Timson
12f2482c9b
Bump aiolyric to 1.0.7 ( #51473 )
2021-06-04 17:26:44 +02:00
J. Nick Koston
5fc1822b43
Retry isy994 setup later if isy.initialize times out ( #51453 )
...
Maybe fixes https://forum.universal-devices.com/topic/26633-home-assistant-isy-component/?do=findComment&comment=312147
2021-06-04 08:54:45 +02:00
Matthias Alphart
e5c70c8789
Update xknx to version 0.18.4 ( #51459 )
2021-06-04 08:34:16 +02:00
Florent Thoumie
68f6506ff9
Update to iaqualink 0.3.90 ( #51452 )
2021-06-04 08:32:01 +02:00
Dermot Duffy
cf954881f6
Address Hyperion camera post-merge code review ( #51457 )
2021-06-04 08:24:38 +02:00
Eduard van Valkenburg
07d6186fea
Small fixes in SIA ( #51401 )
...
* fixes from comment in #51206
* reverted name to async_
2021-06-03 20:43:15 -04:00
Paulus Schoutsen
bf3a561149
Bump aiohue to 2.5.1 ( #51447 )
2021-06-03 17:16:32 -07:00
Paulus Schoutsen
1aa6266fb4
Merge pull request #51449 from home-assistant/rc
2021-06-03 17:09:29 -07:00
Paulus Schoutsen
a3c5022956
Bumped version to 2021.6.1
2021-06-03 15:45:09 -07:00
Bram Kragten
eb45714c16
Update frontend to 20210603.0 ( #51442 )
2021-06-03 15:44:37 -07:00
Raman Gupta
e8aa578acc
Bump zwave-js-server-python to 0.26.1 ( #51425 )
2021-06-03 15:44:37 -07:00
Jc2k
08e58e9f7d
Bump aiohomekit to 0.2.67 ( fixes #51391 ) ( #51418 )
2021-06-03 15:44:36 -07:00
Philip Allgaier
46ad5eeb63
Fix shopping list "complete all" service name ( #51406 )
2021-06-03 15:44:35 -07:00
Daniel Hjelseth Høyer
3bbf1e7c83
Fix Tibber Pulse device name and sensor update ( #51402 )
2021-06-03 15:44:34 -07:00
Raman Gupta
4cf2f49d7e
Fix no value error for heatit climate entities ( #51392 )
2021-06-03 15:44:34 -07:00
jjlawren
10a64f17ce
Handle Sonos connection issues better when polling ( #51376 )
2021-06-03 15:44:06 -07:00
Michael
768d49d7a6
Fix last activity consideration for AVM Fritz!Tools device tracker ( #51375 )
2021-06-03 15:43:22 -07:00
Michael
a232f2ce7d
Fix last activity consideration for AVM Fritz!Tools device tracker ( #51375 )
2021-06-03 15:42:59 -07:00
Bram Kragten
65f23c45a8
Update frontend to 20210603.0 ( #51442 )
2021-06-03 15:41:59 -07:00
Paulus Schoutsen
f3b2624be3
Pin jinja ( #51434 )
2021-06-03 23:12:39 +02:00
Jc2k
836ce442f7
Bump aiohomekit to 0.2.67 ( fixes #51391 ) ( #51418 )
2021-06-03 10:51:09 -10:00
Raman Gupta
b3327e1656
Bump zwave-js-server-python to 0.26.1 ( #51425 )
2021-06-03 15:11:45 -04:00
J. Nick Koston
c1111afef8
Allow registering a callback to ssdp that matches any key value ( #51382 )
2021-06-03 08:26:37 -10:00
Thomas Schamm
53ae340900
Bumped to boschshcpy==0.2.19 ( #51416 )
...
* Bumped to boschshcpy==0.2.19
* update requirements
2021-06-03 18:34:28 +02:00
Thomas Schamm
ffe8b3e49b
Add bosch shc platforms for sensor devices ( #50720 )
2021-06-03 14:39:42 +02:00
Erik Montnemery
a6902ffd8a
Remove is_standby from SwitchEntity ( #51400 )
2021-06-03 14:21:52 +02:00
Philip Allgaier
470514cb08
Fix shopping list "complete all" service name ( #51406 )
2021-06-03 12:40:00 +02:00
Daniel Hjelseth Høyer
1062acfe9b
Fix Tibber Pulse device name and sensor update ( #51402 )
2021-06-03 11:59:22 +02:00
Eduard van Valkenburg
e8762bdea1
Add binary sensor platform to SIA integration ( #51206 )
...
* add support for binary_sensor
* added default enabled for binary sensors
* fixed coverage and a import deleted
* disable pylint for line
* Apply suggestions from code review
* split binary sensor and used more attr fields
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-06-03 08:39:44 +02:00
uvjustin
55f158cf78
Fix HLS idle timer in stream ( #51372 )
2021-06-02 21:31:39 -07:00
jjlawren
2c9e6bd927
Handle Sonos connection issues better when polling ( #51376 )
2021-06-02 21:10:27 -07:00
Raman Gupta
ba6a0b5793
Fix no value error for heatit climate entities ( #51392 )
2021-06-02 21:07:47 -07:00
GitHub Action
7f6e20dcbc
[ci skip] Translation update
2021-06-03 00:26:58 +00:00
Jan Bouwhuis
2222a121f4
Add support for fan speed percentage and preset modes to google_assistant integration ( #50283 )
...
* support relative fan speeds
* fan preset modes
* improve tests
* Revert relative speed code report zero percentage
2021-06-02 22:09:22 +02:00
definitio
132ee972bd
Add media_player.group ( #38855 )
...
* Add media group
* Minor improvements
* Use the async api for all methods
* Improve type hints
* Add missing methods
* Add tests
* Rename HomeAssistantType —> HomeAssistant
* Add more tests
* Fix unknown state
* Make some callbacks
* Add more tests
* Fix unknown state properly
* Fix names for callbacks
* Fix stop service test
* Improve tests
2021-06-02 21:25:15 +02:00
Dermot Duffy
c057c9d9ab
Add Hyperion camera feed ( #46516 )
...
* Initial Hyperion camera.
* Improve test coverage.
* Minor state fixes.
* Fix type annotation.
* May rebase and updates (mostly typing).
* Updates to use new camera typing improvements.
* Use new support for returning None from async_get_mjpeg_stream .
* Codereview feedback.
* Lint: Use AsyncGenerator from collections.abc .
* Update homeassistant/components/hyperion/camera.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-02 09:39:19 -07:00
Franck Nijhof
51704d151d
Merge pull request #51370 from home-assistant/rc
2021-06-02 18:31:46 +02:00
J. Nick Koston
68714c2067
Update ping to use asyncio function in icmplib ( #50808 )
2021-06-02 06:10:33 -10:00
Franck Nijhof
e3994e8029
Bumped version to 2021.6.0
2021-06-02 17:29:50 +02:00
Daniel Hjelseth Høyer
7938f69dc5
Fix Tibber timestamps parsing ( #51368 )
2021-06-02 17:29:20 +02:00
gadgetmobile
089374b7e2
Fix BleBox wLightBoxS and gateBox support ( #51367 )
...
Co-authored-by: bbx-jp <83213200+bbx-jp@users.noreply.github.com >
2021-06-02 17:29:17 +02:00
Aaron Bach
b7153fe25f
Bump pyiqvia to 1.0.0 ( #51357 )
2021-06-02 17:29:14 +02:00
Erik Montnemery
f8d68e47b8
Do not attempt to unload non loaded config entries ( #51356 )
2021-06-02 17:29:10 +02:00
Daniel Hjelseth Høyer
31bd41582b
Fix Tibber timestamps parsing ( #51368 )
2021-06-02 08:16:04 -07:00
Franck Nijhof
25c0739e22
Mark state final in BinarySensorEntity ( #51234 )
2021-06-02 14:32:25 +02:00
gadgetmobile
931ff70ebe
Fix BleBox wLightBoxS and gateBox support ( #51367 )
...
Co-authored-by: bbx-jp <83213200+bbx-jp@users.noreply.github.com >
2021-06-02 14:02:37 +02:00
Guido Schmitz
3de29a7606
Add binary_sensor tests for devolo Home Control ( #49843 )
...
Co-authored-by: Markus Bong <Markus.Bong@devolo.de >
2021-06-02 13:59:35 +02:00
Erik Montnemery
1d9d9021de
Do not attempt to unload non loaded config entries ( #51356 )
2021-06-02 10:00:24 +02:00
Franck Nijhof
d51fc5814a
Define ToggleEntity entity attributes as class variables ( #51231 )
...
* Define ToggleEntity entity attributes as class variables
* Fix upcloud overriding state property
* Implement available state for upcloud, to compensate removed state
2021-06-02 08:53:55 +02:00
Aaron Bach
101864aab8
Bump pyiqvia to 1.0.0 ( #51357 )
2021-06-01 20:35:12 -07:00
jan iversen
10dccc6734
Move pymodbus test fixtures to test_init ( #51244 )
2021-06-02 00:00:44 +02:00
Martin Hjelmare
783e545a67
Bump hangups to 0.4.14 ( #51355 )
2021-06-01 22:55:22 +02:00
Franck Nijhof
5d33cd05a8
SolarEdge: Move coordinators out of sensor platform ( #51348 )
2021-06-01 22:50:32 +02:00
Paulus Schoutsen
dc17d664eb
Bumped version to 2021.6.0b5
2021-06-01 13:39:48 -07:00
Bram Kragten
e4e3d5f814
Update frontend to 20210601.1 ( #51354 )
2021-06-01 13:39:16 -07:00
jjlawren
fc24b34408
Handle incomplete Sonos alarm event payloads ( #51353 )
2021-06-01 13:39:15 -07:00
Paulus Schoutsen
f93acfc4c0
Merge system options into pref properties ( #51347 )
...
* Make system options future proof
* Update tests
* Add types
2021-06-01 13:39:14 -07:00
Martin Hjelmare
89a374057d
Bump zwave-js-server-python to 0.26.0 ( #51341 )
2021-06-01 13:39:13 -07:00
definitio
5ea798462f
Fix Snapcast state after restoring snapshot ( #51340 )
2021-06-01 13:39:13 -07:00
Eduard van Valkenburg
464c66f97f
Fix SIA event data func ( #51339 )
2021-06-01 13:39:11 -07:00
Tobias Sauerwein
941b02b73e
Fix Netatmo sensor logic ( #51338 )
2021-06-01 13:39:10 -07:00
Franck Nijhof
d78694c9b8
Fix time condition microsecond offset when using input helpers ( #51337 )
2021-06-01 13:39:10 -07:00
Erik Montnemery
bbd7433686
Improve time condition trace ( #51335 )
2021-06-01 13:39:09 -07:00
Franck Nijhof
f54cbff223
Always load middle to handle forwarded proxy data ( #51332 )
2021-06-01 13:38:10 -07:00
Joakim Sørensen
6031f7ce99
Add arch to payload ( #51330 )
2021-06-01 13:35:57 -07:00
AJ Schmidt
fac5b23b86
update adext dependency ( #51315 )
2021-06-01 13:35:56 -07:00
Bram Kragten
bee89a12ec
Update frontend to 20210601.1 ( #51354 )
2021-06-01 13:35:13 -07:00
Paulus Schoutsen
ee2c950716
Merge system options into pref properties ( #51347 )
...
* Make system options future proof
* Update tests
* Add types
2021-06-01 22:34:31 +02:00
jjlawren
9e3ee73b8b
Handle incomplete Sonos alarm event payloads ( #51353 )
2021-06-01 13:28:56 -07:00
Daniel Hjelseth Høyer
12b8672f84
Use entity class vars for Melcloud ( #51351 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-01 22:21:07 +02:00
Franck Nijhof
fcdd8b11a6
Collection of changing entity properties to class attributes - 2 ( #51345 )
2021-06-01 12:43:55 -07:00
Eduard van Valkenburg
e5dff49440
Fix SIA event data func ( #51339 )
2021-06-01 20:32:17 +02:00
Martin Hjelmare
91b6f9d7d0
Bump zwave-js-server-python to 0.26.0 ( #51341 )
2021-06-01 19:26:54 +02:00
definitio
6a474e74e8
Fix Snapcast state after restoring snapshot ( #51340 )
2021-06-01 19:07:51 +02:00
Franck Nijhof
cdd1f6b2f0
Always load middle to handle forwarded proxy data ( #51332 )
2021-06-01 09:38:55 -07:00
Tobias Sauerwein
d975f9eb0a
Fix Netatmo sensor logic ( #51338 )
2021-06-01 17:58:25 +02:00
Franck Nijhof
c5dc99c052
Fix time condition microsecond offset when using input helpers ( #51337 )
2021-06-01 17:57:23 +02:00
Erik Montnemery
63e16de6c0
Improve time condition trace ( #51335 )
2021-06-01 17:07:45 +02:00
Joakim Sørensen
fb281c6bde
Add arch to payload ( #51330 )
2021-06-01 15:09:23 +02:00
Shay Levy
f3715cef6d
Bump aioswitcher to 1.2.3 ( #51324 )
2021-06-01 13:48:53 +02:00
Bram Kragten
76527ab79a
Bumped version to 2021.6.0b4
2021-06-01 13:13:34 +02:00
Bram Kragten
42bf29856e
Update frontend to 20210601.0 ( #51329 )
2021-06-01 13:10:32 +02:00
Maciej Bieniek
96191c07c9
Fix exception after removing Shelly config entry and stopping HA ( #51321 )
...
* Fix device shutdown twice
* Change if logic
2021-06-01 13:10:30 +02:00
Eugenio Panadero
0856232ea6
Bump aiopvpc to apply quickfix for new electricity price tariff ( #51320 )
...
Since 2021-06-01, the three PVPC price tariffs become one and only: '2.0 TD',
and the JSON schema from the official API (data source of this integration)
is slightly different.
This patch allows a no-pain jump between the old tariffs and the new one.
2021-06-01 13:10:29 +02:00
Paulus Schoutsen
413fd1b255
Trusted networks auth provider warns if detects a requests with x-forwarded-for header while the http integration is not configured for reverse proxies ( #51319 )
...
* Trusted networks auth provider to require http integration configured for proxies to allow logging in with requests with x-forwarded-for header
* Make it a warning
2021-06-01 13:09:16 +02:00
Paulus Schoutsen
bd0373388d
Trusted networks auth provider warns if detects a requests with x-forwarded-for header while the http integration is not configured for reverse proxies ( #51319 )
...
* Trusted networks auth provider to require http integration configured for proxies to allow logging in with requests with x-forwarded-for header
* Make it a warning
2021-06-01 12:51:44 +02:00
Bram Kragten
94ae8396dd
Update frontend to 20210601.0 ( #51329 )
2021-06-01 12:38:49 +02:00
Paulus Schoutsen
45e1473f83
Improve config validation for key_value_schemas ( #49429 )
2021-06-01 11:23:59 +02:00
Maciej Bieniek
ed9b199372
Fix exception after removing Shelly config entry and stopping HA ( #51321 )
...
* Fix device shutdown twice
* Change if logic
2021-06-01 11:41:34 +03:00
Raman Gupta
b91696c139
Switch to using entity class attributes where possible in zwave_js ( #51207 )
...
* Switch to using entity class attributes where possible in zwave_js
* fix
* revert docstring
* remove unused init
* Revert some changes based on feedback in #51181
* switch to class atributes
2021-06-01 10:26:22 +02:00
Franck Nijhof
6b0e57e641
Define SwitchEntity entity attributes as class variables ( #51232 )
2021-06-01 10:23:10 +02:00
Eugenio Panadero
3d45f00fad
Bump aiopvpc to apply quickfix for new electricity price tariff ( #51320 )
...
Since 2021-06-01, the three PVPC price tariffs become one and only: '2.0 TD',
and the JSON schema from the official API (data source of this integration)
is slightly different.
This patch allows a no-pain jump between the old tariffs and the new one.
2021-06-01 09:45:37 +02:00
Daniel Rheinbay
3c452f8c9b
Refactor yeelight integration to use only flows ( #51255 )
...
* Refactor light.py to use only flows.py, eliminating transitions.py
* Reformat yeelight source code using black
2021-06-01 09:04:49 +02:00
Matthias Alphart
549b0b0727
KNX: Support for XY-color lights ( #51306 )
...
* support for xy-color
* replace invalid name
2021-06-01 08:59:51 +02:00
Matthias Alphart
164e45f0a7
KNX: move some Schema to schema.py ( #51307 )
...
* create platform schema node from schema class
* move connection schema to schema.py
* rename SCHEMA to ENTITY_SCHEMA
* Final module level constants
2021-06-01 08:59:23 +02:00
Franck Nijhof
fb682665e2
Upgrade pylint to 2.8.3 ( #51308 )
2021-06-01 08:48:53 +02:00
AJ Schmidt
0e0da26852
update adext dependency ( #51315 )
2021-06-01 08:44:56 +02:00
GitHub Action
2a746acf3a
[ci skip] Translation update
2021-06-01 00:30:06 +00:00
Paulus Schoutsen
bd279786bb
Bumped version to 2021.6.0b3
2021-05-31 16:43:14 -07:00
Paulus Schoutsen
837efaf29b
Updated frontend to 20210531.1 ( #51314 )
2021-05-31 16:43:08 -07:00
Paulus Schoutsen
a904b1e37f
Set up cloud semi-dependencies at start ( #51313 )
2021-05-31 16:43:07 -07:00
Joakim Sørensen
14db5a0999
Move version validation to resolver ( #51311 )
2021-05-31 16:43:07 -07:00
Jc2k
cbc75ffe8a
Bump aiohomekit to 0.2.66 ( #51310 )
2021-05-31 16:43:06 -07:00
Robert Svensson
1e2913ad4c
Fix stream profiles not available as expected ( #51305 )
2021-05-31 16:43:05 -07:00
Paulus Schoutsen
127a230703
Add system option to disable polling ( #51299 )
2021-05-31 16:43:04 -07:00
Pascal Vizeli
b3ccc44ee9
Revert "GRPC is fixed, don't need a workaround" ( #51289 )
...
This reverts commit 9d174e8a05 .
2021-05-31 16:43:03 -07:00
Joakim Sørensen
c4a98755a3
Resolve addon repository slug for device registry ( #51287 )
...
* Resolve addon repository slug for device registry
* typo
* Adjust onboarding test
* Use /store
2021-05-31 16:43:03 -07:00
J. Nick Koston
273f57261c
Upgrade HAP-python to 3.5.0 ( #51261 )
...
* Upgrade HAP-python to 3.4.2
- Fixes for malformed event sending
- Performance improvements
* Bump
* update tests to point to async
2021-05-31 16:43:02 -07:00
Ron Klinkien
a08fffea17
Fix Garmin Connect integration with python-garminconnect-aio ( #50865 )
2021-05-31 16:43:01 -07:00
Paulus Schoutsen
f472219c68
Set up cloud semi-dependencies at start ( #51313 )
2021-06-01 01:35:31 +02:00
Paulus Schoutsen
354dd39f24
Updated frontend to 20210531.1 ( #51314 )
2021-06-01 01:35:08 +02:00
Paulus Schoutsen
4821484d2c
Add system option to disable polling ( #51299 )
2021-05-31 15:36:40 -07:00
Joakim Sørensen
5d6b6deed4
Move version validation to resolver ( #51311 )
2021-05-31 15:32:03 -07:00
Jc2k
95362d4215
Bump aiohomekit to 0.2.66 ( #51310 )
2021-05-31 17:28:14 -05:00
Joakim Plate
6631a4e605
Philips TV ambilight support ( #44867 )
2021-05-31 14:39:28 -07:00
Ron Klinkien
a0b3d0863b
Fix Garmin Connect integration with python-garminconnect-aio ( #50865 )
2021-05-31 14:38:33 -07:00
Robert Svensson
6ba2ee5cef
Fix stream profiles not available as expected ( #51305 )
2021-05-31 14:35:33 -07:00
Jan Bouwhuis
7403ba1e81
Alexa fan preset_mode support ( #50466 )
...
* fan preset_modes
* process preset mode updates from alexa correctly
* add tests
* codecov patch additional tests
2021-05-31 20:58:01 +02:00
J. Nick Koston
0e7c2cddf7
Upgrade HAP-python to 3.5.0 ( #51261 )
...
* Upgrade HAP-python to 3.4.2
- Fixes for malformed event sending
- Performance improvements
* Bump
* update tests to point to async
2021-05-31 20:47:12 +02:00
Franck Nijhof
5a4add6437
Upgrade black to 21.5b2 ( #51297 )
2021-05-31 21:04:20 +03:00
Austin Drummond
d2623bf574
AppleTV typo in error notification ( #51300 )
...
An extraneous "f" was prefix at the beginning of the notification.
>An irrecoverable connection problem occurred when connecting to fApple TV. Please go to the Integrations page and reconfigure it.
2021-05-31 20:59:55 +03:00
Nikolai
52e7d57533
Processing of messages from channel by telegram_bot ( #51274 )
...
* Processing of messages from channel by telegram_bot
* formatted using Black
* refactor
* check allowed chat
2021-05-31 16:35:49 +02:00
Maciej Bieniek
c9178e58b5
Add support for state class for Airly sensor ( #51285 )
2021-05-31 16:00:58 +02:00
Franck Nijhof
edcae74330
Entity attributes + typing fix in deCONZ alarm control panel ( #51241 )
2021-05-31 14:54:42 +02:00
Salvatore Mazzarino
5377e5ed38
Update to pygtfs 0.1.6 ( #51267 )
...
* Update to pygtfs 0.1.6
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz >
* run tasks: generate requirements
2021-05-31 14:45:56 +02:00
Joakim Sørensen
8ed8747225
Resolve addon repository slug for device registry ( #51287 )
...
* Resolve addon repository slug for device registry
* typo
* Adjust onboarding test
* Use /store
2021-05-31 14:06:11 +02:00
Pascal Vizeli
3d119fd4ab
Revert "GRPC is fixed, don't need a workaround" ( #51289 )
...
This reverts commit 9d174e8a05 .
2021-05-31 14:03:26 +02:00
Franck Nijhof
258b388f41
Collection of changing entity properties to class attributes ( #51248 )
...
* Collection of changing entity properties to class attributes
* Apply suggestions from code review
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-05-31 10:50:11 +02:00
Matthias Alphart
5acc3a1083
xknx 0.18.3 ( #51277 )
2021-05-31 09:58:48 +02:00
Erik Montnemery
532626b738
Move light helper get_supported_color_modes ( #51269 )
2021-05-31 09:47:58 +02:00
Erik Montnemery
04e9acc20a
Simplify device condition code ( #51266 )
2021-05-31 09:47:30 +02:00
Erik Montnemery
489c73b4da
Simplify device action code ( #51263 )
2021-05-31 09:47:15 +02:00
Raman Gupta
a8650f4e59
Add zwave_js node status sensor ( #51181 )
...
* Add zwave_js node status sensor
* fix import
* use parent class name property
* Use more entity class attributes
* Update homeassistant/components/zwave_js/sensor.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* return static values in property method
* fix PR
* switch to class atributes
* create sensor platform task if needed
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-05-31 08:46:28 +02:00
Paulus Schoutsen
792d7bb3f5
Bumped version to 2021.6.0b2
2021-05-30 21:13:41 -07:00
Paulus Schoutsen
c20ac0efb2
Updated frontend to 20210531.0 ( #51281 )
2021-05-30 21:13:34 -07:00
Tobias Sauerwein
9dfd578b65
Fix unnecessary API calls in Netatmo ( #51260 )
2021-05-30 21:13:33 -07:00
Erik Montnemery
8fd3761893
Fix flaky statistics tests ( #51242 )
2021-05-30 21:13:33 -07:00
Ludovico de Nittis
99fd5be369
Bump pyialarm to 1.7 ( #51233 )
2021-05-30 21:13:32 -07:00
jjlawren
d236e07046
Skip processed Sonos alarm updates ( #51217 )
...
* Skip processed Sonos alarm updates
* Fix bad conflict merge
2021-05-30 21:13:31 -07:00
jjlawren
835a9efc64
Reorganize SonosSpeaker class for readability ( #51222 )
2021-05-30 21:13:08 -07:00
Tobias Sauerwein
51d98bb9c8
Fix Netatmo data class update ( #51215 )
...
* Catch if data class entry is None
* Guard
2021-05-30 21:11:58 -07:00
Erik Montnemery
b75f4b1f4d
Fix flaky statistics tests ( #51214 )
...
* Fix flaky statistics tests
* Tweak
2021-05-30 21:11:57 -07:00
jjlawren
fa7837bb12
Improve Sonos alarm logging ( #51212 )
2021-05-30 21:11:32 -07:00
jjlawren
f32309273b
Fix use of async in Sonos switch ( #51210 )
...
* Fix use of async in Sonos switch
* Simplify
* Convert to callback
2021-05-30 21:10:39 -07:00
J. Nick Koston
b37932e163
Fix samsungtv yaml import without configured name ( #51204 )
2021-05-30 21:09:05 -07:00
jjlawren
a0696fe923
Centralize Sonos subscription logic ( #51172 )
...
* Centralize Sonos subscription logic
* Clean up mocked Sonos Service instances, use subscription callback
* Use existing mocked attributes
* Use event dispatcher dict, move methods together, make update_alarms sync
* Create dispatcher dict once
2021-05-30 21:09:04 -07:00
Aaron David Schneider
e980365a9c
Add tests for sonos switch platform ( #51142 )
...
* add tests
* refactor async_added_to_hass
* fix tests and race condition
* use async_get
* typo
2021-05-30 21:09:03 -07:00
Vilppu Vuorinen
215869b3df
Update to pymelcloud 2.5.3 ( #51043 )
...
Previous version of pymelcloud performs requests that are not permitted
for guest users. Bypassing these requests results only in less detailed
device info.
2021-05-30 21:04:59 -07:00
Paulus Schoutsen
7654672dd0
Updated frontend to 20210531.0 ( #51281 )
2021-05-30 21:04:13 -07:00
jjlawren
e5309e89ea
Skip processed Sonos alarm updates ( #51217 )
...
* Skip processed Sonos alarm updates
* Fix bad conflict merge
2021-05-30 21:03:53 -07:00
Tobias Sauerwein
9bd74961f0
Fix unnecessary API calls in Netatmo ( #51260 )
2021-05-30 20:55:45 -07:00
jjlawren
1a5d35d7bf
Only debug log new Sonos SSDP discoveries ( #51247 )
...
* Only debug log new SSDP discoveries
* Use existing reference
* Remove from known on unseen
* Update homeassistant/components/sonos/speaker.py
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-30 20:28:22 -05:00
GitHub Action
319071ba39
[ci skip] Translation update
2021-05-31 00:25:51 +00:00
Daniel Hjelseth Høyer
0ae64325ed
Use entity class vars for Mill ( #51264 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-05-30 17:58:55 +03:00
Matt Zimmerman
416d91ba85
Clean up SmartTub ( #51257 )
...
* fix type hint
* pylint
* Update homeassistant/components/smarttub/binary_sensor.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/smarttub/binary_sensor.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-05-30 10:10:49 +02:00
Franck Nijhof
c317854e86
Small optimization in entity registry enabled deConz method ( #51250 )
2021-05-29 23:12:19 -05:00
J. Nick Koston
32dc62a996
Handle empty ssdp descriptions in the cache ( #51253 )
2021-05-29 22:50:48 -05:00
uvjustin
3ca7eb9440
Update HLS playlist in stream ( #51191 )
...
* Enable gzip encoding for playlist responses
* Add EXT-X-PROGRAM-DATE-TIME to playlist
* Add EXT-X-START to playlist
* Change EXT-X-VERSION from 7 to 6
* Move idle timer call to recv
* Refactor recv to remove cursor and return bool
* Rename STREAM_TIMEOUT to SOURCE_TIMEOUT
2021-05-30 11:41:23 +08:00
GitHub Action
2077efb207
[ci skip] Translation update
2021-05-30 00:24:18 +00:00
astronaut
ceadb0cba0
Add gui config option consider device unavailable ( #51218 )
...
* Add gui config option consider device unavailable
* Update tests
2021-05-29 19:13:09 -04:00
Franck Nijhof
d1f0ec8db8
Small tweaks to LaCrosse ( #51249 )
2021-05-29 23:08:25 +03:00
Ludovico de Nittis
ff6d05a200
Bump pyialarm to 1.7 ( #51233 )
2021-05-29 18:50:45 +02:00
Franck Nijhof
06e5314bc8
Cleanup commented code + comprehensions in iOS ( #51238 )
2021-05-29 17:28:32 +02:00
Franck Nijhof
99afa15f47
Cleanup unneeded variable assignment in ezviz ( #51239 )
2021-05-29 17:34:25 +03:00
jjlawren
3d2f696d73
Reorganize SonosSpeaker class for readability ( #51222 )
2021-05-29 09:08:46 -05:00
Erik Montnemery
27b9d7fed0
Fix flaky statistics tests ( #51242 )
2021-05-29 09:00:36 -05:00
J. Nick Koston
c5e5787e1d
Replace sonos discovery thread with ssdp callback registration ( #51033 )
...
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
2021-05-29 08:31:22 -05:00
Franck Nijhof
255e13930c
Define CoverEntity entity attributes as class variables ( #51236 )
...
* Define CoverEntity entity attributes as class variables
* Fix supported features
2021-05-29 14:35:02 +02:00
Tobias Sauerwein
d66d7cbd37
Fix Netatmo data class update ( #51215 )
...
* Catch if data class entry is None
* Guard
2021-05-29 14:10:45 +02:00
J. Nick Koston
d1132270b4
Remove double schema validation in network ( #51219 )
2021-05-29 14:09:49 +02:00
Ville Skyttä
c2f5dcefa5
Use flow result type constants more ( #51122 )
2021-05-29 14:09:13 +02:00
Maciej Bieniek
b6716ecebd
Add discovery by manufacturer to Nettigo Air Monitor integration ( #51155 )
2021-05-29 14:06:56 +02:00
Erik Montnemery
4d428b87cb
Remove incorrect check in Alexa for SERVICE_ALARM_DISARM fail ( #51224 )
2021-05-29 14:06:02 +02:00
jjlawren
bd34059c11
Fix use of async in Sonos switch ( #51210 )
...
* Fix use of async in Sonos switch
* Simplify
* Convert to callback
2021-05-28 23:28:07 -05:00
jjlawren
84f0d3f961
Centralize Sonos subscription logic ( #51172 )
...
* Centralize Sonos subscription logic
* Clean up mocked Sonos Service instances, use subscription callback
* Use existing mocked attributes
* Use event dispatcher dict, move methods together, make update_alarms sync
* Create dispatcher dict once
2021-05-28 21:32:50 -05:00
J. Nick Koston
fb50cf9840
Add network and callback support to SSDP ( #51019 )
...
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-28 21:18:59 -05:00
Nick Whyte
02cbb2025e
Decrease nsw fuel request volume ( #49552 )
2021-05-28 20:53:20 -05:00
GitHub Action
8e87d638e1
[ci skip] Translation update
2021-05-29 00:21:56 +00:00
jjlawren
4b2831ddde
Improve Sonos alarm logging ( #51212 )
2021-05-29 00:45:43 +02:00
Raman Gupta
19c16e079f
Add separate ozone sensor for climacell ( #51182 )
2021-05-28 23:24:01 +02:00
Erik Montnemery
39c94e8daa
Fix flaky statistics tests ( #51214 )
...
* Fix flaky statistics tests
* Tweak
2021-05-28 22:37:17 +02:00
jan iversen
538a189168
Adjust modbus climate to use address/input_type ( #51202 )
2021-05-28 17:57:14 +02:00
Brandon Rothweiler
88dce0ec8f
Address late review of Mazda services ( #51178 )
...
* Add services for Mazda integration
* Address review comments
* Follow-up review comments
* Update dict access for send_poi service calls
2021-05-28 17:54:19 +02:00
Vilppu Vuorinen
99ee2bd0a3
Update to pymelcloud 2.5.3 ( #51043 )
...
Previous version of pymelcloud performs requests that are not permitted
for guest users. Bypassing these requests results only in less detailed
device info.
2021-05-28 16:48:30 +02:00
J. Nick Koston
b3d826f2e2
Fix samsungtv yaml import without configured name ( #51204 )
2021-05-28 16:06:17 +02:00
Martin Hjelmare
187374c11e
Set Registry name parameter to Hashable type ( #51203 )
2021-05-28 15:29:11 +02:00
Franck Nijhof
0de8604631
Bumped version to 2021.6.0b1
2021-05-28 14:51:21 +02:00
Bram Kragten
0c9c113528
Update frontend to 20210528.0 ( #51199 )
2021-05-28 14:50:59 +02:00
Pascal Vizeli
de575fdb7b
Update base image to 2021.05.0 ( #51198 )
2021-05-28 14:50:56 +02:00
Joakim Plate
ae914be44f
Only run philips_js notify service while TV is turned on ( #51196 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-28 14:50:53 +02:00
Tobias Sauerwein
fe84d060d6
Fix Netatmo sensor initialization ( #51195 )
2021-05-28 14:50:50 +02:00
Joakim Sørensen
3e57b6178d
Use get with default for consider home ( #51194 )
2021-05-28 14:50:46 +02:00
Tobias Sauerwein
6388203f73
Fix Netatmo data class update ( #51177 )
2021-05-28 14:50:41 +02:00
jjlawren
a6a18effee
Improve Sonos polling ( #51170 )
...
* Improve Sonos polling
Warn user if polling is being used
Provide callback IP:port to help user fix networking
Fix radio handling when polling (no event payload)
Clarify dispatch target to reflect polling action
* Lint
* Revert method removal
2021-05-28 14:50:38 +02:00
Greg Dowling
e86e70f327
Bump pyroon to 0.0.37 ( #51164 )
2021-05-28 14:50:35 +02:00
Erik Montnemery
27e32bbb19
Weight sensor average statistics by state durations ( #51150 )
...
* Weight sensor average statistics by state durations
* Fix test
2021-05-28 14:50:32 +02:00
Erik Montnemery
b92db104dc
Add deprecated backwards compatible history.LazyState ( #51144 )
2021-05-28 14:50:29 +02:00
jjlawren
f3639c60e2
Fix Sonos media position with radio sources ( #51137 )
2021-05-28 14:50:26 +02:00
jjlawren
74e397dc73
Fix Sonos TV source attribute ( #51131 )
2021-05-28 14:50:23 +02:00
Joakim Sørensen
4ebc0d97bc
Handle blank string in location name for mobile app ( #51130 )
2021-05-28 14:50:20 +02:00
Raman Gupta
c2c760eb8b
Fix zwave_js.set_value schema ( #51114 )
...
* fix zwave_js.set_value schema
* wrap all schemas in vol.Schema
* readd removed assertions
2021-05-28 14:50:17 +02:00
Eduard van Valkenburg
255577436e
Followup PR for SIA integration ( #51108 )
...
* Updates based on Martin's review
* fix strings and cleaned up constants
2021-05-28 14:50:13 +02:00
Bram Kragten
0fbdce5ca6
Update frontend to 20210528.0 ( #51199 )
2021-05-28 14:38:01 +02:00
Joakim Sørensen
076544a1b5
Revert "Bump config version to 2 for AVM Fritz Tools ( #51176 )" ( #51193 )
2021-05-28 14:00:16 +02:00
Álvaro Fernández Rojas
fe0771f7f1
Add missing outdoor temperature unit for Tado ( #51197 )
...
* Fix outdoor temperature unit for Tado
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* tado: simplify if conditions
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-05-28 13:41:40 +02:00
Tobias Sauerwein
ac922916c1
Fix Netatmo sensor initialization ( #51195 )
2021-05-28 13:36:22 +02:00
Joakim Plate
b6cb123c4f
Only run philips_js notify service while TV is turned on ( #51196 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-28 13:32:26 +02:00
jan iversen
00507539c1
Change Cover to use address/input_type ( #51154 )
...
* Change Cover to use address/input_type.
* Flake.
2021-05-28 13:23:44 +02:00
Pascal Vizeli
ab2ea35b7d
Update base image to 2021.05.0 ( #51198 )
2021-05-28 13:22:58 +02:00
Erik Montnemery
b339d73109
Weight sensor average statistics by state durations ( #51150 )
...
* Weight sensor average statistics by state durations
* Fix test
2021-05-28 13:16:52 +02:00
Franck Nijhof
17b2678aee
Define media_player entity attributes as class variables ( #51192 )
2021-05-28 12:32:31 +02:00
jjlawren
39e62f9c90
Improve Sonos polling ( #51170 )
...
* Improve Sonos polling
Warn user if polling is being used
Provide callback IP:port to help user fix networking
Fix radio handling when polling (no event payload)
Clarify dispatch target to reflect polling action
* Lint
* Revert method removal
2021-05-28 12:07:58 +02:00
jan iversen
e45196f9c9
Remove "old" config from modbus binary_sensor ( #51117 )
2021-05-28 12:06:46 +02:00
Joakim Sørensen
81097dbe40
Use get with default for consider home ( #51194 )
2021-05-28 12:02:35 +02:00
jan iversen
5afd16ef5d
Move modbus schema validators to validators.py ( #51121 )
2021-05-28 11:38:31 +02:00
jan iversen
47f016b340
Remove old config from cover, including tests ( #51118 )
...
* Remove old config and standardize new config.
* Add missing safeguard.
2021-05-28 11:29:37 +02:00
Michael
d200f1e504
Bump config version to 2 for AVM Fritz Tools ( #51176 )
2021-05-28 11:12:46 +02:00
Franck Nijhof
538a03ee0c
Clean up Speedtest.net Sensors ( #51124 )
2021-05-28 11:10:01 +02:00
Erik Montnemery
837220cce4
Add deprecated backwards compatible history.LazyState ( #51144 )
2021-05-28 11:01:28 +02:00
dependabot[bot]
e41fbdc9eb
Bump actions/cache from 2.1.5 to 2.1.6 ( #51185 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 10:42:22 +02:00
Franck Nijhof
0b15f3aa98
Define alarm_control_panel entity attributes as class variables ( #51120 )
...
* Define alarm_control_panel entity attributes as class variables
* Example Verisure
* Remove redundant AttributeError
2021-05-28 08:29:01 +02:00
Franck Nijhof
e9b09325c9
Use entity class vars in SolarEdge ( #51123 )
2021-05-28 08:24:55 +02:00
Tobias Sauerwein
eb66f8ef6d
Fix Netatmo data class update ( #51177 )
2021-05-28 08:00:11 +02:00
uvjustin
6ad29aec2c
Adjust segment duration calculation in stream ( #51149 )
...
* Calculate min segment duration internally
* Rename segments to sequences in StreamOutput
* Fix segment duration calculation in test_worker
2021-05-28 13:36:41 +08:00
jjlawren
e08de22737
Fix totalconnect test calling public host ( #51138 )
2021-05-27 21:30:37 -05:00
Raman Gupta
ca8d09e5e1
Add zwave_js.multicast_set_value service ( #51115 )
...
* Add zwave_js.multicast_set_value service
* comment
* Add test for multiple config entries validation
* additional validation test
* brevity
* wrap schema in vol.Schema
* Update homeassistant/components/zwave_js/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* do node transform and multicast validation in schema validation
* move poll value entity validation into schema validation, pass helper functions dev and ent reg instead of retrieving it every time
* make validators nested functions since they don't neeed to be externally accessible
* Update homeassistant/components/zwave_js/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Remove errant ALLOW_EXTRA
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-27 21:57:35 -04:00
GitHub Action
93ada0a675
[ci skip] Translation update
2021-05-28 00:19:07 +00:00
Greg Dowling
02ac9a75b1
Bump pyroon to 0.0.37 ( #51164 )
2021-05-27 21:01:04 +02:00
Aaron David Schneider
f7f8672eea
Add tests for sonos switch platform ( #51142 )
...
* add tests
* refactor async_added_to_hass
* fix tests and race condition
* use async_get
* typo
2021-05-27 19:56:59 +02:00
Franck Nijhof
7dff4d6ad7
Define climate entity attributes as class variables ( #51006 )
2021-05-27 17:39:43 +02:00
tkdrob
d1c4d0de49
Use bool annotations for setup entries ( #51166 )
2021-05-27 17:39:06 +02:00
Shay Levy
b6355bcb48
Add myself to Switcher codeowners ( #51158 )
2021-05-27 17:37:54 +02:00
tkdrob
c0656878db
Normalize async_setup_entry ( #51161 )
2021-05-27 15:56:20 +02:00
Eduard van Valkenburg
701c4ee624
Update sia tests ( #51151 )
2021-05-27 15:35:17 +02:00
Franck Nijhof
d9eb1d85a2
Clean up DNS IP integration ( #51143 )
...
* Clean up DNS IP integration
* Commit missing change oops
2021-05-27 15:10:28 +03:00
Franck Nijhof
eb2b60434c
Clean up Local IP integration ( #51126 )
2021-05-27 15:04:40 +03:00
ollo69
69e454fd49
Add missing function signature ( #51153 )
2021-05-27 14:52:05 +03:00
René Klomp
65f2fe9c01
Bump pysma version to 0.5.0 ( #51098 )
...
* Use new get_sensors method
* Update pysma requirement
* Update primary codeowner
* Update device_info handling
* Fix LEGACY_MAP
* Updated tests
* Fix pysma references
* Fix pylint raise-missing-from
* Better import of Sensors
* Remove software version related changes
* Revert codeowners change
2021-05-27 12:53:14 +02:00
Eduard van Valkenburg
cede36d91c
Followup PR for SIA integration ( #51108 )
...
* Updates based on Martin's review
* fix strings and cleaned up constants
2021-05-27 10:55:47 +02:00
jjlawren
f0952d3ee8
Fix Sonos media position with radio sources ( #51137 )
2021-05-27 10:53:51 +02:00
jan iversen
8d365e8bf5
After merge, review. ( #51139 )
2021-05-27 08:28:31 +02:00
Anders Melchiorsen
fdfb84e8e2
Upgrade pysonos to 0.0.50 ( #51125 )
2021-05-27 08:13:10 +02:00
jjlawren
e4e3dc7fab
Fix Sonos TV source attribute ( #51131 )
2021-05-26 22:12:43 -07:00
Raman Gupta
877d3e38b4
Fix zwave_js.set_value schema ( #51114 )
...
* fix zwave_js.set_value schema
* wrap all schemas in vol.Schema
* readd removed assertions
2021-05-27 00:27:35 -04:00
Joakim Sørensen
3e7729faf2
Handle blank string in location name for mobile app ( #51130 )
2021-05-27 06:04:05 +02:00
uvjustin
38e0cbe964
Change stream sequence number to start from 0 ( #51101 )
...
* Use constants for provider strings
* Add last_sequence property
2021-05-27 11:22:31 +08:00
GitHub Action
f45bc3abc7
[ci skip] Translation update
2021-05-27 00:17:03 +00:00
Franck Nijhof
d829df332d
Bump version to 2021.7.0dev0 ( #51116 )
2021-05-26 20:18:29 +02:00
Franck Nijhof
762f15a0d3
Bumped version to 2021.6.0b0
2021-05-26 19:44:48 +02:00
Yuriy Sannikov
6391d75919
Refactor ModbusRegisterSensor class to get hub and configuration ( #50234 )
...
* refactor ModbusRegisterSensor to match the ModbusSwitch interface
* Please pylint, mypy etc.
* Remove PLATFORM.
Co-authored-by: jan Iversen <jancasacondor@gmail.com >
2021-05-26 19:28:14 +02:00
Greg Dowling
09b9218511
Handle updating config entries in Vera ( #49605 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-26 09:54:02 -07:00
Austin Mroczek
22dd7df66c
Improve totalconnect config flow user experience ( #47926 )
2021-05-26 09:48:44 -07:00
Franck Nijhof
67536b52c4
Use entity class vars in Flo ( #50991 )
2021-05-26 09:47:04 -07:00
ollo69
daff62f42d
Add AsusWRT model and firmware information for device ( #51102 )
2021-05-26 09:46:06 -07:00
Barry Williams
5ac81ccb4c
Openhome component now uses asyncio and handles unavailability ( #49574 )
2021-05-26 09:39:44 -07:00
Bram Kragten
42b92748f6
Update frontend to 20210526.0 ( #51110 )
2021-05-26 09:31:46 -07:00
Paulus Schoutsen
bcd91cc2bd
Drop certificate filling in for cloudmqtt ( #51112 )
2021-05-26 09:31:35 -07:00
Klaas Schoute
31c07e710a
bump garage_amsterdam lib to v2.1.1 ( #51111 )
2021-05-26 09:31:23 -07:00
Matt Zimmerman
ffb9ab21c1
Add binary sensor for smarttub errors ( #49364 )
2021-05-26 09:25:47 -07:00
J. Nick Koston
64661ee2b7
Add network configuration integration ( #50874 )
...
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-26 09:06:30 -07:00
Erik Montnemery
16e90f12ca
Add last_reset property to Tasmota energy sensors ( #51107 )
...
* Add last_reset property to Tasmota energy sensors
* Correct device class for energy sensors
2021-05-26 17:58:06 +02:00
Franck Nijhof
19c505c0f0
Add Supervisor discovery to motionEye ( #50901 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-26 17:40:07 +02:00
Raman Gupta
18e6ae8750
Add WS API commands to check for and install zwave_js config updates ( #51106 )
2021-05-26 08:39:08 -07:00
Raman Gupta
6d9b67ddb2
Add zwave_js heal node and network WS API commands ( #51047 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-26 08:38:02 -07:00
Raman Gupta
8edf7f0407
Don't enforce uniqueness requirements for Waze and Google Travel Time ( #50254 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-26 08:32:26 -07:00
Brandon Rothweiler
a36935dcee
Add services for Mazda integration ( #51016 )
2021-05-26 16:36:36 +02:00
Franck Nijhof
a8a13da793
Fix discovery without uid aborts on completing user flow ( #51105 )
...
* Fix discovery without uid aborts on completing user flow
* Fix comment
2021-05-26 16:29:52 +02:00
Franck Nijhof
bf13af34b4
Use entity class vars in WLED ( #50975 )
2021-05-26 14:08:09 +02:00
Massimiliano Cannarozzo
5a5a145778
Make all MQTT cover payloads optional ( #50579 )
...
* Remove unused constant
* Make payload_close optional
* Make payload_open optional
* Compute supported features based on config
2021-05-26 13:50:44 +03:00
Raman Gupta
1de0d20a76
Bump zwave-js-server-python to 0.25.1 ( #51097 )
...
* Bump zwave-js-server-python to 0.25.1
* update fixtures
2021-05-26 12:37:24 +02:00
Erik Montnemery
789a14fc44
Add support for last_reset to MQTT sensor ( #51036 )
...
* Add support for last_reset to MQTT sensor
* Update abbreviations
* Improve test coverage
2021-05-26 11:50:29 +02:00
Matthias Alphart
4f9b7254d2
Initialize KNX expose value ( #49623 )
...
* simplify value extraction
* allow 0/1 and "True" / "False" for binary exposes
* initialize ExposeSensor value
* handle binary states
* use default for initialization
2021-05-26 11:21:11 +02:00
chpego
19c9675d4a
Bump youtube-dl to 2021.04.26 ( #50037 )
2021-05-26 10:32:43 +02:00
Raj Laud
b3607343fc
Fix error in Squeezebox DHCP discovery flow ( #50771 )
...
* Map data from dhcp to squeezebox discovery flow
* Add tests for squeezebox dhcp discovery
2021-05-26 10:30:15 +02:00
Andrey Kupreychik
5ee0df29d4
Remove old Keenetic NDMS2 entities when some interfaces are unselected ( #47311 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-26 10:26:23 +02:00
uvjustin
c6f108f7c3
Refactor stream to use bytes ( #51066 )
...
* Refactor stream to use bytes
2021-05-26 16:19:09 +08:00
Franck Nijhof
58586d5e1f
Use entity class vars in Elgato ( #50973 )
2021-05-26 10:18:26 +02:00
Maciej Bieniek
41a940f644
Add state class to Nettigo Air Monitor sensors ( #50959 )
2021-05-26 09:36:37 +02:00
ollo69
d5a9419fb7
Fix AsusWRT sensor test ( #50956 )
...
* Fix AsusWRT sensor test
* Revert use of utcnow
* Add MockDevice class
* Proper initialize static member
* Added mock_device fixture
2021-05-26 09:19:30 +02:00
Raman Gupta
5f7964b54b
Add firmware updates support for zwave_js ( #50390 )
...
* Add WS API support for zwave_js firmware updates
* move file to fixture
* review comments
* fix logic and test based on upstream changes
* handle failure scenario
* handle failure scenario
* fix tests and adjust message
* Update homeassistant/components/zwave_js/api.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* remove return from firmware upload view because client will raise an exception if not successful
* raise if user is not an admin
* raise bad request exception if firmware command fails
* incorporate #50923
* Add test for failed command
* add event name to messages
* change error to not found
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-26 02:57:00 -04:00
Matt Zimmerman
c1d5dd7141
Remove unneeded **kwargs from SmartTub reminders snooze service ( #51093 )
2021-05-26 08:13:26 +02:00
Erik Montnemery
154c849eac
Filter unsupported parameters from light service calls ( #51084 )
...
* Filter unsupported parameters from light service calls
* Silence pylint
* Fix deconz tests
* Fix mqtt tests
* Fix scene tests
* Fix trådfri emulated CT
* Fix mqtt tests
2021-05-26 08:02:59 +02:00
Johan Josua Storm
9b13350b01
Replace wrong domain returned from xbox api revisited ( #51074 )
...
* Added replacement http to https
Somehow the fix of replacing the domain doesn't work on android, so explicit replacement of http to https protocol is needed.
* Update homeassistant/components/xbox/base_sensor.py
Co-authored-by: Jason Hunter <hunterjm@gmail.com >
Co-authored-by: Jason Hunter <hunterjm@gmail.com >
2021-05-26 02:01:35 -04:00
GitHub Action
c302b5d4eb
[ci skip] Translation update
2021-05-26 00:16:09 +00:00
Franck Nijhof
affc8e0f0b
Fix unique ID Verisure alarm control panel ( #51087 )
2021-05-26 00:21:53 +02:00
Franck Nijhof
997a847b5c
Add support for Sensor state class to ESPHome ( #51090 )
...
* Add support for Sensor state class to ESPHome
* Bump aioesphome to 2.8.0
2021-05-26 00:21:18 +02:00
J. Nick Koston
deb9135707
Handle clamped fan maxValue in homekit_controller ( #51088 )
2021-05-25 16:06:17 -05:00
Daniel Hjelseth Høyer
3a6a1a4d6b
Tibber, state class ( #50951 )
2021-05-25 13:53:16 -07:00
Anaïs Betts
d82f6abbe4
Consider Continuous Mode on Nuki Opener to be "unlocked" ( #49557 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-25 21:05:56 +02:00
Matthias Alphart
8b21a652ba
Create KNX sensor entity directly from config ( #49642 )
...
* create sensor entities directly from config
* move staticmethod to module level
* remove factory call
2021-05-25 20:16:54 +02:00
Nathan Spencer
9ec0b0a8da
Fix for invalid value error when using UI editor for Litter-Robot's set_wait_time service ( #50269 )
2021-05-25 20:15:37 +02:00
Franck Nijhof
6a2d6e2046
Merge branch 'master' into dev
2021-05-25 20:10:10 +02:00
Raman Gupta
58e37435b3
Make more max lengths constants and add additional MaxLengthExceeded checks ( #50337 )
...
* Add more MaxLengthExceeded checks
* remove some validations to reduce performance impact
* check length of generated entity ID
* dont check entity ID twice and use single context id length constant
* fix test
* add missing test
2021-05-25 19:58:01 +02:00
Erik Montnemery
abd6f739e8
Pylint fix ( #51083 )
2021-05-25 10:53:18 -07:00
J. Nick Koston
023c094b01
Add v3 smartthings hub to discovery ( #51051 )
...
- I recently switched to a v3 hub, and it has a new OUI
2021-05-25 12:40:05 -05:00
jjlawren
fe75a1bb9d
Set Fahrenheit reporting precision to tenths for Homekit Controller climate entities ( #50415 )
2021-05-25 19:32:59 +02:00
Simone Chemelli
3d41a66673
Bump aioshelly to 0.6.4 ( #51081 )
2021-05-25 19:28:12 +02:00
J. Nick Koston
9f22509a4b
Recover fast when homekit_controller sees a zeroconf announcment for a device that is offline ( #51038 )
2021-05-25 11:47:45 -05:00
J. Nick Koston
98535c9e6c
Set homekit controller available state at startup ( #51013 )
2021-05-25 11:47:28 -05:00
jjlawren
1e86818f85
Add battery support for Sonos S1 speakers ( #50864 )
2021-05-25 18:39:31 +02:00
Matt Zimmerman
aa18ad2abf
Add service to snooze SmartTub reminders ( #51012 )
...
* Add service to snooze SmartTub reminders
* minimum is 10 days
* 0->10 in services.yaml as well
* Update homeassistant/components/smarttub/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/smarttub/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-05-25 18:37:00 +02:00
Aaron David Schneider
9bf6ea60db
Add Sonos alarm to sonos component ( #50719 )
...
* add sonos_alarm
* bug fix for _update_device
* fix pylint and black and co
* small bug fix in speaker.available_alarms
* cleanup and add _LOGGER.debug statements, fix pylint
* fix pylint
* _alarm_id to alarm_id
* fixed rare bug due to raceconditions
* Part 2 of raceconditionfix
* address review suggestions
* readd check for not yet subscribed
* - platforms_ready fix
- add alarmClock to pytest mock
* fixture for ListAlarms
* cleanup mock and match UUID for test
* add simple tests for sonos_alarm
* extend test for attributes
* typhint fix
* typo
* use get_alarms() directly
* refactor available_alarms
* fix attributes
* some cleanup
* change logic of fetch_alarms_for_speaker and rename to update_alarms_for_speaker
* update_alarms_for_speaker is now a method
* Update homeassistant/components/sonos/switch.py
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
* Update homeassistant/components/sonos/speaker.py
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
2021-05-25 11:32:25 -05:00
brucemiranda
1de4971d54
Add ebusd boiler StateNumber and Modulation Percentage sensors ( #49732 )
...
* Added Boiler StateNumber and ModulationPercentage
* Update const.py
* Clean whitespace
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-25 18:25:12 +02:00
Paul Bottein
fb61ef500c
Add TV channel trait to google assistant ( #49676 )
2021-05-25 09:12:42 -07:00
Erik Montnemery
7b5e63132c
Prevent parallel reload of automations ( #50008 )
2021-05-25 08:50:50 -07:00
Erik Montnemery
d2804433d3
Select onoff and brightness color modes last for light groups ( #51054 )
2021-05-25 08:49:24 -07:00
Raman Gupta
c0234df136
Remove device_registry fixture from zwave_js tests ( #51072 )
2021-05-25 08:48:21 -07:00
András Rutkai
727ca79b93
Updating IBM Watson SDK, replacing TTS API endpoint ( #50909 )
2021-05-25 17:38:09 +02:00
Raman Gupta
4875035ff8
Add zwave_js WS API commands for node ping and metadata ( #51049 )
2021-05-25 17:37:12 +02:00
starkillerOG
e9ff4b1342
Fix alexa not discovering devices when sound mode device present ( #49628 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-25 08:35:40 -07:00
Bram Kragten
f4dc72c0bd
Add statistics websocket endpoint ( #51044 )
...
Co-authored-by: Erik <erik@montnemery.com >
2021-05-25 08:14:43 -07:00
Bram Kragten
c98f961959
Add statistics websocket endpoint ( #51044 )
...
Co-authored-by: Erik <erik@montnemery.com >
2021-05-25 08:06:24 -07:00
Bram Kragten
5d79a8fb05
Add statistics websocket endpoint ( #51044 )
...
Co-authored-by: Erik <erik@montnemery.com >
2021-05-25 08:05:57 -07:00
Bram Kragten
26563e3ea4
Add statistics websocket endpoint ( #51044 )
...
Co-authored-by: Erik <erik@montnemery.com >
2021-05-25 08:03:37 -07:00
Martin Hjelmare
de74028958
Disable ee_brightbox integration ( #51069 )
2021-05-25 16:09:23 +02:00
Franck Nijhof
9a208e3761
Upgrade pre-commit to 2.13.0 ( #51068 )
2021-05-25 15:51:42 +02:00
Erik Montnemery
ae8652217c
Change utility_meter last_reset timestamps to UTC ( #51067 )
2021-05-25 15:46:54 +02:00
Jeroen Peters
67804ee5df
Bump yeelight to 0.6.3 ( #51065 )
2021-05-25 15:36:19 +02:00
Andrey Kupreychik
cbe4df1893
SSDP Discovery for NDMS2 routers ( #47312 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-05-25 15:36:03 +02:00
Daniel Hjelseth Høyer
7c9d8cfdec
Miflora, add STATE_CLASS_MEASUREMENT ( #50971 )
...
* Miflora, add STATE_CLASS_MEASUREMENT
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Miflora, add STATE_CLASS_MEASUREMENT
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-05-25 14:47:09 +02:00
tkdrob
028a07d86f
Wrap up selectors ( #50794 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-25 14:45:17 +02:00
Martin Hjelmare
9319fc6263
Update zwave_js stored add-on options ( #51063 )
...
* Update zwave_js entry data if add-on data changed
* Fix tests
* Add test
2021-05-25 08:37:34 -04:00
Andre Lengwenus
c868353459
Code cleanup in LCN ( #48074 )
2021-05-25 14:17:36 +02:00
Martin Hjelmare
bdb8cdf717
Fix zwave_js None color value ( #50926 )
2021-05-25 13:40:22 +02:00
Daniel Hjelseth Høyer
e9c787a5eb
Use entity class vars in Tibber ( #50977 )
...
* Use entity class vars in Tibber
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Franck Nijhof <git@frenck.dev >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Franck Nijhof <git@frenck.dev >
* Use entity class vars in Tibber
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Use entity class vars in Tibber
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-25 13:35:18 +02:00
Michael
be0a54edb1
Add strict type annotations to bluetooth_tracker ( #50999 )
2021-05-25 12:29:35 +01:00
Philip Allgaier
d8ff52e55b
Add support for custom themes to use dark mode ( #46532 )
2021-05-25 13:26:24 +02:00
Adrián Moreno
fe34f42aa5
Add new Meteoclimatic integration ( #36906 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-25 13:11:48 +02:00
Raman Gupta
3573249720
Bump zwave-js-server-python to 0.25.0 ( #51053 )
2021-05-25 13:10:42 +02:00
Simone Chemelli
ef33bbe9bc
Fix dispatcher for Fritz integration ( #51061 )
2021-05-25 12:43:50 +02:00
Franck Nijhof
c5383219f1
Remove stale debug statements from tests ( #51059 )
2021-05-25 11:52:20 +02:00
uvjustin
2eb87b8806
Combine StreamBuffer into SegmentBuffer in stream ( #51041 )
...
* Combine StreamBuffer into SegmentBuffer in stream
* Use new style type hint in comment
Remove unused member self._segment
* Change reset_av to static helper function
* Change make_new_av to only return OutputContainer
2021-05-24 22:57:07 -07:00
GitHub Action
0fb2504e0c
[ci skip] Translation update
2021-05-25 00:12:25 +00:00
Xuefer
2a47805b4a
Close onvif device cleanly ( #49659 )
...
* onvif: close device cleanly
Signed-off-by: Xuefer <xuefer@gmail.com >
* onvif: Too many nested blocks
Signed-off-by: Xuefer <xuefer@gmail.com >
* update tests to cover onvif config_flow
Signed-off-by: Xuefer <xuefer@gmail.com >
2021-05-24 15:27:40 -04:00
Xuefer
a7eedeeaba
onvif: more debug info ( #49658 )
...
Signed-off-by: Xuefer <xuefer@gmail.com >
2021-05-24 15:24:56 -04:00
Maciej Bieniek
12e2c59a4c
Improve typing in DuneHD integration ( #51025 )
...
* Improve typing
* One more typing fix
* Run hassfest
* Fix test
* Fix return from constructor
* Add missing Final
* Improve long string format
* Use bool for mute
* Remove unnecessary str type
* Fix host type
* Add missing Final
* Increase test coverage
* Suggested change
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
2021-05-24 20:09:57 +01:00
Franck Nijhof
394e044c66
Add state classes to Toon ( #50978 )
2021-05-24 11:15:41 -07:00
jan iversen
8721675218
Use BaseSwitch class in modbus switch/fan/light ( #51031 )
2021-05-24 20:13:25 +02:00
uvjustin
1ec4332e25
Use ConfigType instead of Config in async_setup type hint ( #51037 )
2021-05-24 10:23:16 -07:00
Raman Gupta
ebf6e3d985
Add zwave_js WS API commands to replace and remove failed nodes ( #51018 )
...
* Add zwave_js WS API commands to replace and remove failed nodes
* no need to manually add node to driver in test
2021-05-24 13:11:09 -04:00
Paulus Schoutsen
6a7968593d
Make camera source check faster ( #51035 )
2021-05-24 17:27:13 +01:00
Matt Zimmerman
e964c607a3
jinja2.contextfilter decorator renamed to pass_context ( #51007 )
...
* jinja2.contextfilter decorator renamed to pass_context
* bump jinja2 dependency
2021-05-24 17:38:37 +02:00
Simone Chemelli
987e8ed5ed
Add consider_home option to Fritz device_tracker ( #50741 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-24 09:54:57 -05:00
Nash Kaminski
2ae91bf0ea
Correct humidifier detection in venstar component and add tests ( #50439 )
...
As of version 0.14, the venstar_colortouch lib always initializes hum_setpoint to None. When a thermostat actually reports a humidifier state, this value is replaced with the integer value of the setpoint. This changeset corrects the humidifier detection as well as adds basic test cases for the Venstar component.
2021-05-24 16:41:37 +02:00
jan iversen
c74e65ac2d
Streamline modbus test_init ( #50990 )
...
* Streamline test_init.
* Review comments.
* Remove hub name.
2021-05-24 14:53:54 +02:00
jan iversen
1546dbbf25
Add restore temperature to modbus climate ( #50963 )
...
* Add restore temperature to climate.
* please mypy.
* Review 2.
2021-05-24 14:03:44 +02:00
J. Nick Koston
60e65a4bc2
Bump async-upnp-client to 0.18.0 ( #51017 )
...
- Adds support for a long running SSDP listener
2021-05-24 13:50:40 +02:00
jacekpaszkowski
85495c08b0
Add support for effects, transition/brightness parameters to template light, min_mireds and max_mireds templates ( #43850 )
...
* Add support for effects, transition/brightness parameters to template light, min_mireds and max_mireds templates
* code fixes
* min_mireds, max_mireds fixes
* test fixes
* more fixes
* format fix
* style fix
* _update_effect_list change
* style fix
* Fixes after review
* additional fixes
* duplicated lines removed
* fixes after CI run
* test fixes
* code and test fixes
* supports transition change, added test cases
2021-05-24 13:31:57 +02:00
hesselonline
c497c0eadd
Add wallbox integration ( #48082 )
...
* Wallbox component added
* resolved mergeconflicts from upstream
* fixed an incorrect removal in CODEOWNERS file
* fixes for pullrequest automatic test
* clean up code after PR tests
* fixed strings.json
* fix config_flow error > wallbox
* fixed some formatting issues
* fix pylint warnings
* fixed error in number.py > set value
* pylint warnings fixed
* some more pylint fixes
* isort fixes
* fix unused_import pylint
* remove tests
* remove test requirements
* config flow test
* test errors resolved
* test file formatting
* isort on test file
* sensor test
* isort on test
* isort test const
* remove not working sensor test
* remove test const
* add switch, number and lock test
* docstrings for test classes
* sort test_number, create test_sensor
* additional tests
* fix test error
* reduced PR to 1 component
* newline in const
* ignore test coverage -> dependency on external device (wallbox)
* do not ignore config_flow
* add test for validate_input
* remove obsolete import
* additional test config flow
* change test sensor
* docstring
* add additional test for exceptions
* fix test_config
* more tests
* fix test_config_flow
* fixed http error test
* catch connectionerror and introduce testing for this error
* remove .coveragefile
* change comment
* Update homeassistant/components/wallbox/__init__.py
review suggestion by janiversen
Co-authored-by: jan iversen <jancasacondor@gmail.com >
* Update homeassistant/components/wallbox/__init__.py
review suggestion by janiversen (format only)
Co-authored-by: jan iversen <jancasacondor@gmail.com >
* Processed review comments, include more testing for sensor component
* Isolated the async_add_executor_job to make the solution more async
* add a config flow test
* Revert "add a config flow test"
This reverts commit 9c1af82fff .
* Revert "Isolated the async_add_executor_job to make the solution more async"
This reverts commit 0bf034c331 .
* Make component more async and add config flow tests
* Changes based on review comments
* made _ methods in WallboxHub for the 'non-async' call to the API and try-catch. Stored the wallbox in the class.
* moved the coordinator to __init__ and pass it as part of the WallboxHub class
* removed obsolete function in __init__
* removed CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
* fixed spelling and imports on test files
* did isort on component files
Co-authored-by: jan iversen <jancasacondor@gmail.com >
2021-05-24 13:08:24 +02:00
jan iversen
be13a73db8
Allow manual scan and add delay in switch verify. ( #50974 )
2021-05-24 12:59:55 +02:00
Erik Montnemery
2583e4bdc9
Add support for RGBW color to blebox light ( #49562 )
2021-05-24 12:24:07 +02:00
Michael
51c8b1eb0b
Improve code quality of TCP platform ( #51000 )
...
* Improve code placements
* Fix entity inheritance
* fix tests
* Improve PLATFORM_SCHEMA handling
* Apply suggestions
2021-05-24 11:03:43 +01:00
Erik Montnemery
870c61a622
Add color_mode support to MQTT light with basic schema ( #50464 )
...
* Add color_mode support to MQTT light with basic schema
* Update abbreviations
* Silence pylint
* Improve test coverage
* Apply suggestions from code review
2021-05-24 11:37:02 +02:00
Erik Montnemery
b169a8dbda
Mark battery, humidity and pressure sensors as STATE_CLASS_MEASUREMENT ( #50924 )
...
* Mark battery, humidity and pressure sensors as STATE_CLASS_MEASUREMENT
* Fix deconz battery sensor
2021-05-24 11:36:42 +02:00
Erik Montnemery
ec4a47d1db
Fix sia pylint errors ( #51022 )
2021-05-24 11:36:04 +02:00
Matthias Alphart
331cb3b74d
Fix KNX light: turn on color light with only brightness ( #50979 )
...
* fix turn on color light with only brightness
* fix comment
* fix individual_color address assignment
* python 3.8 compatibility
2021-05-24 09:51:33 +02:00
Eduard van Valkenburg
0bba0f07ac
Add SIA Alarm systems ( #36625 )
...
* initial commit of SIA integration
* translations
* moved reactions to file, typed everything
* fixed no-else-return 3 times
* refactored config and fix coverage of test
* fix requirements_test
* elimated another platform
* forgot some mentions of sensor
* updated config flow steps, fixed restore and small edits
* fixed pylint
* updated config_flow with better schema, small fixes from review
* final comment and small legibility enhancements
* small fix for pylint
* fixed init
* fixes for botched rebase
* fixed port string
* updated common strings
* rebuild component with eventbus
* fixed pylint and tests
* updates based on review by @bdraco
* updates based on new version of package and reviews
* small updates with latest package
* added raise from
* deleted async_setup from test
* fixed tests
* removed unused code from addititional account step
* fixed typo in strings
* clarification and update to update_data func
* added iot_class to manifest
* fixed entity and unique id setup
* small fix in tests
* improved unique_id semantics and load/unload functions
* added typing in order to fix mypy
* further fixes for typing
* final fixes for mypy
* adding None return types
* fix hub DR identifier
* rebased, added DeviceInfo
* rewrite to clean up and make it easier to read
* replaced functions with format for id and name
* renamed tracker remover small fix in state.setter
* improved readibility of state.setter
* no more state.setter and small updates
* mypy fix
* fixed and improved config flow
* added fixtures to test and other cleaner test code
* removed timeband from config, will reintro in a options flow
* removed timeband from tests
* added options flow for zones and timestamps
* removed type ignore
* replaced mapping with collections.abc
2021-05-24 08:48:28 +02:00
Matt Zimmerman
d7da32cbb9
Add refresh when changing SmartTub filtration settings ( #51014 )
2021-05-23 20:27:54 -05:00
Matt Zimmerman
121349f866
Bump python-smarttub to 0.0.25 ( #51015 )
2021-05-23 20:27:25 -05:00
GitHub Action
e920afd4d8
[ci skip] Translation update
2021-05-24 00:12:23 +00:00
Maciej Bieniek
c91f89260e
Add state_class to entities coming from battery powered devices in Shelly integration ( #51009 )
...
* Fix sensor state_class
* Remove state class from total work time sensor
* Add state_class restore mechanism
* Remove commented code
* Remove unnecessary code
2021-05-23 23:10:22 +03:00
Niels Mündler
f0cd87e031
Reduce precision in returned values to meaningful digits ( #49382 )
2021-05-23 21:06:58 +02:00
J. Nick Koston
3cef96e78a
Update aiohomekit to subscribe more like iOS ( #50997 )
2021-05-23 13:39:22 -05:00
Andrew Hayworth
4d527c5cd2
Update pylutron-caseta to 0.10.0 ( #51005 )
...
This update adds support for:
- PD-15OUT outdoor switch
- RA2 Select fan controller
2021-05-23 12:51:51 -05:00
HighOnMikey
c1a1a38ffc
Improve legacy support for Hunter Douglas PowerView ( #50918 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-23 12:47:19 -05:00
Michael
dbefa8fac0
Add strict type annotations to alarm_control_panel ( #50945 )
...
* Add strict type annotations
* Apply suggestions
* Type code as optional string
2021-05-23 16:51:40 +01:00
jan iversen
f55213d8b1
Update modbus cover to 100% coverage ( #50996 )
2021-05-23 10:18:35 -05:00
J. Nick Koston
4b0b0f5db7
Allow user to override insecure setup codes and pair with homekit_controller ( #50986 )
...
* Allow user to override invalid setup codes and pair with homekit_controller
* adjust from manual testing
* invalid -> insecure
2021-05-23 10:15:38 -05:00
Matt Zimmerman
87438dd401
Add services to SmartTub for changing filtration settings ( #46980 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-05-23 09:00:24 -05:00
J. Nick Koston
e1b6385b4d
Add support for doorbell buttons to homekit_controller ( #50983 )
2021-05-23 08:56:16 -05:00
jjlawren
29205a9239
Sonos use common firmware version ( #50861 )
2021-05-23 08:43:49 -05:00
Ruslan Sayfutdinov
44bbd9396d
Fix typing in config flow helper ( #50994 )
2021-05-23 14:08:21 +02:00
Daniel Hjelseth Høyer
9b02fd86c5
Update mill library, fix consumption data ( #50992 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-05-23 13:11:48 +02:00
Eugenio Panadero
ecb24f01a3
Bump aiopvpc from 2.0.2 to 2.1.1 ( #50989 )
...
* Remove pytz dependency and handle timezones with zoneinfo, and adapt to use input timezone as a time zone object or a string identifier
* Fix prices being badly assigned in Canary Islands timezone
* Fix sensor attributes in month changes
2021-05-23 12:48:33 +02:00
Matthias Alphart
5ca5b9ac89
Improve KNX config validation ( #50980 )
...
* remove dict repacking
* check binary_sensor device_class
* check cover device_class
* check sensor_type
2021-05-23 10:42:17 +02:00
Malte Franken
3141535d69
Bump geojson_client to 0.6 ( #50985 )
...
* bump geojson_client library to version 0.6
* add myself as codeowner
2021-05-23 08:55:02 +02:00
J. Nick Koston
e4c77fd336
Bump aiohomekit to 0.2.62 ( #50981 )
...
- Discovery is now instant when a ServiceBrowser is running
Changelog: https://github.com/Jc2k/aiohomekit/compare/0.2.61...0.2.62
2021-05-22 22:22:56 -07:00
Joakim Sørensen
7ff14b47a8
Use whoami for location lookup ( #50934 )
2021-05-22 20:34:48 -07:00
Franck Nijhof
0cbcb9e0d6
Fix Hue overriding property methods, remove ignored typing ( #50976 )
2021-05-22 20:32:41 -07:00
Marcin Ciupak
caad125b44
Add support for Oracle DB in recorder ( #50090 )
2021-05-22 21:10:27 -05:00
GitHub Action
460092ec9a
[ci skip] Translation update
2021-05-23 00:13:25 +00:00
Shay Levy
c7ada1e8f6
Fix flaky Shelly config flow test ( #50982 )
2021-05-23 02:11:02 +03:00
J. Nick Koston
45897b59f2
Turn on samsungtv with wakeonlan ( #50964 )
...
If we have the mac address from discovery, we can use it to wake
the TV. Currently the TV goes unavailable when you turn it off
as the only way to turn it back on is wake on lan or via the remote.
Users who are not using host networking can use a script instead.
2021-05-22 15:33:37 -05:00
Franck Nijhof
f4289b3fca
Improve supported_color_modes typing in Light ( #50969 )
2021-05-22 18:48:58 +01:00
Franck Nijhof
4948bec8d5
Fix is_on attr not being used in binary sensor ( #50968 )
2021-05-22 19:45:05 +02:00
victorclaessen
a03ee1e528
Fix Volvo On Call lock state ( #50832 )
...
* Fix Volvo On Call: Locked shows as Unlocked #43260 and #49224
* Update binary_sensor.py
Black changed 'Door lock' to "Door lock" (double quotes)
* Update homeassistant/components/volvooncall/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update binary_sensor.py
Amend code to pass pylint test
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-22 19:33:02 +02:00
Lén
99e58f3c18
Fix coinbase response pagination ( #50890 )
...
* Fix issue #50500
* next is a python keyword
2021-05-22 19:31:49 +02:00
Matej Plavevski
b9086b5e39
Fix Documentation leading to a 404 Page ( #50962 )
2021-05-22 19:31:00 +02:00
Franck Nijhof
3c8707f912
Fix tcp typing, fixing CI ( #50965 )
2021-05-22 19:16:11 +02:00
Franck Nijhof
e64b5afa58
Typing improvements for Sentry ( #50787 )
...
* Typing improvements for Sentry
* Fix event tags access
* Fix tests
2021-05-22 19:09:19 +02:00
Franck Nijhof
cad4ec867b
Define light entity attributes as class variables ( #50941 )
2021-05-22 09:21:31 -07:00
Franck Nijhof
d3bc2bc47f
Define binary_sensor entity attribute as class variables ( #50940 )
2021-05-22 09:20:34 -07:00
Franck Nijhof
f7bc456bd2
Define sensor entity attributes as class variables ( #50942 )
2021-05-22 18:17:35 +02:00
Franck Nijhof
38d095aa18
Define entity attributes as entity class variables ( #50925 )
...
* Define entity attributes as entity class variables
* Example coronavirus integration
* Example verisure
* Cleanup/typing fixes
* Fix Coronavirus
* Revert "Fix Coronavirus"
This reverts commit 060843860f .
* Revert "Cleanup/typing fixes"
This reverts commit 659b79e75a .
* Define entity attributes as entity class variables (attr alternative)
* Example coronavirus
* Example nut
* Example verisure
* Mark private
* Cleanup after all reverting/cherrypicking/merging
* Implement all entity properties
* Update coronavirus example
* Update nut example
* Update verisure example
* Lets not talk about this one...
* Fix multiple class attribute
2021-05-22 09:13:50 -07:00
Simone Chemelli
b9a0fb93eb
Add samsungtv dhcp and zeroconf discovery ( #48022 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-22 10:41:18 -05:00
PeteBa
aa9b99713c
Add purge_entities service call to recorder ( #48069 )
2021-05-22 10:30:05 -05:00
carstenschroeder
9f04c7ea23
Add Openweathermap cloud coverage forecast ( #50961 )
2021-05-22 16:54:47 +02:00
Michael
4a64f7a696
Add strict type annotations to tcp ( #50877 )
...
* add strict type annotations
* apply suggestions
* rename to TCP_PLATFORM_SCHEMA
* Replace DiscoveryInfoType
2021-05-22 15:45:18 +01:00
Franck Nijhof
560dd0a0cc
Typing improvements for TPLink ( #50947 )
...
* Typing improvements for TPLink
* Update homeassistant/components/tplink/common.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-22 13:47:26 +01:00
Maciej Bieniek
afb372a680
Add Final type for constants in sensor component ( #50955 )
2021-05-22 13:00:53 +01:00
jan iversen
59ae78e5f0
Add restore_state to modbus binary_sensor ( #50922 )
...
* Add restore_state to binary_sensor.
* Update return value in State.
2021-05-22 13:38:05 +02:00
Ruslan Sayfutdinov
016abda12e
Pylint plugin to check that relative imports are used ( #50937 )
...
* Pylint plugin to check that relative imports are used
* Fix existing sites
* Update description message
* Fix typo
2021-05-22 09:15:30 +01:00
Ruslan Sayfutdinov
b704f0e729
Add strict typing to device_tracker ( #50930 )
...
* Add strict typing to device_tracker
* Update homeassistant/components/device_tracker/legacy.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-22 09:15:15 +01:00
Michael
2e316f6fd5
Add strict type annotations to canary ( #50943 )
...
* Add strict type annotations
* Add missing futur import
* Apply suggestions
* Apply suggestions
2021-05-22 09:14:59 +01:00
Erik Montnemery
15e2c6d7dc
Fix typing for dt_util as_timestamp ( #50886 )
...
* Fix typing for dt_util::as_timestamp
* Apply suggestions from code review
2021-05-22 09:34:49 +02:00
Raman Gupta
92d1871de5
Fix flaky vizio test and add comments to explain logic ( #50948 )
2021-05-22 08:57:30 +02:00
GitHub Action
78be237447
[ci skip] Translation update
2021-05-22 00:12:02 +00:00
Milan Meulemans
5491040693
Fix missing link in scaffold comment ( #50936 )
2021-05-21 21:21:26 +02:00
Bram Kragten
752a4b9d2c
Fix version bump script ( #50932 )
2021-05-21 19:31:04 +02:00
Ruslan Sayfutdinov
42ff687c32
Add missing type hints to websocket_api ( #50915 )
2021-05-21 09:39:18 -07:00
Erik Montnemery
dc65f279a7
Add support for state_class to MQTT sensor ( #50927 )
2021-05-21 17:37:26 +02:00
Shay Levy
6e087039f4
Add min/max/step to MQTT number ( #50869 )
2021-05-21 18:35:27 +03:00
Michael
8c5c8ed153
Add strict type annotations to fitbit ( #50740 )
...
* add strict type annotations
* cast json_load()
* apply suggestions
* move SCAN_INTERVAL back to platform file
* apply suggestion
* apply suggestion
* apply suggestions
* rename to PARENT_PLATFORM_SCHEMA
2021-05-21 13:33:54 +01:00
Martin Hjelmare
b4bb7c38ce
Fix zwave_js api typing ( #50923 )
2021-05-21 14:20:58 +02:00
Martin Hjelmare
07e2f53b37
Add zwave_js add-on info dataclass ( #50776 )
2021-05-21 13:47:37 +02:00
Erik Montnemery
0c40f37336
Set device_class and state_class for utility_meter ( #50921 )
...
* Set device_class and state_class for utility_meter
* Update test
* Tweak tests according to review comments
2021-05-21 13:23:20 +02:00
Ruslan Sayfutdinov
00208ff0d8
Use type safe import for device_tracker.PLATFORM_SCHEMA ( #50860 )
2021-05-21 13:08:40 +02:00
Erik Montnemery
73d7a754e8
Mark temperature sensors as STATE_CLASS_MEASUREMENT ( #50889 )
...
* Mark temperature sensors as STATE_CLASS_MEASUREMENT
* Fix broadlink tests
* Tweak Hue changes
2021-05-21 11:44:34 +02:00
Erik Montnemery
6f26687aa7
Compile statistics for battery, humidity and pressure sensors ( #50920 )
2021-05-21 10:48:11 +02:00
Vladimír Záhradník
c979101a02
Add Modbus fan integration ( #48558 )
...
* Add Modbus fan entity
* Update to PR.
* Pylint.
Co-authored-by: jan Iversen <jancasacondor@gmail.com >
2021-05-21 09:56:47 +02:00
Vladimír Záhradník
80d172140f
Add Modbus light integration ( #42120 )
...
* Add Modbus Light and add unit tests
* Update to original PR.
* Review comments.
* Review 2.
Co-authored-by: jan Iversen <jancasacondor@gmail.com >
2021-05-21 08:57:17 +02:00
J. Nick Koston
19aee19efd
Resolve race condition in powerview when discovered by zeroconf and dhcp ( #50908 )
...
Set the host in the context before checking to ensure
that the second discovery aborts. Seen when testing
on a very fast system only
2021-05-21 07:40:55 +02:00
J. Nick Koston
d9769900bb
Bump aiodiscover to 1.4.2 ( #50917 )
2021-05-21 07:27:52 +02:00
GitHub Action
25bf884156
[ci skip] Translation update
2021-05-21 00:12:09 +00:00
Matthias Alphart
3e1f51883e
Create KNX weather entity directly from config ( #49640 )
...
* create climate entities directly from config
* deprecate create_sensors
* move create staticmethod to module level
* add comment for deprecation date
2021-05-21 01:30:37 +02:00
J. Nick Koston
eddc1ab778
Handle threads exiting unexpected during shutdown ( #50907 )
...
If a thread exits right when we are trying to force an exception
to shut it down, setting the exception will fail with SystemError.
At this point in the shutdown process we want to move on as this
will cause the shutdown to abort
2021-05-21 01:06:37 +02:00
Tobias Sauerwein
0623648309
Clean up Netatmo integration ( #50904 )
2021-05-20 19:28:21 +02:00
Ville Skyttä
19d25cd901
Change config entry state to an enum ( #49654 )
...
* Change config entry state to an enum
* Allow but deprecate EntryState str equality comparison
* Test fixes
* Rename to ConfigEntryState
* Remove str comparability backcompat
* Update new occurrences of strs cropped up during review
2021-05-20 19:19:20 +02:00
Ruslan Sayfutdinov
0e7409e617
Pylint plugin to check __init__ return type ( #50868 )
...
* Pylint plugin to check __init__ return type
* Support *args add **kwargs, type hints
* Use 'in' instead of 'any()'
* Fix last few places
2021-05-20 18:00:10 +01:00
Daniel Hjelseth Høyer
fd2e640c74
Use sensor constants in recorder ( #50906 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-05-20 18:23:00 +02:00
Ruslan Sayfutdinov
391b2f8ccd
Add missing return type in Core constructors ( #50884 )
2021-05-20 18:53:29 +03:00
Shay Levy
cf228e3fe5
Add constructor return type in integrations A-D ( #50903 )
2021-05-20 18:51:39 +03:00
Michael
b1138b1aab
Add constructor return type in integrations E-K ( #50902 )
2021-05-20 18:47:30 +03:00
epenet
d7c0da90c5
Add support for DS2405 ( #50148 )
2021-05-20 17:02:25 +02:00
Michael
9eecd90afc
Add constructor return type in integrations T-Z ( #50899 )
2021-05-20 17:00:19 +02:00
jan iversen
c650deef98
Add base class for all modbus platforms ( #50878 )
...
* Add base for all platforms.
* Please pylint.
2021-05-20 16:56:11 +02:00
Maciej Bieniek
f212049fc2
Add constructor return type in integrations O-S ( #50896 )
2021-05-20 15:58:17 +02:00
Fredrik Tuomas
a65d3868cb
Add support for EDS0066 ( #50035 )
...
* Add support for EDS0066
* Added a test
* Corrected entity_ids
* Added missing part of sensor entity id
* Add type hint
* Update tests/components/onewire/const.py
Co-authored-by: jan iversen <jancasacondor@gmail.com >
* Update tests/components/onewire/const.py
Co-authored-by: jan iversen <jancasacondor@gmail.com >
* Revert "Update tests/components/onewire/const.py"
This reverts commit 4a01b89868 .
* Revert "Update tests/components/onewire/const.py"
This reverts commit 151eb9c0d3 .
Co-authored-by: jan iversen <jancasacondor@gmail.com >
2021-05-20 15:39:34 +02:00
Klaas Schoute
61ef58aa16
bump garage_amsterdam lib to v2.0.5 ( #50891 )
2021-05-20 15:14:34 +02:00
Tobias Sauerwein
ceec871340
Make Netatmo use async pyatmo ( #49717 )
...
* Split initialization from data retrival
* Await class initialization
* Async camera
* More async
* Remove stale code
* Clean up
* Update tests
* Fix test
* Improve error handling
* Bump pyatmo version to 5.0.0
* Add tests
* Add cloudhook test
* Increase coverage
* Add test with no camera devices
* Add test for ApiError
* Add test for timeout
* Clean up
* Catch pyatmo ApiError
* Fix PublicData
* Fix media source bug
* Increase coverage for light
* Test webhook with delayed start
* Increase coverage
* Clean up leftover data classes
* Make nonprivate
* Review comments
* Clean up stale code
* Increase cov
* Clean up code
* Code clean up
* Revert delay
* Update homeassistant/components/netatmo/climate.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/netatmo/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Address comment
* Raise cov
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-20 14:59:19 +02:00
Maciej Bieniek
e06a2a53c4
Add constructor return type in integrations L-N ( #50888 )
...
* Add constructor return type in integrations L-N
* Small fix
2021-05-20 13:06:44 +01:00
Artem Draft
f3db819548
Add play_media channel support to LG Netcast ( #49527 )
2021-05-20 14:03:27 +02:00
Erik Montnemery
e16a8063a5
Compile statistics for energy sensors ( #50829 )
...
* Compile statistics for energy sensors
* Update tests
* Rename abs_value to state
* Tweak
* Recreate statistics table
* Pylint
* Try to fix test
* Fix statistics for multiple energy sensors
* Fix energy statistics when last_reset is not set
2021-05-20 13:05:15 +02:00
Maciej Bieniek
aaae4cfc8f
Use constants with TypedDict in Nettigo Air Monitor integration ( #50883 )
...
* Use constants with TypedDict
* Sensor names as consts
2021-05-20 11:38:46 +01:00
Matthias Alphart
be6a1bf096
Create KNX climate entity directly from config ( #49638 )
...
* create climate entities directly from config
* deprecate create_temperature_sensors
* move create staticmethod to module level
* use get() fro optional CONF_SETPOINT_SHIFT_MODE
* Fix deprecated version comment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-20 12:23:41 +02:00
Maciej Bieniek
953e6ebe62
Use constants with TypedDict ( #50880 )
2021-05-20 10:36:23 +01:00
Maciej Bieniek
3bdefc5da7
Use constants with TypedDict ( #50879 )
2021-05-20 10:34:32 +01:00
Maciej Bieniek
ccd8e1332c
Address late review comments for AccuWeather integration ( #50866 )
...
* Remove unnecessary converting datetime to str
* Address late comments
2021-05-20 09:29:10 +02:00
Erik Montnemery
d4d335fb9c
Fix MQTT debug info for removed triggers ( #50859 )
2021-05-20 10:27:38 +03:00
Martin
623baa7964
Fix zamg station check ( #49367 )
2021-05-20 09:25:31 +02:00
Paulus Schoutsen
2976bbbbdd
Store Hue bridge in hass.data before setting up platforms ( #50703 )
...
* Store bridge in hass.data before setting up platforms
* Self
2021-05-20 09:08:23 +02:00
Felipe Martins Diel
7350942e9e
Implement heartbeat in the Broadlink integration ( #43878 )
...
* Implement heartbeat in the Broadlink integration
* Rename INTERVAL to HEARTBEAT_INTERVAL
* Test that we log an error message when the heartbeat fails
2021-05-20 08:10:13 +02:00
GitHub Action
a021fe301c
[ci skip] Translation update
2021-05-20 00:11:53 +00:00
shbatm
a49d5c4266
Add ISY994 System Health Info ( #50840 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-19 19:10:09 -05:00
shbatm
cdf18bd4b1
Add Z-Wave Parameter and Node Rename Services to ISY994 ( #50844 )
2021-05-19 19:08:35 -05:00
Franck Nijhof
f44efb1eea
Upgrade watchdog to 2.1.2 ( #50863 )
2021-05-20 00:12:27 +02:00
Franck Nijhof
ab9aa4466e
Fix SolarEdge active check on entry setup ( #50873 )
2021-05-19 23:15:00 +02:00
Charles Garwood
9f754f1643
bump envoy_reader to 0.19.0 ( #50827 )
2021-05-19 22:30:31 +02:00
Erik Montnemery
5ee362bc34
Store sensor last_reset attribute as a string, not a datetime ( #50851 )
...
* Store last_reset attribute as a string, not a datetime
* Update tests
2021-05-19 12:28:00 -07:00
Maciej Bieniek
7573adda7f
Add Final type for all core constants ( #50858 )
...
* Add Final type for all constants
* Add Final for one missing const
* Suggested change
2021-05-19 19:31:38 +03:00
Franck Nijhof
ae561542c3
Merge pull request #50862 from home-assistant/rc
2021-05-19 17:30:25 +02:00
Franck Nijhof
163d2788b6
Bumped version to 2021.5.5
2021-05-19 16:54:05 +02:00
Tobias Sauerwein
f141ed6977
Bump pyatmo to 4.2.3 ( #50801 )
...
* Bump pyatmo to 4.2.3
* Fix typo and update test fixture
2021-05-19 16:53:27 +02:00
jjlawren
7603bf8145
Bump pysonos to 0.0.47 ( #50792 )
2021-05-19 16:53:03 +02:00
Erik Montnemery
9a8317db1d
Bump hatasmota to 0.2.13 ( #50662 )
...
* Bump hatasmota to 0.2.13
* Process review comment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Tweak brightness compensation, improve tests
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-19 16:50:55 +02:00
jjlawren
b86cb7a072
Backport Sonos handle subscription failures ( #50796 )
2021-05-19 16:47:43 +02:00
jan iversen
892a2a0372
Push modbus switch to 100% test coverage ( #50324 )
...
push modbus switch to 100% test coverage.
2021-05-19 15:05:29 +02:00
Michael Klamminger
7c7432a582
Add entity_id to mqtt sensor templates ( #50773 )
...
* Add entity_id to mqtt sensor
* update test comment
2021-05-19 14:38:18 +02:00
Shay Levy
109b08bb57
Remove MQTT cover deprecated options ( #50263 )
...
* Remove MQTT cover deprecated options
* Fix pylint
2021-05-19 14:34:20 +02:00
Maciej Bieniek
f192702648
Add Nettigo Air Monitor uptime sensor ( #50834 )
2021-05-19 13:20:11 +02:00
Shay Levy
c4ced2b351
Bump aioshelly to 0.6.3 ( #50857 )
2021-05-19 13:53:26 +03:00
Franck Nijhof
bcd022ff34
Upgrade freesms to 0.2.0 ( #50853 )
2021-05-19 12:48:00 +02:00
dependabot[bot]
d9a5e2cb68
Bump actions/stale from 3.0.18 to 3.0.19 ( #50810 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 3.0.18 to 3.0.19.
- [Release notes](https://github.com/actions/stale/releases )
- [Commits](https://github.com/actions/stale/compare/v3.0.18...v3.0.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 12:38:29 +02:00
RogerSelwyn
456c600617
Correct positioning of except statement in speedtestdotnet ( #50852 )
2021-05-19 11:43:41 +02:00
David Bonnes
28e9b9e01d
Add evohome water_heater service calls, bump client to 0.3.15 ( #50803 )
2021-05-19 11:41:20 +02:00
jan iversen
b7fc537cd5
Remove non pymodbus_call from modbus.py. ( #50813 )
2021-05-19 11:39:53 +02:00
dependabot[bot]
f14f7134b3
Bump home-assistant/wheels from 2021.05.3 to 2021.05.4 ( #50809 )
...
Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels ) from 2021.05.3 to 2021.05.4.
- [Release notes](https://github.com/home-assistant/wheels/releases )
- [Commits](https://github.com/home-assistant/wheels/compare/2021.05.3...2021.05.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 12:12:20 +03:00
Maciej Bieniek
bce5f8ee05
Improve AccuWeather type annotations ( #50616 )
...
* Improve type annotations
* Remove unused argument
* Simplify state logic
* Fix uvindex state
* Fix type for logger
* Increase tests coverage
* Fix pylint arguments-differ error
* Suggested change
* Suggested change
* Remove unnecessary variable
* Remove unnecessary conditions
* Use int instead of list for forecast days
* Add enabled to sensor types dicts
* Fix request_remaining conversion and tests
* Run hassfest
* Suggested change
* Suggested change
* Do not use StateType
2021-05-19 09:37:16 +01:00
Ruslan Sayfutdinov
62386c8676
Enable type checks for device_tracker ( #50805 )
...
* Enable type checks for device_tracker
* Fix MQTT test
2021-05-19 09:36:26 +01:00
jan iversen
4c7fcae536
Small bug fixes in modbus due to async ( #50812 )
...
* Small bug fixes due to async.
* _available is true in turn_on/turn_off
* Remove double update.
* Set _available.
2021-05-19 10:13:48 +02:00
Franck Nijhof
ebe1059c34
Move SolarEdge API init and add unload ( #50823 )
...
* SolarEdge: Move API init, add unload
* Slim down try-except block
2021-05-19 10:09:47 +02:00
Tobias Sauerwein
3ed416ed4c
Bump pyatmo to 4.2.3 ( #50801 )
...
* Bump pyatmo to 4.2.3
* Fix typo and update test fixture
2021-05-19 08:47:06 +02:00
Ville Skyttä
a2363f0243
Upgrade huawei-lte-api to 1.4.18 ( #50828 )
...
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.18
Closes https://github.com/home-assistant/core/issues/50777
2021-05-19 08:24:04 +02:00
J. Nick Koston
f1d02bb137
Expand homekit zeroconf matching to use fnmatch ( #50381 )
2021-05-19 00:20:56 -05:00
J. Nick Koston
e37256570c
Add missing return type in zeroconf ( #50847 )
2021-05-18 22:49:10 -05:00
Maciej Bieniek
a58eae1bf1
Bump brother library version ( #50833 )
2021-05-18 22:32:11 -05:00
jjlawren
ab86c7a135
Clean up Sonos resubscription failure logic and logging ( #50831 )
2021-05-18 22:15:16 -05:00
jjlawren
3d5b354def
Bump pysonos to 0.0.49 ( #50841 )
2021-05-18 20:31:38 -05:00
RogerSelwyn
26a99df0ea
Capture error when speedtest module fails to identify best server ( #50821 )
...
* Capture error when speediest module fails to identify best server
* Fix pylint error
* Fix formatting with black.
Co-authored-by: Rohan Kapoor <rohan@rohankapoor.com >
2021-05-18 17:33:37 -07:00
GitHub Action
0a49de75d9
[ci skip] Translation update
2021-05-19 00:11:31 +00:00
Paulus Schoutsen
c890966ce4
Updated frontend to 20210518.0 ( #50842 )
2021-05-18 15:54:14 -07:00
Michael
2cd2e46d73
Disable AVM FRITZ!Box Tools device_tracker entities by default ( #50791 )
2021-05-18 22:16:49 +02:00
shbatm
775af9d2c5
Update PyISY to v3.0.0 and ISY994 to use Async IO ( #50806 )
2021-05-18 14:15:47 -05:00
Aaron David Schneider
1d174a1f6f
Bump pysonos to 0.0.48 ( #50798 )
2021-05-18 08:40:51 +02:00
Jan Bouwhuis
9abf43f95f
Mqtt fan feature for resetting current speed percentage or preset_mode ( #50565 )
...
* Mqtt fan resetting speed percentage or preset_mode
* tests reset payload is working with val templates
* Remove duplicate line for CONF_PAYLOAD_HIGH_SPEED
2021-05-18 08:24:42 +02:00
J. Nick Koston
5da0191fe3
Bump zeroconf to 0.31.0 ( #50807 )
2021-05-17 20:52:08 -07:00
J. Nick Koston
3cc3cacd08
Start ServiceBrowser as soon as possible in zeroconf ( #50784 )
...
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
2021-05-17 20:51:05 -07:00
Shay Levy
7a60d0eae4
Enable back free-mobile ( #50802 )
2021-05-17 20:41:56 -07:00
Dermot Duffy
2e1037005c
Allow camera stream to fail safely ( #50728 )
2021-05-17 20:34:25 -07:00
GitHub Action
1f80defe3a
[ci skip] Translation update
2021-05-18 00:12:13 +00:00
Erik Montnemery
1ea0d8ae02
Correct trace of condition actions ( #50800 )
2021-05-17 16:54:17 -07:00
Paulus Schoutsen
781524ee36
Updated frontend to 20210517.0 ( #50804 )
2021-05-17 16:54:06 -07:00
J. Nick Koston
a43561e3e6
Ensure startup can proceed if async_get_integration raises ( #50799 )
...
* Ensure startup can proceed if async_get_integration raises
There were cases where the event would never get set and
startup would deadlock because the second attempt to load
the integration would block forever
* pylint
* reorder
2021-05-17 17:32:05 -05:00
jjlawren
8129db1cfe
Handle Sonos subscription renewal failures ( #50793 )
2021-05-17 17:26:48 -05:00
Erik Montnemery
9e681cd214
Refactor MQTT basic light pt5: Add RGB color helpers ( #50780 )
...
* Refactor MQTT basic light pt5: Add RGB color helpers
* Revert change of rounding instead of truncating RGB
2021-05-17 23:50:12 +02:00
J. Nick Koston
e7f7e61e88
Ensure a wal checkpoint is scheduled nightly ( #50746 )
2021-05-17 16:27:51 -05:00
jjlawren
b1ff9dc45e
Bump pysonos to 0.0.47 ( #50792 )
2021-05-17 16:06:13 -05:00
G Johansson
6f7ae3727b
Bump yalesmartalarmclient to 0.3.3 ( #50613 )
2021-05-17 22:39:56 +02:00
jan iversen
ba827db8ec
Update remaining modbus platforms to use pymodbus_call ( #50768 )
2021-05-17 22:12:18 +02:00
Paulus Schoutsen
f762d3c748
Fire time changed event in Hue tests ( #50783 )
2021-05-17 22:03:47 +02:00
Ruslan Sayfutdinov
5ad71b5e45
Define sync hass.create_task function ( #50788 )
2021-05-17 14:54:06 -05:00
Paulus Schoutsen
1e10772497
Add support for local push channels to mobile_app ( #50750 )
2021-05-17 11:06:42 -07:00
J. Nick Koston
72288710ca
Increase the sqlite cache size from ~2MiB to 8MiB ( #50747 )
2021-05-17 19:42:12 +02:00
Michael Klamminger
3554316f3f
Update MQTT cover template handling ( #50236 )
...
* flake 8
* Implement feedback from PR
* update warning message
* added and updated tests
* remove _has_tilt_topic variable
* flake 8
* Implement feedback from PR
* update warning message
* added and updated tests
* remove _has_tilt_topic variable
* renamed _tilt_message_received to _tilt_payload_received
* merged with latesed upstream/dev
* converted if to try except for type check
* Implemented the suggestions of @emontnemery
* Tweak tests
* logger info to debug
Co-authored-by: Shay Levy <levyshay1@gmail.com >
* cast tilt payload as int; combine exceptions to one line
* Add test for JSONDecodeError
* Update homeassistant/components/mqtt/cover.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Shay Levy <levyshay1@gmail.com >
2021-05-17 19:31:11 +02:00
Ruslan Sayfutdinov
72dfa8606e
Enable strict typing for air_quality component ( #50722 )
2021-05-17 08:20:05 -07:00
Paulus Schoutsen
56774a9f63
Hue: unique ID for groups + remote events ( #50748 )
2021-05-17 08:07:25 -07:00
Joakim Sørensen
c8486879ae
Update devcontainer to Python 3.9 ( #50778 )
2021-05-17 07:54:14 -07:00
dependabot[bot]
8dc8e885c8
Bump home-assistant/builder from 2021.04.2 to 2021.05.0 ( #50754 )
...
Bumps [home-assistant/builder](https://github.com/home-assistant/builder ) from 2021.04.2 to 2021.05.0.
- [Release notes](https://github.com/home-assistant/builder/releases )
- [Commits](https://github.com/home-assistant/builder/compare/2021.04.2...2021.05.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 16:43:18 +02:00
Erik Montnemery
848ab5c2bc
Deduplicate code in MQTT basic light pt4: Add set_optimistic helper ( #50774 )
2021-05-17 16:28:30 +02:00
Joakim Sørensen
2f10f59717
Block custom integrations with missing or invalid version ( #49916 )
2021-05-17 15:48:41 +02:00
Matthias Alphart
ac6d99d434
Create KNX binary_sensor entities directly from config ( #50708 )
2021-05-17 15:33:09 +02:00
Franck Nijhof
9afa7df3c1
Upgrade apprise to 0.9.3 ( #50769 )
2021-05-17 15:06:36 +02:00
Erik Montnemery
8c6f4a8c71
Refactor MQTT basic light pt3: Add publish helper ( #50767 )
2021-05-17 14:54:19 +02:00
Erik Montnemery
b36021b4fd
Deduplicate code in MQTT basic light pt2: Add restore_state helper ( #50766 )
...
* Refactor MQTT basic light pt2: Add restore_state helper
* Update homeassistant/components/mqtt/light/schema_basic.py
Co-authored-by: Shay Levy <levyshay1@gmail.com >
Co-authored-by: Shay Levy <levyshay1@gmail.com >
2021-05-17 14:53:48 +02:00
Martin Hjelmare
add594a44b
Clean up smhi redundant code ( #50765 )
2021-05-17 14:34:58 +02:00
jan iversen
6b34ba012c
Fix missing await in modbus platforms (followup on async PR) ( #50710 )
2021-05-17 14:20:51 +02:00
Maciej Bieniek
97559087b5
Allow some failures before setting Xiaomi Miio MIOT air purifiers unavailable ( #50755 )
2021-05-17 14:13:01 +02:00
nikito7
0fac3ccebc
Change Modbus error message to bytes ( #50725 )
2021-05-17 14:12:17 +02:00
Michael
df6862a519
Add strict type annotations to amazon_polly ( #50697 )
...
* add strict type annotations
* apply suggestions
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-05-17 14:09:52 +02:00
Simone Chemelli
9e86602950
Fix strings for UPNP ( #50762 )
2021-05-17 14:07:01 +02:00
Franck Nijhof
eccefd154a
Extend targets for entity component services ( #50760 )
2021-05-17 14:06:50 +02:00
Erik Montnemery
ee4e14e45e
Hoist ATTR_LAST_RESET from utility_meter to SensorEntity ( #50757 )
2021-05-17 13:51:09 +02:00
Austin Mroczek
a9c73ac264
Fix armed_night logic in totalconnect alarm and add tests ( #50694 )
...
* Fix armed_night, add tests for alarm
* end assertions with expected values
2021-05-17 13:18:50 +02:00
Erik Montnemery
3ab14d452c
Refactor MQTT basic light pt1: Add add_topic helper ( #50759 )
2021-05-17 12:50:54 +02:00
Franck Nijhof
74c20cdaa1
Upgrade geopy to 2.1.0 ( #50714 )
2021-05-17 12:26:44 +02:00
CantankerousBullMoose
9316f566c9
Rescan static wemo ( #49934 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-17 12:18:14 +02:00
Matthias Alphart
1c7242a37a
Create KNX cover entities directly from config ( #50707 )
2021-05-17 12:17:19 +02:00
Franck Nijhof
9ee3b77135
Remove discovery from iCloud ( #50751 )
2021-05-17 12:14:54 +02:00
Franck Nijhof
ecac574eb0
Upgrade pyupgrade to v2.16.0 ( #50756 )
2021-05-17 11:27:09 +02:00
jan iversen
ff856a9bba
Simplify calls to pymodbus ( #50717 )
...
* simplify pymodbus_call.
Do not call with a function object and a check attribute, call instead
with CALL_TYPE*.
Avoid if <type> call x else call y.
Call async_pymodbus_call directly, instead of unpacking/packing.
* Declare call type in __init__.
* Modbus.py back to 100% test coverage.
2021-05-17 11:20:12 +02:00
Matthias Alphart
7b18860dcd
Update xknx to version 0.18.2 ( #50491 )
...
* xknx 0.18.2
* individual colors without switch
* make `setpoint_shift_mode` optional
* Update homeassistant/components/knx/schema.py
2021-05-17 11:18:13 +02:00
Michael
f9c7474a78
Add strict type annotations to ampio ( #50699 )
2021-05-17 11:14:47 +02:00
mountainsandcode
2d29959a52
Add control of hardware buttons to Sonos ( #49977 )
2021-05-17 11:12:01 +02:00
Álvaro Fernández Rojas
4357d2dc84
Update AEMET library to latest version ( #50222 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-05-17 11:07:53 +02:00
Franck Nijhof
059e7c925d
Remove side effects from Watson TTS init ( #50716 )
2021-05-17 10:46:58 +02:00
Franck Nijhof
a414cad3b2
Upgrade aiodns to 3.0.0 ( #50712 )
2021-05-17 10:46:37 +02:00
David Nielsen
636528dd2e
Update bravia-tv to 1.0.11 ( #50726 )
2021-05-17 09:37:13 +02:00
Paulus Schoutsen
5ea2dd8ce3
Alexa: Set Equalizer property to retrievable ( #50730 )
2021-05-17 09:26:37 +02:00
Kevin Eifinger
663c0374ab
Add full typing to kraken ( #50718 )
...
* Add full typing to kraken
* Let device_info return DeviceInfo
* Replace unsub_listeners with entry.async_on_unload
* Raise TypeError on end of _try_get_state
* Assert Coordinator is not none
* Add class SensorType
* Add strict typing to kraken
* Add changes from code review
* Revert typed dict creation
2021-05-17 10:12:04 +03:00
Michael
120bf8aed7
fix annotation in actiontec ( #50727 )
2021-05-17 09:28:22 +03:00
Paulus Schoutsen
1b74359ddb
Disable free-mobile because requirement breaks setuptools ( #50749 )
2021-05-17 08:12:23 +02:00
GitHub Action
877cb43c06
[ci skip] Translation update
2021-05-17 05:17:18 +00:00
starkillerOG
db7331847f
AlexaEqualizerController fix wrong class beeing used ( #50724 )
2021-05-16 20:49:48 -07:00
Michael
22d8f9519e
Fix configflow strings for step user in fritz ( #50742 )
2021-05-16 20:49:31 -07:00
Ruslan Sayfutdinov
6b38adaa3d
Downgrade setuptools to fix CI ( #50734 )
2021-05-16 20:36:23 -07:00
Matthias Alphart
05c6f3ca1d
Create KNX light entities directly from config ( #50700 )
...
* create light entities directly from config
* review changes
2021-05-16 22:45:28 +02:00
Erik Montnemery
89dd3292ba
Initial draft of statistics ( #49852 )
2021-05-16 10:23:37 -07:00
Ruslan Sayfutdinov
703456abea
Better errors handling in mypy hassfest plugin ( #50689 )
2021-05-16 07:04:09 -07:00
Matthias Alphart
3200b0150a
Create KNX notify entities directly from config ( #50709 )
2021-05-16 12:07:44 +02:00
Mickaël Le Baillif
c2e2b046d9
Add new voices for Watson TTS ( #48722 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-16 11:12:05 +02:00
jjlawren
b84cf915f3
Centralize storage and updating of Sonos favorites ( #50581 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-16 11:11:35 +02:00
jan iversen
224cc779c4
Correct Modbus platform cover restore state ( #50421 )
...
* Correct cover restore state.
* Change mock usage.
* Add states to convert.
2021-05-16 08:40:19 +02:00
Matthias Alphart
1e11bfae05
Create KNX fan entities directly from config ( #50702 )
2021-05-16 08:34:14 +02:00
Dror Eiger
0556c35e24
Set zwave_js cover device_class for shutters and blinds ( #50643 )
...
* Set device_class for shutters and blinds
* Add missing. imports
* Add tests for device class setting
* Clean up
* Avoid storing the node in an unused variable
* Fix entity name
* Extend qubino shutter discovery
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-16 08:26:16 +02:00
Matthias Alphart
222336a1db
Create KNX scene entities directly from config ( #50686 )
2021-05-16 08:14:28 +02:00
Andre Lengwenus
a92acdb528
Fix selectors and defaults in LCN service.yaml ( #50705 )
2021-05-16 08:06:28 +02:00
Zac West
b8713774c8
Make confirmable notification blueprint use unique actions ( #50706 )
2021-05-15 22:50:24 -07:00
Michael
edccb7eb58
Add strict type annotations to actiontect ( #50672 )
...
* add strict type annotations
* fix pylint, add coverage omit
* apply suggestions
* fix rebase conflict
* import PLATFORM_SCHEMA as BASE_PLATFORM_SCHEMA
* correct get_device_name() return annotation
2021-05-16 00:59:57 +03:00
Kevin Eifinger
256a2de7ce
Add kraken code review changes ( #50683 )
2021-05-15 22:55:50 +02:00
Michael
7f6b8bbd1e
Add strict type annotations to aladdin_connect ( #50693 )
...
* add strict type annotations
* add missing return type annotation
2021-05-15 23:53:42 +03:00
Michael
bc006c9ecc
Add strict type annotations to aftership ( #50692 )
...
* add strict type annotations
* import PLATFORM_SCHEMA as BASE_PLATFORM_SCHEMA
* bring needed return back
2021-05-15 23:53:10 +03:00
Franck Nijhof
e293d35ac9
Clean up WLED tests ( #50685 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-15 22:14:56 +02:00
Simone Chemelli
8bc75e91a0
Add color effect to Shelly's color devices ( #48052 )
...
* Add color effect
* Final commit based on updated firmware
* Update homeassistant/components/shelly/light.py
Co-authored-by: Shay Levy <levyshay1@gmail.com >
* Update homeassistant/components/shelly/light.py
Co-authored-by: Shay Levy <levyshay1@gmail.com >
* Update homeassistant/components/shelly/light.py
* Fix flake
Co-authored-by: Shay Levy <levyshay1@gmail.com >
2021-05-15 22:43:06 +03:00
jan iversen
ca558545a1
Use mock_restore_state in testing of modbus sensor ( #50455 )
2021-05-15 21:39:41 +02:00
Martin Hjelmare
5da64d01e2
Fix smhi typing ( #50690 )
2021-05-15 21:38:12 +02:00
Franck Nijhof
cad41cd4ed
Clean up unused method from SolarEdge tests ( #50684 )
2021-05-15 21:27:04 +02:00
jjlawren
1afb0a0841
Sonos improve radio metadata handling ( #50493 )
2021-05-15 21:19:16 +02:00
Klaas Schoute
e1dd479e15
Add Garages Amsterdam integration ( #43157 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-05-15 20:43:12 +02:00
Filipe Pina
0c37effc72
Add SSL support to TCP integration ( #48060 )
...
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com >
2021-05-15 20:29:11 +02:00
Martin Hjelmare
dab66a58ce
Clean smhi tests ( #50681 )
2021-05-15 20:22:32 +02:00
Michael
562e0d785d
Add strict type annotations to acer_projector ( #50657 )
2021-05-15 19:55:28 +02:00
jan iversen
ad7be91b6a
Fix modbus blocking threads ( #50619 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-15 19:54:17 +02:00
Franck Nijhof
990b7c371f
Upgrade PyTurboJPEG to 1.5.0 ( #50670 )
2021-05-15 19:41:48 +02:00
Franck Nijhof
aa6b26c9ff
Upgrade defusedxml to 0.7.1 ( #50671 )
2021-05-15 19:41:34 +02:00
Franck Nijhof
de77e0be8c
Upgrade pylint to 2.8.2 ( #50669 )
2021-05-15 19:41:17 +02:00
Erik Montnemery
97d7037d12
Bump hatasmota to 0.2.13 ( #50662 )
...
* Bump hatasmota to 0.2.13
* Process review comment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Tweak brightness compensation, improve tests
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-15 19:36:08 +02:00
Sascha Sander
f142f29255
Add PV3 / DC3 sensors to Kostal Plenticore ( #50614 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-15 18:54:12 +02:00
Franck Nijhof
c1be4cbd79
Upgrade numpy to 1.20.3 ( #50660 )
2021-05-15 12:28:03 -04:00
tkdrob
7b5fff357e
Add targets and selectors for services (X-Z) ( #50639 )
...
* Add targets and selectors for services (X-Z)
* Adjustments
2021-05-15 12:24:52 -04:00
Martin Hjelmare
d84962bada
Fix smhi retry ( #50673 )
2021-05-15 18:24:34 +02:00
J. Nick Koston
8e38f26978
Add support for asair brand to nexia ( #50504 )
2021-05-15 16:24:36 +02:00
Franck Nijhof
bdeeb54d2d
Deprecate PVPC YAML configuration ( #50656 )
2021-05-15 16:09:44 +02:00
Franck Nijhof
64a6a75330
Upgrade pyupgrade to v2.15.0 ( #50666 )
2021-05-15 16:04:08 +02:00
Franck Nijhof
71c21693ef
Upgrade flake8-comprehensions to 3.5.0 ( #50665 )
2021-05-15 16:02:10 +02:00
Franck Nijhof
5ce07e689a
Upgrade flake8 to 3.9.2 ( #50664 )
2021-05-15 15:55:45 +02:00
David De Sloovere
bdc1ab2b88
Flic bump lib to 2.0.3 ( #50483 )
2021-05-15 15:55:07 +02:00
Franck Nijhof
4025443b67
Upgrade black to 21.5b1 ( #50661 )
2021-05-15 15:39:45 +02:00
Pascal Vizeli
f84ceee7b7
Bump OpenCV 4.4.0.42 ( #50640 )
2021-05-15 15:00:03 +02:00
Franck Nijhof
7ae050c5ac
Upgrade watchdog to 2.1.1 ( #50659 )
2021-05-15 14:56:49 +02:00
Franck Nijhof
8a135ce0f6
Deprecate Meteo-France YAML configuration ( #50658 )
2021-05-15 14:56:28 +02:00
Franck Nijhof
c6860dc999
Deprecate JuiceNet YAML configuration ( #50655 )
2021-05-15 14:13:20 +02:00
Franck Nijhof
00e90736bd
Deprecate Islamic Prayer Times YAML configuration ( #50654 )
2021-05-15 14:12:40 +02:00
Franck Nijhof
b2c0bebbf0
Deprecate VeSync YAML configuration ( #50652 )
2021-05-15 13:56:23 +02:00
Franck Nijhof
625e6ceff3
Deprecate Soma Connect YAML configuration ( #50651 )
2021-05-15 13:46:16 +02:00
Franck Nijhof
d72a10a5e9
Deprecate Plum Lightpad YAML configuration ( #50650 )
2021-05-15 13:45:54 +02:00
Franck Nijhof
599db742a3
Deprecate Mikrotik YAML configuration ( #50649 )
2021-05-15 13:45:25 +02:00
Franck Nijhof
c9b25fe2a2
Remove YAML configuration from Local IP ( #50642 )
2021-05-15 13:45:10 +02:00
Franck Nijhof
117860f13b
Update Hue IoT Class to Local Push ( #50637 )
2021-05-15 13:30:23 +02:00
Franck Nijhof
8d551e3f7b
Deprecate Transmission YAML configuration ( #50648 )
2021-05-15 13:25:00 +02:00
Franck Nijhof
704a996956
Deprecate Tibber YAML configuration ( #50646 )
2021-05-15 13:17:10 +02:00
Franck Nijhof
e7392609e3
Deprecate Jandy iAqualink YAML configuration ( #50644 )
2021-05-15 13:09:45 +02:00
Franck Nijhof
f2f64348e7
Deprecate MELCloud YAML configuration ( #50645 )
2021-05-15 13:09:18 +02:00
tkdrob
77bed66a4d
Fix roon services.yaml ( #50638 )
2021-05-15 11:41:43 +02:00
tkdrob
a9660d5788
Add targets and selectors for services (L-M) ( #50543 )
2021-05-15 11:06:34 +02:00
tkdrob
5d6f4068d3
Add targets and selectors for services (U-W) ( #50630 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-15 10:49:10 +02:00
tkdrob
bd443af6a2
Add targets and selectors for services (N-O) ( #50608 )
2021-05-15 10:30:18 +02:00
tkdrob
0eca26607d
Add targets and selectors for services (D-E) ( #50190 )
2021-05-15 09:25:19 +02:00
Michael
25b2fd0cee
Add strict typing to fritzbox ( #50486 )
...
* enable strict typing
* apply suggestions
* set defaults for FritzboxConfigFlow
* improvements and suggestions
* another suggestion
* tweaks
* tweaks
2021-05-15 07:54:11 +02:00
tkdrob
d37a3cded0
Add targets and selectors for services (S-T) ( #50629 )
2021-05-14 22:30:41 -07:00
tkdrob
2d5f5bfa9f
Add targets and selectors for services (P-R) ( #50628 )
2021-05-14 22:07:17 -07:00
Ville Skyttä
ed10856cc4
UpCloud API and typing update ( #50624 )
2021-05-14 21:49:41 -07:00
Franck Nijhof
7221b1e09d
Sort effect lists in light groups ( #50620 )
2021-05-14 21:43:43 -07:00
Paulus Schoutsen
7a0f245f92
Merge pull request #50627 from home-assistant/rc
2021-05-14 14:56:50 -07:00
Martin Hjelmare
e32dc306e1
Fix oauth2 helper user step typing ( #50618 )
2021-05-14 23:39:14 +02:00
Paulus Schoutsen
77a6d7317f
Bumped version to 2021.5.4
2021-05-14 14:25:39 -07:00
Erik Montnemery
2a949cff0e
Update light intents to check supported_color_modes ( #50625 )
2021-05-14 14:25:32 -07:00
Aaron Bach
57d8e7483d
Fix IQVIA failing to start if any API call fails ( #50615 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-14 14:25:31 -07:00
Erik Montnemery
728bead3b7
Update light device actions to check supported_color_modes ( #50611 )
2021-05-14 14:25:30 -07:00
Joakim Sørensen
0b5a077d55
Bump pyhaversion from 21.3.0 to 21.5.0 ( #50540 )
2021-05-14 14:25:29 -07:00
jjlawren
3e8d840905
Skip adding battery on S1 Sonos devices ( #50536 )
2021-05-14 14:25:28 -07:00
kennedyshead
8e3894a441
Bumps aioasuswrt to 1.3.4 ( #50414 )
2021-05-14 14:23:52 -07:00
Tobias Sauerwein
d8379c57b4
Fix battery attribute ( #50405 )
2021-05-14 14:23:51 -07:00
Erik Montnemery
bcd8f43e7b
Update light intents to check supported_color_modes ( #50625 )
2021-05-14 14:23:29 -07:00
Aaron Bach
9c5f1b4406
Fix IQVIA failing to start if any API call fails ( #50615 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-14 14:23:16 -07:00
Erik Montnemery
960ed13f94
Update light device actions to check supported_color_modes ( #50611 )
2021-05-14 22:58:37 +02:00
Paulus Schoutsen
646af533f0
Add support for Hue push updates ( #50591 )
2021-05-14 13:39:57 -07:00
Pascal Vizeli
7fd2f8090d
Fix grpc Alpine 3.13 / i386 ( #50623 )
2021-05-14 22:22:35 +02:00
Raphael
2334e98806
Add Etekcity VeSync light bulbs to Homeassistant ( #50272 )
2021-05-14 14:41:13 -05:00
tkdrob
1160a5f239
Add targets and selectors for services (I-K) ( #50542 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-14 20:34:59 +02:00
tkdrob
40993f3ebb
Add DHCP support to goalzero ( #50425 )
2021-05-14 13:12:46 -05:00
Simone Chemelli
4d55290932
Fritz code quality improvements from #48287 and #50055 ( #50479 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-14 11:46:37 -05:00
tkdrob
77e6fc6f93
Add missing requirements and target to sonos services ( #50552 )
2021-05-14 17:40:30 +02:00
Kevin Eifinger
c220e70008
Add integration kraken ( #31114 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-14 08:02:11 -07:00
Franck Nijhof
a8e1a68d1f
Deprecate NZBGet YAML configuration ( #50603 )
2021-05-14 15:51:25 +02:00
Franck Nijhof
20a39ab7e1
Remove unused config schema & logger from totalconnect ( #50604 )
2021-05-14 15:49:18 +02:00
Charles Garwood
f33b45ec82
Add interview feedback for Z-Wave JS add node websocket ( #50384 )
...
* Add interview feedback for add node websocket
* cleanup leftover logging
* add tests
* test interview failed event
* fix event type
* include manufacturer & model from device registry
* update test
2021-05-14 09:47:09 -04:00
Franck Nijhof
f5c31b89f8
Deprecate SmartHab YAML configuration ( #50602 )
2021-05-14 15:46:49 +02:00
Thomas Schamm
8fcf06a2a9
Add bosch_shc supporting Bosch Smart Home Controller ( #34063 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-14 15:03:26 +02:00
Pascal Vizeli
9d174e8a05
GRPC is fixed, don't need a workaround ( #50605 )
...
* GRPC is fixed, don't need a workaround
* Update gen_requirements_all.py
2021-05-14 14:30:48 +02:00
Pascal Vizeli
404188d005
Update wheel action to 2021.05.3 ( #50607 )
2021-05-14 14:04:53 +02:00
tkdrob
6f5629cf14
Add targets and selectors for services (B-C) ( #50189 )
2021-05-14 13:38:41 +02:00
Álvaro Fernández Rojas
9247a157d8
Add AEMET conditional station updates ( #50227 )
2021-05-14 13:28:48 +02:00
Franck Nijhof
42df6750e2
Refactor AdGuard config flow tests ( #50566 )
2021-05-14 13:19:24 +02:00
Franck Nijhof
ca2b3fcc9e
Upgrade evdev to 1.4.0 ( #50601 )
2021-05-14 12:15:15 +02:00
jan iversen
19cdff10c3
Add "close_comm_on_error" to modbus configuration ( #50583 )
2021-05-14 10:54:23 +02:00
djtimca
7ea23533cf
Address late review for Omnilogic Switch ( #50404 )
...
* Address previous PR comments.
* Update all instances of async_schedule_update_ha_state to async_write_ha_state.
2021-05-14 10:02:54 +02:00
muppet3000
207ee39d00
Bump growattServer library ( #50588 )
2021-05-14 09:50:41 +02:00
Maciej Bieniek
4c68518b18
Bump accuweather library ( #50573 )
2021-05-14 09:38:44 +02:00
Ruslan Sayfutdinov
de5472403b
Use mypy-friendly conditional import for zoneinfo ( #50444 )
2021-05-13 22:36:49 -07:00
Paulus Schoutsen
aef24a807e
Yeelight: Do not log errors when cannot connect ( #50592 )
2021-05-13 22:33:18 -07:00
Brandon Rothweiler
122741b914
Add lock platform to the Mazda integration ( #50548 )
2021-05-13 22:52:52 -05:00
jjlawren
c52a33478e
Fix Sonos favorites race condition v2 ( #50575 )
2021-05-13 20:32:34 -07:00
uvjustin
e8d7d96231
Roll back #47852 (shield httpx in generic) ( #50562 )
2021-05-13 20:32:06 -07:00
jan iversen
dbf7430003
Bump pymodbus to v2.5.2 ( #50582 )
...
Solves a serial - rs-485 adapter issue.
2021-05-13 20:31:48 -07:00
Franck Nijhof
d6e9f094c4
Cleanup unused CONFIG_SCHEMA from kmtronic ( #50567 )
2021-05-13 20:30:15 -07:00
J. Nick Koston
42d1ec753d
Small tweaks to improve homekit_controller startup time ( #50590 )
2021-05-13 20:16:20 -05:00
Franck Nijhof
a16629601a
Add support for tracking entity attributes in ESPHome ( #50528 )
2021-05-13 15:39:53 -07:00
Ruslan Sayfutdinov
35f304450c
Enable type checks for stream component ( #50527 )
...
* Enable type checks for stream component
* Fix pylint
2021-05-13 23:26:11 +02:00
tkdrob
e956a726a0
Fix SonarrEntity docstring ( #50568 )
2021-05-13 14:43:52 -05:00
Maciej Bieniek
6adbc702eb
Bump brother library ( #50572 )
2021-05-13 13:14:00 -05:00
Pascal Vizeli
47d4928d62
Revert "Use requirements for constraints" ( #50576 )
...
This reverts commit 136b34af20 .
2021-05-13 19:35:58 +02:00
J. Nick Koston
52edf9ac35
Ensure isy994 is only discovered once ( #50577 )
...
The formatting of the mac was different between dhcp and ssdp
2021-05-13 19:35:24 +02:00
Barry Quiel
c079803fcb
Powerwall add Current attribute ( #50550 )
2021-05-13 11:12:48 -05:00
Pascal Vizeli
136b34af20
Use requirements for constraints ( #50558 )
2021-05-13 08:07:13 -07:00
Joakim Sørensen
e991b61c12
Fix issue with quotes ( #50571 )
2021-05-13 16:20:01 +02:00
LJU
7224012016
Fix spelling in Cast and Growatt ( #50555 )
2021-05-13 11:15:02 +02:00
J. Nick Koston
1c2692c3c3
Drop nuheat code owner ( #50319 )
...
- I no longer have this device
2021-05-13 08:18:37 +02:00
Kevin Anthony
3b3d6e0da5
Add vesync Core200S air purifier ( #50216 )
2021-05-12 23:02:24 -05:00
jjlawren
ca09027914
Bump pysonos to 0.0.46 ( #50544 )
2021-05-12 16:16:29 -05:00
Joakim Sørensen
ce87fc902b
Bump pyhaversion from 21.3.0 to 21.5.0 ( #50540 )
2021-05-12 21:12:58 +02:00
tkdrob
4ce3038b29
Add targets and selectors for services (G-H) ( #50524 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-12 20:49:04 +02:00
jjlawren
db82808466
Skip adding battery on S1 Sonos devices ( #50536 )
2021-05-12 20:40:10 +02:00
Daniel Hjelseth Høyer
2945c79c5a
Tibber sensors ( #50418 )
...
* Tibber, split attribute to sensors
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Tibber, split attribute to sensors
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Tibber, split attribute to sensors
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* migrate to new device ids
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Migrate entity id
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Migrate entity id
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* move registers out of looå
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-12 20:07:44 +02:00
Erik Montnemery
216b0df908
Set state_class for demo sensor ( #50523 )
2021-05-12 18:38:26 +02:00
Franck Nijhof
38a0cf6650
Refactor SolarEdge config flow tests ( #50467 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-12 17:43:27 +02:00
Ruslan Sayfutdinov
0cb08f9516
Add missing type hints in entity_platform ( #50453 )
2021-05-12 16:28:44 +02:00
J. Nick Koston
70961c79a0
Migrate emulate_hue to use storage to fix I/O in event loop ( #50473 )
2021-05-12 16:10:28 +02:00
Franck Nijhof
72f342aa5b
Upgrade aioesphomeapi to 2.7.0 ( #50522 )
2021-05-12 15:21:54 +02:00
Pascal Vizeli
6ef3de464c
Update wheels builder to 2021.05.2 ( #50520 )
2021-05-12 15:13:24 +02:00
J. Nick Koston
a4ea9b3cd3
Update usage of async_entries to use _async_current_entries ( #50187 )
2021-05-12 12:47:06 +02:00
Joakim Sørensen
c3eee9800a
Move translations from Azure to GitHub action ( #50518 )
2021-05-12 12:03:13 +02:00
Joakim Sørensen
2918929cf0
Remove azure-pipelines-ci.yml ( #50519 )
2021-05-12 11:55:31 +02:00
tkdrob
9e0730c97f
Add targets and selectors for services (F) ( #50191 )
2021-05-12 11:00:32 +02:00
dependabot[bot]
e6b4b803e3
Bump docker/login-action from 1 to 1.9.0 ( #50509 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 10:43:38 +02:00
definitio
e090581e3c
Add stop for demo players ( #50485 )
2021-05-12 10:26:12 +02:00
Pascal Vizeli
c79e864394
Ditch secret to wheels server ( #50516 )
2021-05-12 10:03:27 +02:00
Joakim Sørensen
41f3c67be9
Pin wheels build version ( #50515 )
2021-05-12 10:03:15 +02:00
dependabot[bot]
34cd68bdf6
Bump actions/checkout from 2 to 2.3.4 ( #50510 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 09:41:30 +02:00
Paulus Schoutsen
2cdf075f95
Only return empty string if non-fixable errors ( #50508 )
2021-05-12 08:54:04 +02:00
Paulus Schoutsen
88adc8801c
Merge pull request #50507 from home-assistant/rc
2021-05-11 22:59:33 -07:00
Paulus Schoutsen
421e1b9956
Bumped version to 2021.5.3
2021-05-11 22:27:42 -07:00
Paulus Schoutsen
c477c31190
Bump aiohue to 2.3.1 ( #50506 )
2021-05-11 22:27:27 -07:00
Oliver
8a3514ed44
update denonavr version 0.10.8 ( #50476 )
2021-05-11 22:27:27 -07:00
Erik Montnemery
99044f5454
Include _StopScript.__cause__ in trace ( #50441 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-11 22:27:26 -07:00
Erik Montnemery
b35f229674
Include _StopScript.__cause__ in trace ( #50441 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-11 22:27:11 -07:00
Paulus Schoutsen
5ed252ebfa
Bump aiohue to 2.3.1 ( #50506 )
2021-05-11 22:15:36 -07:00
Raman Gupta
6cb283d36b
Fix vizio integration ( #50436 )
2021-05-11 22:05:45 -07:00
jjlawren
17c1031973
Hotfix for Sonos favorites race condition ( #50495 )
2021-05-11 21:55:32 -07:00
J. Nick Koston
2c492d71f7
Handle transport errors when updating media via events ( #50480 )
...
Co-authored-by: Jason Lawrence <jjlawren@users.noreply.github.com >
2021-05-11 21:55:10 -07:00
Jesse Hills
b8d468717a
Bump python-juicenet package to 1.0.2 ( #50505 )
2021-05-11 21:52:22 -07:00
J. Nick Koston
dd3965e4e2
Ensure zeroconf does not generate config flows when matching attributes are missing ( #50208 )
...
If macaddress, name, or manufacturer were missing from the
discovery info, the matcher would accept instead of reject.
2021-05-11 21:24:42 -07:00
J. Nick Koston
c037ebb27c
Add discovery to yeelight ( #50385 )
2021-05-11 19:55:50 -05:00
J. Nick Koston
4e08d22a74
Fix dhcp generated conflict ( #50498 )
2021-05-11 19:23:09 -05:00
HomeAssistant Azure
7df47664e8
[ci skip] Translation update
2021-05-12 00:04:03 +00:00
Simone Chemelli
8d7318430c
Fix mypy for Fritz after #50056 , #50327 conflict ( #50497 )
2021-05-11 18:47:02 -05:00
karliemeads
e9f8b3e7ef
Remove unused py_noaa dependency ( #50494 )
2021-05-12 00:44:17 +02:00
Tobias Sauerwein
e2f497ceba
Fix Netatmo selector for setting persons being at home ( #50373 )
2021-05-12 00:22:07 +02:00
J. Nick Koston
7314247ce3
Add dhcp support to iSmartGate ( #50309 )
2021-05-12 00:20:03 +02:00
J. Nick Koston
3b272ec54c
Add dhcp discovery to smartthings ( #50306 )
2021-05-12 00:10:33 +02:00
Oliver
dc39edd090
update denonavr version 0.10.8 ( #50476 )
2021-05-12 00:09:22 +02:00
J. Nick Koston
c1cf07768b
Add dhcp discovery support to isy994 ( #50488 )
...
- SSDP may not be enabled by default
2021-05-12 00:06:55 +02:00
Artem Draft
d29e812033
New overrides in universal media player ( #48611 )
...
* Update media_player.py
fix missing overrides in universal
* Update media_player.py
Black
* add tests and allow overrides for missing services
* switch sync to async
* Update tests/components/universal/test_media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* setup component after modifying config
* switch test to sync
* fix black
* fix test
* rework tests, disable override media_seek
Co-authored-by: raman325 <7243222+raman325@users.noreply.github.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-11 23:44:26 +02:00
karliemeads
3a93151aa2
Improve light tests for brightness step and profiles ( #49887 )
2021-05-11 23:31:36 +02:00
jjlawren
afe02a4ad2
Fix Sonos const comparison ( #50482 )
...
* Fix Sonos const comparison
* Use constants for playback states
2021-05-11 16:06:51 -05:00
jjlawren
897dd012cd
Handle transport errors when updating media via events ( #50481 )
2021-05-11 16:00:56 -05:00
Simone Chemelli
d877c0c1ff
Add Fritz services ( #50056 )
2021-05-11 15:56:52 -05:00
Pascal Vizeli
214fd41bb6
Add fail-fast for wheel ( #50487 )
2021-05-11 22:18:18 +02:00
J. Nick Koston
34c84a6bbb
Reduce boilerplate to abort for matching config entries ( #50186 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-11 22:00:12 +02:00
jjlawren
d6a202bd74
Move core Sonos functionality out of entities ( #50277 )
2021-05-11 10:36:40 -07:00
J. Nick Koston
0fdc50408a
Remove unused ignore in fritz ( #50469 )
2021-05-11 19:08:13 +02:00
J. Nick Koston
909a20b36d
Use async zeroconf registration functions ( #50168 )
2021-05-11 11:03:36 -05:00
Simone Chemelli
e616583bad
Improve types for Fritz ( #50327 )
...
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com >
2021-05-11 10:41:27 -05:00
epenet
d6c99a3db9
Enable strict type checks for onewire ( #50422 )
2021-05-11 17:28:17 +02:00
Paul Ganssle
efa5c59559
Replace hand-rolled binary search with bisect_left ( #50410 )
...
The `bisect` module exposes a `bisect_left` function which does
basically what the bulk of `_lower_bound` does. From my tests, it is
slightly faster (~5%) in the probably common ideal case where `arr` is short.
In the worst case scenario, `bisect.bisect_left` is *much* faster.
```
>>> arr = list(range(60))
>>> cmp = 59
>>> %timeit _lower_bound(arr, cmp)
736 ns ± 6.24 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each)
>>> %timeit bisect_lower_bound(arr, cmp)
290 ns ± 7.77 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each)
```
I doubt this is a huge bottleneck or anything, but I think it's a bit
more readable, and it's more efficient, so it seems like it's mostly a
win.
This commit *will* add a new unconditional import for `bisect` when
importing `util.dt`, and `bisect` is not currently imported for any of
the standard library modules. It is possible to make this conditional by
placing `import bisect` in the _lower_bound function, or in the function
it's nested in.
2021-05-11 08:18:20 -07:00
Maciej Bieniek
f5541a468e
Improve type annotations for GIOS integration ( #50454 )
2021-05-11 07:57:24 -07:00
Martin Hjelmare
7c4893cbb1
Fix event action return value typing ( #50353 )
...
Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com >
2021-05-11 16:23:59 +02:00
Martin Hjelmare
f71eb4d34d
Clean somfy config flow tests ( #50461 )
2021-05-11 16:19:07 +02:00
Simone Chemelli
4e24640ff7
Remove pytest-mock dependency ( #50400 )
2021-05-11 17:17:00 +03:00
Daniel Hjelseth Høyer
ca65cdd450
pyTibber revert ( #50462 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-05-11 16:14:32 +02:00
Martin Hjelmare
48b5ef0bac
Clean twentemilieu config flow tests ( #50460 )
2021-05-11 15:53:36 +02:00
Ruslan Sayfutdinov
1538271555
Don't generate mypy.ini if errors are found ( #50456 )
2021-05-11 14:29:14 +02:00
Joakim Sørensen
236f138ab7
Fix compare syntax ( #50451 )
2021-05-11 13:23:56 +02:00
Pawel
bc9f0caf4a
Add configuration.yaml deprecation warning to Epson ( #50403 )
...
* add deprecation warning
* Break long string
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-11 12:45:03 +02:00
Joakim Sørensen
50a88eb6c0
Use empty requirements_diff for schedule and workflow_dispatch ( #50450 )
2021-05-11 12:29:13 +02:00
Joakim Sørensen
ef67a2659e
Add ignore_diff to workflow_dispatch trigger ( #50449 )
2021-05-11 12:15:57 +02:00
Joakim Sørensen
d6dcf95235
Fix .env_file name ( #50447 )
2021-05-11 11:54:02 +02:00
Joakim Sørensen
56d1e0a99d
Migrate wheels builder to GitHub actions ( #50445 )
2021-05-11 11:46:51 +02:00
Erik Montnemery
973f59e423
Refactor history component ( #50287 )
...
* Refactor history component
* Update tests
* Address review comments
* Correct deprecated functions
2021-05-11 09:21:57 +02:00
J. Nick Koston
d5e39e8748
Remove redundant names from config flow titles ( #50380 )
2021-05-10 22:14:33 -07:00
Ville Skyttä
44a790ab47
Entity.device_info typing fixes ( #49974 )
2021-05-10 22:11:51 -07:00
J. Nick Koston
34320ef617
Include mac address in rainmachine device info ( #50438 )
2021-05-10 22:06:49 -07:00
J. Nick Koston
d4cdb8e7e8
Include mac address in roomba device info when available ( #50437 )
2021-05-10 22:06:29 -07:00
J. Nick Koston
b36c840909
Add dhcp support to guardian ( #50378 )
2021-05-10 21:26:15 -05:00
HomeAssistant Azure
887ec2d9b5
[ci skip] Translation update
2021-05-11 00:04:41 +00:00
Ruslan Sayfutdinov
ce15f28642
Add missing type hints in http component ( #50411 )
2021-05-10 14:30:47 -07:00
Paulus Schoutsen
5aaead54da
Merge pull request #50417 from home-assistant/rc
2021-05-10 13:58:00 -07:00
indykoning
85f758380a
Add Growatt Server Config flow ( #41303 )
...
* Growatt Server Config flow
* Use reference strings
Co-authored-by: SNoof85 <snoof85@gmail.com >
* Remove configuration.yaml import logic
* Removed import test
* Re-added PLATFORM_SCHEMA validation
* Import yaml from old yaml configuration
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Feedback
* Use Executor for IO only
* Fix imports
* update requirements
* Fix flake8
* Run every section of fetching devices in single executor
* Config flow feedback
* Clean up
* Fix plan step
* Fix config flow test
* Remove duplicate test
* Test import step
* Test already configured entry
* Clean up tests
* Add asserts
* Mock out entry setup
* Add warning if set up via yaml
Co-authored-by: SNoof85 <snoof85@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-10 22:46:50 +02:00
Tobias Sauerwein
12342437e2
Fix battery attribute ( #50405 )
2021-05-10 20:40:44 +02:00
Khole
84984b0223
Bump Pyhiveapi ( #50368 )
2021-05-10 20:38:35 +02:00
kennedyshead
baacf1b787
Bumps aioasuswrt to 1.3.4 ( #50414 )
2021-05-10 20:35:32 +02:00
Paulus Schoutsen
88574034b7
Bumped version to 2021.5.2
2021-05-10 10:50:07 -07:00
jjlawren
a670156352
Bump pysonos to 0.0.45 ( #50407 )
2021-05-10 10:49:59 -07:00
jjlawren
6f9c21e1c0
Fix location of current_play_mode ( #50386 )
2021-05-10 10:49:58 -07:00
Alan Tse
51c78e0085
Increase httpx timeout for Tesla ( #50376 )
2021-05-10 10:49:58 -07:00
Erik Montnemery
0dd247aed0
Bump hatasmota to 0.2.12 ( #50372 )
2021-05-10 10:49:57 -07:00
Jeff Irion
420161039e
Bump androidtv to 0.0.59 ( #50367 )
2021-05-10 10:49:56 -07:00
Colin Robbins
0ce3bf0859
Support multiple disks in systemmonitor ( #50362 )
...
* Fix #50158 - add support for multiple disks
* Rework as a tuple
2021-05-10 10:49:55 -07:00
Brian Rogers
3362ac24f6
Revert Rachio to seconds instead of total_seconds ( #50307 )
...
* revert seconds
* Add comment
* Update comment to include max runtime
2021-05-10 10:49:54 -07:00
Franck Nijhof
e35fbde5fb
Fix ESPHome timestamp sensor ( #50305 )
2021-05-10 10:49:54 -07:00
J. Nick Koston
03b786268e
Fix tplink unloading when no switches are present ( #50301 )
2021-05-10 10:49:53 -07:00
Joakim Plate
7acefbefb3
Bump ha-philipsjs to 2.7.3 ( #50293 )
2021-05-10 10:49:52 -07:00
Oliver
0a1439d16b
Update denonavr to version 0.10.7 ( #50288 )
2021-05-10 10:49:51 -07:00
Aidan Timson
989cee662d
Update ovoenergy to 1.1.12 ( #50268 )
2021-05-10 10:49:51 -07:00
jjlawren
2d3b8fb329
Fix Sonos polling bug ( #50265 )
2021-05-10 10:49:50 -07:00
Ville Skyttä
83db35d2d6
Skip Huawei LTE device registry setup with no identifiers or connections ( #50261 )
...
Closes https://github.com/home-assistant/core/issues/50182
2021-05-10 10:49:49 -07:00
Julien "_FrnchFrgg_" Rivaud
1d5716b505
Fix amcrest detection of sensor reset ( #50249 )
...
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch >
2021-05-10 10:49:48 -07:00
Vladimír Záhradník
e482827975
Fix incorrect attribute checks in Modbus hub ( #50241 )
2021-05-10 10:49:47 -07:00
jan iversen
22e62fa61a
Catch non payload modbus messages ( #49910 )
2021-05-10 10:49:46 -07:00
Julien "_FrnchFrgg_" Rivaud
24a46d91d3
Fix amcrest detection of sensor reset ( #50249 )
...
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch >
2021-05-10 10:49:08 -07:00
Colin Robbins
a404c138fa
Support multiple disks in systemmonitor ( #50362 )
...
* Fix #50158 - add support for multiple disks
* Rework as a tuple
2021-05-10 10:48:00 -07:00
jan iversen
70b09ed9a1
Handle relation between scan_interval and pymodbus timeout in modbus ( #50363 )
...
* Control scan_interval compared to pymodbus timeout.
add MINIMUM_SCAN_INTERVAL=5 seconds and validata with Voluptous.
Keep modbus.py 100% coverage.
* Please pylint.
* Review comments.
* pylint.
2021-05-10 19:28:38 +02:00
jjlawren
9ae021a284
Bump pysonos to 0.0.45 ( #50407 )
2021-05-10 08:56:18 -07:00
Paulus Schoutsen
f8584c3ded
Use zoneinfo instead of dateutil ( #50387 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-10 08:32:29 -07:00
Ville Skyttä
3fab21ebc7
Skip Huawei LTE device registry setup with no identifiers or connections ( #50261 )
...
Closes https://github.com/home-assistant/core/issues/50182
2021-05-10 08:27:09 -07:00
Christer Vestermark
fca56993c6
Add smhi wind gust speed and thunder probability ( #50328 )
...
* Added some extra attributes
Added the extra attributes
wind_gust_speed and
thunder_probability
that were already implemented in the underlaying library (joysoftware
/
pypi_smhi).
Also for the existing extra attribute cloudiness, it is added if "is not None" instead of just "if self.cloudiness" which would make it False (and therefore not available) if cloudiness = 0.
* Trying to solve the style issues
Removed white spaces and changed order of list as suggested by the tests.
* New try to solve the style issues
Removed some more white spaces...
* Changed dictionary handling as suggested
Changed dictionary handling as suggested by MartinHjelmare.
* Updated test
Updated test_weather.py to include the new attributes wind_gust_speed and thunder_probability.
* Added missing imports
Added the missing imports
ATTR_SMHI_THUNDER_PROBABILITY,
ATTR_SMHI_WIND_GUST_SPEED,
* Renaming self.thunder to self.thunder_probability and correcting test valuesfor
Renamed the new internal attribute
thunder to thunder_probability, same as the exposed attribute for improved consistency.
Corrected test values according to smhi.json.
* Forgot to change to self.thunder_probability in one place.
sorry.
2021-05-10 16:44:08 +02:00
Ruslan Sayfutdinov
8e2b3aab44
Enable strict type checks for camera platform ( #50395 )
2021-05-10 15:12:15 +02:00
jjlawren
0cdb8ad892
Fix location of current_play_mode ( #50386 )
2021-05-10 14:49:11 +02:00
Ruslan Sayfutdinov
3a192896df
Enable some strict mypy checks globally ( #50398 )
...
* Enable some strict mypy checks globally
* Update mypy.ini
2021-05-10 14:20:25 +02:00
Ruslan Sayfutdinov
b745d01877
Fix synology_dsm typing ( #50399 )
2021-05-10 13:43:43 +02:00
Ville Skyttä
b89c53f759
Type hint device registry identifiers as set of str 2-tuples ( #50355 )
...
* Type hint device registry identifiers as set of str 2-tuples
* Fix airly test
* Really fix airly test, add another migration test
2021-05-10 12:13:45 +02:00
Franck Nijhof
1c98df5d18
Remove YAML configuration from Somfy MyLink ( #50359 )
...
* Remove YAML configuration from Somfy MyLink
* Keep deprecation warning
2021-05-10 11:53:37 +02:00
J. Nick Koston
f581616064
Loosen flume dhcp discovery matching ( #50379 )
2021-05-09 19:32:00 -05:00
HomeAssistant Azure
dfe8ab6666
[ci skip] Translation update
2021-05-10 00:04:47 +00:00
Jeff Irion
65fb852e03
Bump androidtv to 0.0.59 ( #50367 )
2021-05-09 18:52:24 -05:00
Steven Looman
e284a14ccd
Upgrade async_upnp_client to 0.17.0 ( #50371 )
2021-05-09 17:06:47 -05:00
Alan Tse
c1a316b2ec
Increase httpx timeout for Tesla ( #50376 )
2021-05-09 16:30:38 -05:00
Franck Nijhof
041838bdd7
Upgrade requests-mock to 1.9.2 ( #50377 )
2021-05-09 16:30:03 -05:00
Michael
042822e35e
Improve typing for synology_dsm ( #49656 )
2021-05-09 22:44:55 +02:00
Franck Nijhof
717f4e69d5
Remove defunct Spot Crime integration ( #50361 )
2021-05-09 22:23:52 +02:00
Franck Nijhof
3745056751
Upgrade attrs to 21.2.0 ( #50374 )
2021-05-09 22:13:09 +02:00
Erik Montnemery
e57634b1e0
Bump hatasmota to 0.2.12 ( #50372 )
2021-05-09 22:57:27 +03:00
tkdrob
ee58f6105e
Add selectors to webostv services ( #50239 )
2021-05-09 21:45:24 +02:00
Raman Gupta
1b81849271
Add zwave_js support for HeatIt Z-TRM2fx ( #50317 )
...
* Add zwave_js support for HeatIt Z-TRM2fx
* fix docstring
* use AwesomeVersion to support firmware version ranges
* add guard against empty firmware range
* switch guard approach to raise exception sooner
* make post init more generic
* Set up firmware range schema as AwesomeVersion during initialization
* Update homeassistant/components/zwave_js/discovery.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Allow min_ver and max_ver to be None
* fix docstring
* reduce import scope
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-09 15:28:35 -04:00
Franck Nijhof
ba31d7d1b4
Upgrade sentry-sdk to 1.1.0 ( #50349 )
2021-05-09 14:30:34 -04:00
Franck Nijhof
0eeb147eda
Upgrade watchdog to 1.1.0 ( #50351 )
2021-05-09 14:29:27 -04:00
Franck Nijhof
43adba4aff
Deprecate Synology DSM YAML configuration ( #50366 )
2021-05-09 14:28:24 -04:00
Franck Nijhof
3f463f22a1
Deprecate Luftdaten YAML configuration ( #50365 )
2021-05-09 14:27:56 -04:00
Franck Nijhof
b2cee2e602
Remove YAML configuration from Tuya ( #50360 )
...
* Remove YAML configuration from Tuya
* Keep deprecation warning
2021-05-09 14:26:26 -04:00
jan iversen
ec08256ff0
Do not use async_* in a modbus sync function ( #50343 )
2021-05-09 19:50:23 +02:00
Shay Levy
be73067f9c
Fix Shelly type hints ( #50322 )
2021-05-09 19:46:53 +02:00
Dermot Duffy
4e4042a869
Fix types for WLED ( #50001 )
2021-05-09 19:34:21 +02:00
Franck Nijhof
2ca0eb61dc
Deprecate Pi-hole YAML configuration ( #50358 )
2021-05-09 19:23:55 +02:00
Franck Nijhof
0a95aa282c
Upgrade debugpy to 1.3.0 ( #50356 )
2021-05-09 11:29:28 -05:00
Ruslan Sayfutdinov
9b058551f7
Enable type checks for camera platform ( #50179 )
2021-05-09 18:04:57 +02:00
EddyK69
e9709d4449
Add LastTrip sensors for BMW Connected Drive ( #45906 )
2021-05-09 17:51:58 +02:00
Franck Nijhof
ce02614780
Deprecate Hive YAML configuration ( #50357 )
2021-05-09 17:43:56 +02:00
J. Nick Koston
a74aa9272c
Add dhcp discovery to tplink ( #50303 )
2021-05-09 10:03:41 -05:00
gabrialdestruir
f814a7a8ae
Add tplink light setting ignore default ( #50334 )
...
This fixes issue #50115 by allowing color, brightness, and temperature to be set from an off state. This adds code to allow "ignore_default=1" to be sent to bulb letting it know to power on with the parameters set.
2021-05-09 16:27:49 +02:00
Franck Nijhof
cbf4632895
Remove YAML configuration from SolarEdge ( #50105 )
...
* Remove YAML configuration from SolarEdge
* Restore already setup tests
2021-05-09 12:03:41 +02:00
J. Nick Koston
2bff7f8020
Remove YAML support from gogogate2/ismartgate ( #50312 )
2021-05-09 11:46:07 +02:00
J. Nick Koston
29cd5f20b9
Add zeroconf discovery to powerview ( #50308 )
2021-05-09 11:41:27 +02:00
J. Nick Koston
9cab8a19cd
Add iCloud discovery ( #50304 )
...
Since homekit requires iCloud keychains to be enabled, if they
have a homekit hub, they must have iCloud.
2021-05-09 11:19:26 +02:00
jjlawren
85d782808c
Fix Sonos polling bug ( #50265 )
2021-05-09 11:09:56 +02:00
hubbergit
4d9d565ecc
Fix unit of measurement from Pa to hPa ( #49664 )
...
The unit of measurement should be hPa instead of Pa for the air pressure.
2021-05-09 10:07:51 +02:00
Brian Rogers
07a93be176
Revert Rachio to seconds instead of total_seconds ( #50307 )
...
* revert seconds
* Add comment
* Update comment to include max runtime
2021-05-09 05:09:31 +02:00
Aidan Timson
9059ce1c0f
Additional System Bridge Sensors ( #50274 )
...
* Update systembridge to 1.1.4
* Update systembridge to 1.1.5
* Names
* Add memory sensors
* Set icons
* Add bios version sensor
* Memory used percentage sensor
* Add types
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Disable by default
* Typing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-09 05:07:13 +02:00
tkdrob
e92516c072
Add targets and selectors to services (A) ( #49818 )
2021-05-09 02:21:00 +02:00
HomeAssistant Azure
6665a62557
[ci skip] Translation update
2021-05-09 00:04:11 +00:00
Gleb Sinyavskiy
52b1a416d9
Remove the N26 integration ( #50292 )
2021-05-09 00:58:23 +02:00
Joakim Plate
10afbe4279
Bump ha-philipsjs to 2.7.3 ( #50293 )
2021-05-08 20:33:55 +02:00
Franck Nijhof
61b0e66405
Fix ESPHome timestamp sensor ( #50305 )
2021-05-08 19:37:09 +02:00
J. Nick Koston
4853fb7966
Fix tplink unloading when no switches are present ( #50301 )
2021-05-08 19:20:22 +02:00
Gleb Sinyavskiy
97eb4c6c62
Add syncthing integration ( #38331 )
...
* Scaffold the integration
* Add config flow data schema
* Handle configuration errors
* Get folder states
* Support https
* Fix translations
* Listen to syncthing events in a separate thread
* Bump syncthing
* Automatically reconnect to the syncthing server
* Renames
* Improve loading and unloading
* Update folder states from events
* Refactoring, handle FolderPaused event
* Dynamic folder icons
* Refactoring
* Mark folders as unavailable when senrver is unavailable
* Update folder satus when server is available
* Raise PlatformNotReady
* Implement additional polling
* Stop polling when the server is not available
* Minor fixes
* Remove logging
* Check name uniqueness
* Refactoring
* Minor refactorings
* Bump python-syncthing
* Migrate to aiosyncthing
* Minor fixes
* Update .coveragerc
* Set quality scale
* Bump aiosyncthing, properly handle invalid token
* Fix logging
* Fix logging
* Use CONF_VERIFY_SSL from homeassistant.const
* Bump aiosyncthing. Add Syncthing device
* Fix device name
* Bump aiosyncthing
* Bump aiosyncthing
* Extract SyncthingClient
* Add folder to device_state_attributes
* Do not pass the loop
* Cover config_flow.py
* Move self.async_create_entry outside of the try block
* Raise ConfigEntryNotReady if syncthing server is not reachable
* Fix already configured error message
* Change default name to Syncthing
* Bump aiosyncthing
* Fix formatting
* Fix formatting
* Fix tests
* Fix typo, use lis comprehension
* Fix typo, remove unused CONFIG_SCHEMA
* Bump aiosyncthing
* Remove periods from log messages W0001
* Fix tests
* Black, isort
* Remove empty items from manifest.json
* Fix variable naming
* Remove async_setup
* Use SensorEntity
* Use asyncio.create_task instead of self._hass.loop.create_task
* Do not pass hass to FolderSensor initializer
* Rename device_state_attributes to extra_state_attributes
* Use callbacks
* Simplify tests
* Refactor _listen()
* Use url for the title
* Use the url instead of the name to identify the config entry
* Explicitly set sensor attributes, extract _filter_state
* Use server url instead of name in device_info
* Use server url instead of name in logs
* User server id as a device identifier
* Use URL instead of name to identify config entry
* Use shortened server id instead of name to build entity name and unique id
* Do not use CONF_NAME
* Cleanup unused strings
* Cleanup unused strings
* Add IOT class
* Scaffold the integration
* Add config flow data schema
* Handle configuration errors
* Get folder states
* Support https
* Fix translations
* Listen to syncthing events in a separate thread
* Bump syncthing
* Automatically reconnect to the syncthing server
* Renames
* Improve loading and unloading
* Update folder states from events
* Refactoring, handle FolderPaused event
* Dynamic folder icons
* Refactoring
* Mark folders as unavailable when senrver is unavailable
* Update folder satus when server is available
* Raise PlatformNotReady
* Implement additional polling
* Stop polling when the server is not available
* Minor fixes
* Remove logging
* Check name uniqueness
* Refactoring
* Minor refactorings
* Bump python-syncthing
* Migrate to aiosyncthing
* Minor fixes
* Update .coveragerc
* Set quality scale
* Bump aiosyncthing, properly handle invalid token
* Fix logging
* Fix logging
* Use CONF_VERIFY_SSL from homeassistant.const
* Bump aiosyncthing. Add Syncthing device
* Fix device name
* Bump aiosyncthing
* Bump aiosyncthing
* Extract SyncthingClient
* Add folder to device_state_attributes
* Do not pass the loop
* Cover config_flow.py
* Move self.async_create_entry outside of the try block
* Raise ConfigEntryNotReady if syncthing server is not reachable
* Fix already configured error message
* Change default name to Syncthing
* Bump aiosyncthing
* Fix formatting
* Fix formatting
* Fix tests
* Fix typo, use lis comprehension
* Fix typo, remove unused CONFIG_SCHEMA
* Bump aiosyncthing
* Remove periods from log messages W0001
* Fix tests
* Black, isort
* Remove empty items from manifest.json
* Fix variable naming
* Remove async_setup
* Use SensorEntity
* Use asyncio.create_task instead of self._hass.loop.create_task
* Do not pass hass to FolderSensor initializer
* Rename device_state_attributes to extra_state_attributes
* Use callbacks
* Simplify tests
* Refactor _listen()
* Use url for the title
* Use the url instead of the name to identify the config entry
* Explicitly set sensor attributes, extract _filter_state
* Use server url instead of name in device_info
* Use server url instead of name in logs
* User server id as a device identifier
* Use URL instead of name to identify config entry
* Use shortened server id instead of name to build entity name and unique id
* Do not use CONF_NAME
* Cleanup unused strings
* Cleanup unused strings
* Add IOT class
* Apply suggestions from code review
* Clean up
* Fix dict comprehension
* Clean sensor
* Use the server ID as a config entry unique ID
* Remove the AlreadyConfigured exception
* Clean up old error string
* Format json
* Convert sensor attributes to snake case
* Force CI
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-08 19:12:14 +02:00
Oliver
7374b844d7
Update denonavr to version 0.10.7 ( #50288 )
2021-05-08 10:53:08 -05:00
jan iversen
29eb31e9da
Add configurable delay between connect and first request in modbus ( #50124 )
...
* Activate startup delay.
* Add removal of call_later if HA is stopped.
This is unlikely to happen, but just security measure.
* Removing timing interval.
async_fire_time_changed() needs to be called twice, first time the delay is
ended and second time update() is executed.
* Variable naming.
2021-05-08 13:28:35 +02:00
Vladimír Záhradník
e0de6752af
Fix incorrect attribute checks in Modbus hub ( #50241 )
2021-05-08 13:26:31 +02:00
Leonardo Figueiro
e3bc9eaf5f
pywilight update ( #50207 )
2021-05-08 04:26:13 -05:00
J. Nick Koston
bf2d40adfe
Migrate from pytz to python-dateutil ( #49643 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-07 22:46:26 -07:00
Brian Rogers
13fe837fd2
Add service target to Rachio ( #49913 )
2021-05-07 22:24:37 -05:00
Simone Chemelli
c85f70b639
Small code cleanup for Shelly ( #50270 )
2021-05-07 22:14:41 -05:00
Aidan Timson
a32dc56153
Update ovoenergy to 1.1.12 ( #50268 )
2021-05-07 22:05:09 -05:00
HomeAssistant Azure
f32e15da36
[ci skip] Translation update
2021-05-08 00:03:19 +00:00
Pawel
57d3342137
Fix Epson config flow unique_id ( #45434 )
...
* switch Epson from HTTP to TCP communication
* fix tests
* add asyncio websession
* fix manifest
* fix config flow
* fix manifest
* fix logger warnings
* switch Epson from HTTP to TCP communication
* fix tests
* add asyncio websession
* fix config flow
* fix manifest
* fix logger warnings
* add already configured to import yaml
* remove neccessary projector on on config.yaml
* remove check import None
* reload integration if no unique_id
* async_migrate_entry
* add async_migrate_entry
* add init tests
* media player migration uid
* unifi config flow
* Update homeassistant/components/epson/media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/epson/media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* review
* remove unnecessary try except
* add import test
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* revert PORT option from config yaml
* fix tests
* remove port from config flow
* fix CONFIG_SCHEMA
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-07 23:05:59 +02:00
Erik Montnemery
ba284c0d27
Add sensor state_class property ( #50063 )
...
* Add sensor state_class property
* STATE_CLASS_LATEST -> STATE_CLASS_MEASUREMENT
* Export sensor.state_class in capability_attributes
* Add STATE_CLASS_UNKNOWN
* Fix typing
* Update tests
* STATE_CLASS_UNKNOWN -> STATE_CLASS_OTHER
* Update homeassistant/components/sensor/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Remove STATE_CLASS_OTHER
* Update tests
* Revert test changes
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-07 23:04:00 +02:00
Simone Chemelli
cf96d86985
Add yaml key to Shelly to allow CoAP port customization ( #48729 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-07 13:23:29 -07:00
jan iversen
552ca1c57b
Fix modbus switch problems ( #50117 )
2021-05-07 22:12:13 +02:00
Erik Montnemery
934d241b70
Improve Google Cast options flow ( #50028 )
2021-05-07 12:59:51 -07:00
J. Nick Koston
3a36a976ee
Small cleanups to rainmachine get_client_controller ( #50250 )
2021-05-07 13:07:06 -05:00
Franck Nijhof
808825dc42
Merge pull request #50243 from home-assistant/rc
2021-05-07 19:03:00 +02:00
Erik Montnemery
dabd398c6d
Add color_mode to demo light ( #49694 )
...
* Update demo light with color mode support
* Add rgbw and rgbww color properties
* Update demo light
* Tweak
* Remove unneeded _clear_colors
2021-05-07 18:15:23 +02:00
Erik Montnemery
1e072b73f7
Fix light turn_on color conversion ( #50251 )
2021-05-07 17:09:49 +02:00
Erik Montnemery
80b05c39cc
Fix light turn_on color conversion ( #50251 )
2021-05-07 17:08:46 +02:00
Maciej Bieniek
6df0190aeb
Improve type annotations for Airly integration ( #49898 )
2021-05-07 09:47:52 -05:00
Simone Chemelli
4d0955bae1
Add Fritz sensors ( #50055 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-07 09:05:16 -05:00
Maciej Bieniek
0587f834df
Add Nettigo Air Monitor integration ( #49099 )
2021-05-07 08:59:29 -05:00
epenet
dc29087416
Deprecate onewire YAML configuration ( #50151 )
2021-05-07 15:46:23 +02:00
Aaron Bach
d4601e00fd
Remove simplisafe websocket ( #50213 )
2021-05-07 15:41:37 +02:00
Franck Nijhof
dfc5d22c9b
Bumped version to 2021.5.1
2021-05-07 15:19:11 +02:00
Tobias Sauerwein
a9bb905f05
Fix Netatmo climate ( #50238 )
2021-05-07 15:18:51 +02:00
David F. Mulcahey
193a0dfc02
support more alarm panels ( #50235 )
2021-05-07 15:18:48 +02:00
Paulus Schoutsen
ead7a90f9a
Bump aiohue to 2.3.0 ( #50217 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-07 15:18:45 +02:00
Aaron Bach
b144550a42
Allow SimpliSafe startup to retry on failure ( #50211 )
...
* Allow SimpliSafe startup to retry on failure
* Update __init__.py
* Black
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-07 15:18:41 +02:00
J. Nick Koston
cf7f277507
Ensure tesla setup is retried on timeout ( #50202 )
2021-05-07 15:18:38 +02:00
Raman Gupta
5c6b9c7e37
Add value map for Climacell V3 pollen sensors ( #50200 )
2021-05-07 15:18:34 +02:00
Martin Hjelmare
df740a7a18
Move not loaded websocket constant to zwave_js ( #50188 )
2021-05-07 15:18:31 +02:00
Erik Montnemery
27e0c0bbc8
Add color_mode support to group light ( #50165 )
...
* Add color_mode support to group light
* Lint
* Update tests
2021-05-07 15:18:27 +02:00
epenet
1e604fec7d
Fix unique_id issue on onewire config entries ( #50161 )
2021-05-07 15:17:25 +02:00
Martin Hjelmare
bb3ebad92f
Fix zwave_js websocket api KeyError on unloaded entry ( #50154 )
2021-05-07 15:13:49 +02:00
J. Nick Koston
d1a75b2fe0
Bump sqlalchemy to 1.4.13 ( #50138 )
2021-05-07 15:13:45 +02:00
Teemu R
70a7339279
Bump python-miio dependency ( #50129 )
2021-05-07 15:13:41 +02:00
Jan Bouwhuis
a7ef642721
Ignore empty output from MQTT fan's value template ( #50122 )
...
* Allow empty payload
* Add tests for ignoring empty payload
* logging on empty state and osccilation with tests
* Improve warning log when invalid value is received
2021-05-07 15:13:37 +02:00
Felipe Martins Diel
c75d99c883
Fix RM pro temperature sensor ( #50098 )
2021-05-07 15:13:33 +02:00
tkdrob
74b958df82
Fix group selector ( #50088 )
2021-05-07 15:13:29 +02:00
Oliver
2aafc88ab5
Denonavr bugfixes ( #49984 )
2021-05-07 15:13:25 +02:00
Sezer K
ca9a68535f
Only initialize Nuki configurations ( #49747 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-07 15:13:22 +02:00
Martin Hjelmare
66c9658cc7
Fix mysensors default persistence file on import ( #48410 )
2021-05-07 15:13:16 +02:00
Tobias Sauerwein
86393bdbba
Fix Netatmo climate ( #50238 )
2021-05-07 15:10:46 +02:00
Felipe Martins Diel
a7ef3ec947
Fix RM pro temperature sensor ( #50098 )
2021-05-07 14:47:51 +02:00
David F. Mulcahey
55050bdd2a
support more alarm panels ( #50235 )
2021-05-07 08:31:16 -04:00
Paulus Schoutsen
17fc962a87
Bump aiohue to 2.3.0 ( #50217 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-07 14:24:47 +02:00
epenet
5d5122c2a4
Fix unique_id issue on onewire config entries ( #50161 )
2021-05-07 14:21:03 +02:00
Martin Hjelmare
0c288bcabb
Fix mysensors default persistence file on import ( #48410 )
2021-05-07 13:37:38 +02:00
Jan Bouwhuis
7ab505633d
Ignore empty output from MQTT fan's value template ( #50122 )
...
* Allow empty payload
* Add tests for ignoring empty payload
* logging on empty state and osccilation with tests
* Improve warning log when invalid value is received
2021-05-07 13:22:08 +02:00
Maciej Bieniek
7a87846146
Bump gios library ( #50145 )
...
* Bump gios library
* Use consts for API strings
* Do not store data locally
* Use API_TIMEOUT const
2021-05-07 13:03:11 +02:00
J. Nick Koston
64851dbac3
Add optimistic closing/opening to gogogate2 ( #42048 )
...
* Add optimistic closing/opening to gogogate2
* package rename
* update test
* Update homeassistant/components/gogogate2/cover.py
2021-05-07 11:13:51 +02:00
Erik Montnemery
c2663d61d7
Add color_mode support to group light ( #50165 )
...
* Add color_mode support to group light
* Lint
* Update tests
2021-05-06 22:34:51 -07:00
Fabian Affolter
47c4c681f4
Upgrade sendgrid to 6.7.0 ( #50194 )
2021-05-07 07:29:55 +02:00
Sezer K
316f6ba397
Only initialize Nuki configurations ( #49747 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-06 22:29:37 -07:00
Fabian Affolter
93628554cb
Upgrade slixmpp to 1.7.1 ( #50192 )
2021-05-07 07:28:58 +02:00
Fabian Affolter
084f139a4d
Upgrade praw to 7.2.0 ( #50197 )
2021-05-07 07:26:21 +02:00
Fabian Affolter
1c4a44dc5c
Upgrade discord.py to 1.7.2 ( #50201 )
2021-05-07 07:24:54 +02:00
Raman Gupta
9f1b1c6c56
Add value map for Climacell V3 pollen sensors ( #50200 )
2021-05-06 21:12:51 -07:00
J. Nick Koston
7b07bc2d65
Bump netdisco to 2.8.3 for compat with latest zeroconf ( #50212 )
2021-05-06 22:26:03 -05:00
Oliver
0cf07ee2d8
Denonavr bugfixes ( #49984 )
2021-05-06 22:23:46 -05:00
Aaron Bach
fec02c88af
Allow SimpliSafe startup to retry on failure ( #50211 )
...
* Allow SimpliSafe startup to retry on failure
* Update __init__.py
* Black
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-06 20:03:35 -06:00
Martin Hjelmare
5ec09eab42
Move not loaded websocket constant to zwave_js ( #50188 )
2021-05-06 17:59:03 -07:00
J. Nick Koston
89811fcbaa
Ensure tesla setup is retried on timeout ( #50202 )
2021-05-06 17:58:44 -07:00
HomeAssistant Azure
623a9c99fe
[ci skip] Translation update
2021-05-07 00:04:03 +00:00
Fabian Affolter
0bfc386be3
Upgrade TwitterAPI to 2.7.3 ( #50195 )
2021-05-06 19:23:11 -04:00
Tobias Sauerwein
33e044431e
Bump PyRMVtransport to 0.2.3 ( #50183 )
2021-05-06 23:34:50 +02:00
J. Nick Koston
ce692afead
Add rainmachine discovery ( #49970 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-05-06 09:50:28 -05:00
Martin Hjelmare
38d7652176
Fix zwave_js websocket api KeyError on unloaded entry ( #50154 )
2021-05-06 16:43:14 +02:00
Franck Nijhof
177317a345
Allow passing options in config flow entry creation ( #49912 )
2021-05-05 22:14:01 -07:00
Franck Nijhof
465161b38c
Deprecate Canary YAML configuration ( #50078 )
2021-05-05 22:04:32 -07:00
Franck Nijhof
e3e9239798
Strictly type Twente Milieu integration ( #50062 )
2021-05-05 22:04:09 -07:00
J. Nick Koston
af832e5434
Use shared httpx client in gogogate2 ( #45575 )
2021-05-05 21:47:44 -07:00
Erik Montnemery
7dec23d58b
Improve translation strings for MQTT config and option flows ( #50018 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-05 21:25:28 -07:00
tkdrob
d6c300aeb1
Fix group selector ( #50088 )
2021-05-05 20:15:21 -07:00
Pascal Vizeli
23a2417c42
Adjust GRPC wheel build ( #50119 )
2021-05-05 20:12:06 -07:00
J. Nick Koston
60b90c4546
Bump zeroconf to 0.30.0 to fix thread safety race ( #50130 )
2021-05-05 20:11:06 -07:00
J. Nick Koston
906de23087
Bump sqlalchemy to 1.4.13 ( #50138 )
2021-05-05 20:08:48 -07:00
Teemu R
0ed31b0ba7
Bump python-miio dependency ( #50129 )
2021-05-05 17:19:52 -07:00
HomeAssistant Azure
7dad5e8a4c
[ci skip] Translation update
2021-05-06 00:03:11 +00:00
Franck Nijhof
ae692a003f
Add support for Elgato Light Strip ( #49988 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-05 16:41:32 -07:00
Aidan Timson
e4ef06d6b1
System Bridge Integration ( #48156 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-06 01:33:32 +02:00
epenet
5dd59415a8
Drop OWFS support in onewire ( #50121 )
2021-05-05 21:14:20 +02:00
Franck Nijhof
ccf92e4721
Merge pull request #50123 from home-assistant/rc
2021-05-05 19:00:33 +02:00
Franck Nijhof
3654d22af5
Bumped version to 2021.5.0
2021-05-05 18:17:06 +02:00
Erik Montnemery
418606d634
Fix Tasmota color scaling and RGBW lights ( #50120 )
2021-05-05 18:16:03 +02:00
Ben
d7d32cff95
Remove surepetcare usage of deprecated config options ( #50113 )
2021-05-05 18:15:59 +02:00
Erik Montnemery
4136f9f203
Fix Tasmota color scaling and RGBW lights ( #50120 )
2021-05-05 17:59:26 +02:00
Ben
40a18c10a0
Remove surepetcare usage of deprecated config options ( #50113 )
2021-05-05 17:13:06 +02:00
Joakim Sørensen
65cf138360
Allign error handling for restart for hassio with core ( #50114 )
...
* Allign error handling for restart for hassio with core
* Reuse HASS_DOMAIN
* Address comments
2021-05-05 17:09:18 +02:00
Dermot Duffy
1b9f7cdacf
Bump motioneye-client to v0.3.6 . ( #50096 )
2021-05-05 13:31:10 +02:00
Vincent Le Bourlot
4b7100614b
Fix fitbit RuntimeError: I/O must be done in the executor ( #50058 )
2021-05-05 13:31:06 +02:00
Erik Montnemery
d87c9c6ffe
Add color_mode support to tasmota light ( #49599 )
2021-05-05 13:31:03 +02:00
Erik Montnemery
93572bfe02
Add color_mode support to tasmota light ( #49599 )
2021-05-05 13:04:37 +02:00
Franck Nijhof
e55be3c89a
Deprecate Freebox YAML configuration ( #50084 )
2021-05-05 09:52:32 +02:00
Franck Nijhof
6cb5bf2b88
Deprecate Denon HEOS YAML configuration ( #50104 )
2021-05-05 09:52:11 +02:00
Franck Nijhof
084fe1fb68
Deprecate Glances YAML configuration ( #50085 )
2021-05-05 09:51:43 +02:00
Franck Nijhof
26b5a067bd
Remove YAML configuration from Verisure ( #50076 )
2021-05-05 09:51:05 +02:00
Franck Nijhof
b7cd75b134
Upgrade pyupgrade to v2.14.0 ( #50059 )
2021-05-05 09:28:47 +02:00
Vincent Le Bourlot
219ad5cd9e
Fix fitbit RuntimeError: I/O must be done in the executor ( #50058 )
2021-05-05 09:19:51 +02:00
Franck Nijhof
f88eea5275
Upgrade luftdaten to 0.6.5 ( #50103 )
2021-05-05 09:12:35 +02:00
Franck Nijhof
373236e588
Upgrade black to 21.5b0 ( #50102 )
2021-05-05 09:09:34 +02:00
Rob Bierbooms
2b461073ff
Improve buienradar tests ( #50101 )
2021-05-05 09:05:46 +02:00
Franck Nijhof
44383f25ce
Clean up pylint comments ( #49334 )
2021-05-05 08:56:50 +02:00
Dermot Duffy
b0eb2afa65
Bump motioneye-client to v0.3.6 . ( #50096 )
2021-05-05 07:58:20 +02:00
Franck Nijhof
301d642ad8
Clean up deprecation message & config schema from Cloudflare ( #50079 )
2021-05-05 07:56:50 +02:00
Franck Nijhof
cc21de569d
Upgrade yamllint to 1.26.1 ( #50060 )
2021-05-04 19:27:23 -10:00
HomeAssistant Azure
469d9123fe
[ci skip] Translation update
2021-05-05 00:04:27 +00:00
jan iversen
2f89ba24b6
Cleanup modbus binary_sensor signature ( #49809 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-05 00:29:18 +02:00
Paulus Schoutsen
bb7b6e38e4
Bumped version to 2021.5.0b8
2021-05-04 15:12:30 -07:00
Bram Kragten
b6385cc4b3
Update frontend to 20210504.0 ( #50093 )
2021-05-04 15:12:22 -07:00
Shay Levy
445deec645
Catch Shelly set state exceptions when device is inaccessible ( #50064 )
2021-05-04 15:12:22 -07:00
Matthias Alphart
1b3489b107
Fix KNX climate unque_id ( #50054 )
2021-05-04 15:12:21 -07:00
J. Nick Koston
fa2a98fc96
Handle missing transport_state on media update in sonos ( #50051 )
2021-05-04 15:12:20 -07:00
Paulus Schoutsen
14e02b1bca
Guard logbook assuming entity ID is a string ( #50047 )
2021-05-04 15:12:19 -07:00
Bram Kragten
98edd58c55
Update frontend to 20210504.0 ( #50093 )
2021-05-04 15:11:03 -07:00
Matthias Alphart
13a27eec90
Fix KNX climate unque_id ( #50054 )
2021-05-04 14:45:25 -07:00
Ruslan Sayfutdinov
004fa63dbe
Use AddEntitiesCallback type, pt.3 ( #49953 )
2021-05-04 23:36:48 +02:00
Bram Kragten
4d939486a9
Fix updating owner user/auth ( #50087 )
...
Check if `is_active` is in update msg
2021-05-04 14:26:48 -07:00
Franck Nijhof
2273bda44a
Deprecate Abode YAML configuration ( #50075 )
2021-05-04 14:26:21 -07:00
Franck Nijhof
34eb1627e0
Remove deprecated LIFX Legacy integration ( #50069 )
2021-05-04 14:25:59 -07:00
Franck Nijhof
4907764367
Remove YAML configuration from Daikin ( #50080 )
2021-05-04 14:23:59 -07:00
Paulus Schoutsen
4cf910affc
Guard logbook assuming entity ID is a string ( #50047 )
2021-05-04 14:23:22 -07:00
Franck Nijhof
98ef1e1e82
Remove stale config schema from ESPHome integration ( #50083 )
2021-05-04 22:18:46 +02:00
Franck Nijhof
4af6e505b3
Deprecate speedtest.net YAML config ( #50072 )
2021-05-04 22:18:22 +02:00
puddly
e5ef171077
Bump zigpy-znp from 0.4.0 to 0.5.1 ( #50086 )
...
* Bump zigpy-znp from 0.4.0 to 0.5.0
* Add zigpy-znp to ZHA debug logging config
* Bump zigpy-znp from 0.5.0 to 0.5.1
2021-05-04 16:06:14 -04:00
Franck Nijhof
fb2cb469e2
Remove YAML configuration from DoorBird ( #50082 )
2021-05-04 21:10:17 +02:00
Franck Nijhof
13ba4d7572
Upgrade pytest to 6.2.4 ( #50077 )
2021-05-04 20:43:41 +02:00
Franck Nijhof
96f69fb9fb
Finalize clean up connection classes ( #49895 )
2021-05-04 20:08:51 +02:00
Franck Nijhof
ee5f955fd8
Clean up stale config schema from deCONZ ( #50081 )
2021-05-04 20:06:54 +02:00
Shay Levy
c21add195a
Catch Shelly set state exceptions when device is inaccessible ( #50064 )
2021-05-04 09:10:28 -07:00
Ruslan Sayfutdinov
786c5db5be
Use AddEntitiesCallback type, pt.4 ( #49955 )
2021-05-04 14:50:06 +02:00
Milan Meulemans
a0feee083c
Fix and enable type checks in Rituals Perfume Genie ( #49947 )
2021-05-04 14:47:17 +02:00
Rob Bierbooms
c063f14c24
Add configuration flow for Buienradar integration ( #37796 )
...
* Add configuration flow for Buienradar integration
* Update buienradar camera tests to work with config flow
* Update buienradar weather tests to work with config flow
* Update buienradar sensor tests to work with config flow
* Remove buienradar config_flow tests to pass tests
* Add config flow tests for buienradar integration
* Increase test coverage for buienradar config_flow tests
* Move data into domain
* Remove forecast option
* Move data to options
* Remove options from config flow
* Adjust tests
* Adjust string
* Fix pylint issues
* Rework review comments
* Handle import
* Change config flow to setup camera or weather
* Fix tests
* Remove translated file
* Fix pylint
* Fix flake8
* Fix unload
* Minor name changes
* Update homeassistant/components/buienradar/config_flow.py
Co-authored-by: Ties de Kock <ties@tiesdekock.nl >
* Remove asynctest
* Add translation
* Disable sensors by default
* Remove integration name from translations
* Remove import method
* Drop selection between platforms, disable camera by default
* Minor fix in configured_instances
* Bugfix in weather
* Rework import
* Change unique ids of camera
* Fix in import
* Fix camera tests
* Fix sensor test
* Fix sensor test 2
* Fix config flow tests
* Add option flow
* Add tests for option flow
* Add import tests
* Some cleanups
* Apply suggestions from code review
Apply code suggestions
Co-authored-by: Franck Nijhof <git@frenck.dev >
* Fix isort,black,mypy
* Small tweaks and added typing to new parts
* Fix review comments (1)
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Fix review comments (2)
* Fix issues
* Fix unique id
* Improve tests
* Extend tests
* Fix issue with unload
* Address review comments
* Add warning when loading platform
* Add load/unload test
Co-authored-by: Ties de Kock <ties@tiesdekock.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-04 13:49:16 +02:00
dependabot[bot]
6931478688
Bump codecov/codecov-action from v1.4.1 to v1.5.0 ( #50061 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.4.1 to v1.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.4.1...a1ed4b322b4b38cb846afb5a0ebfa17086917d27 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 10:57:44 +02:00
Robert Svensson
d579e3427f
Use last_step marker on UniFi options flow ( #50053 )
2021-05-04 08:54:45 +02:00
J. Nick Koston
016a4433d2
Handle missing transport_state on media update in sonos ( #50051 )
2021-05-04 08:54:31 +02:00
Niels Mündler
2eae87fb1b
Add SyncThru binary sensors ( #48114 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-04 08:28:45 +02:00
Dermot Duffy
809c1394d4
Enable mypy for motionEye (aye aye!) ( #49738 )
2021-05-04 08:19:41 +02:00
Simone Chemelli
55c96ae86f
Create Fritz device and connectivity sensor ( #49699 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-03 17:11:21 -10:00
HomeAssistant Azure
0df9454310
[ci skip] Translation update
2021-05-04 00:03:46 +00:00
jan iversen
f0ec9c38b0
Fix modbus typing ( #49938 )
...
Add changes needed to please mypy and follow the coding rules
of the project.
2021-05-03 22:45:21 +02:00
Daniel Hjelseth Høyer
c69eeddc7b
Upgrade Tibber library, new grid prices for Glitre Energi ( #50029 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-05-03 10:50:39 -07:00
Paulus Schoutsen
46a3b26b67
Bumped version to 2021.5.0b7
2021-05-03 10:34:45 -07:00
Bram Kragten
88b2425059
Update frontend to 20210503.0 ( #50036 )
2021-05-03 10:34:41 -07:00
bsmappee
398ebccbde
Bump pysmappee to 0.2.25 ( #50031 )
2021-05-03 10:34:40 -07:00
Franck Nijhof
5679fbf219
Fix Nexia entity service schema ( #50027 )
2021-05-03 10:34:39 -07:00
Marius
b8b3e8f879
Mitigate NMBS key errors ( #50026 )
...
on Liveboard and connections as documented in issue #48824
2021-05-03 10:34:39 -07:00
Franck Nijhof
c3f757c1ae
Fix Harmony entity service schema ( #50025 )
2021-05-03 10:34:38 -07:00
Franck Nijhof
5f0281f0ba
Fix Genius Hub entity service schema ( #50024 )
2021-05-03 10:34:37 -07:00
Franck Nijhof
9e8d01893f
Fix ELKM1 entity service schema ( #50020 )
2021-05-03 10:34:37 -07:00
Franck Nijhof
40f3bbe005
Fix Blink entity service schema ( #50019 )
2021-05-03 10:34:36 -07:00
Joakim Sørensen
0a4856b88b
Handle Timeout exceptions in system_health ( #50017 )
2021-05-03 10:34:35 -07:00
Bram Kragten
4273a3d63f
Fix saving a scene ( #49980 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-03 10:34:34 -07:00
Matthias Alphart
33fa6cd794
Fix KNX light unique_id ( #49967 )
...
* migrate light unique_id
* review changes
2021-05-03 10:34:33 -07:00
Shay Levy
3681363418
Fix Shelly battery operated devices value rounding ( #49966 )
2021-05-03 10:34:33 -07:00
J. Nick Koston
302cab185d
Add reauth support to flume ( #49991 )
2021-05-03 10:30:22 -07:00
bsmappee
c49fa6f1ed
Bump pysmappee to 0.2.25 ( #50031 )
2021-05-03 18:51:23 +02:00
Ruslan Sayfutdinov
5fd8e7008e
Create separate entries for each component in mypy.ini ( #50030 )
2021-05-03 18:45:38 +02:00
Franck Nijhof
982c12bcc9
Restore dictionary constants in Elgato device info ( #50013 )
2021-05-03 09:42:45 -07:00
Franck Nijhof
d4565c0e27
Fix Genius Hub entity service schema ( #50024 )
2021-05-03 09:41:59 -07:00
Franck Nijhof
9ce00018be
Fix Harmony entity service schema ( #50025 )
2021-05-03 09:41:16 -07:00
Franck Nijhof
2818df7aa9
Fix Nexia entity service schema ( #50027 )
2021-05-03 09:40:49 -07:00
Franck Nijhof
a2d12f9a51
Fix ELKM1 entity service schema ( #50020 )
2021-05-03 09:40:01 -07:00
Franck Nijhof
2ed386f9e6
Migrate to async_get_current_platform everywhere ( #50034 )
2021-05-03 09:34:28 -07:00
Bram Kragten
672d2e332f
Update frontend to 20210503.0 ( #50036 )
2021-05-03 09:32:45 -07:00
Franck Nijhof
0627b316e3
Add Identify service to Elgato integration ( #49990 )
2021-05-03 17:32:10 +02:00
Marius
13dee0f028
Mitigate NMBS key errors ( #50026 )
...
on Liveboard and connections as documented in issue #48824
2021-05-03 17:06:46 +02:00
Franck Nijhof
efb1bb08a4
Add small async_get_current_platform helper method ( #50014 )
2021-05-03 16:46:42 +02:00
Maciej Bieniek
6e98b020ac
Improve type annotations in Brother integration ( #49989 )
2021-05-03 15:10:20 +02:00
Franck Nijhof
e5bfef719f
Fix Blink entity service schema ( #50019 )
2021-05-03 14:57:11 +02:00
Joakim Sørensen
9b89acea97
Handle Timeout exceptions in system_health ( #50017 )
2021-05-03 14:26:25 +02:00
Franck Nijhof
378cee01b4
Add typing to async_register_entity_service ( #50015 )
2021-05-03 14:22:38 +02:00
Simone Chemelli
1ad9f1d714
Title and internal descriptions updates for Fritzbox ( #49047 )
2021-05-03 12:52:22 +02:00
J. Nick Koston
779f34a8ed
Add dhcp discovery to hunterdouglas_powerview ( #49993 )
...
* Add dhcp discovery to hunterdouglas_powerview
* avoid dupe flow
* cleanup
* cleanup
2021-05-03 11:41:20 +02:00
Austin Mroczek
f8d82bbf80
Add unique_id to TotalConnect alarm_control_panel ( #49961 )
...
* add unique_id to alarm_control_panel
* Update homeassistant/components/totalconnect/alarm_control_panel.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-03 11:38:59 +02:00
Matthias Alphart
cfabb06a7a
Add color modes to KNX light ( #49883 )
...
* color_modes support
* return brightness for color lights
even when no brightness address is set
* apply brightness for color lights
* remove unneeded constants
2021-05-03 11:28:02 +02:00
Matthias Alphart
0a6f981b4c
Fix KNX light unique_id ( #49967 )
...
* migrate light unique_id
* review changes
2021-05-03 11:12:06 +02:00
Dermot Duffy
e8446cb4d9
Fix types for shell command ( #50004 )
2021-05-03 10:43:23 +02:00
Unai
9d08178ed1
Upgrade maxcube-api dependency to 0.4.3 ( #49982 )
...
This new version only contains improvements in logs
to try to debug issue #49482
2021-05-03 10:22:47 +02:00
Tomas Hellström
a29dfe0bf5
Update smhi package to 1.0.15 ( #49987 )
2021-05-03 10:21:57 +02:00
Shay Levy
0a38827544
Fix Shelly battery operated devices value rounding ( #49966 )
2021-05-02 23:49:13 -07:00
J. Nick Koston
a4432557d3
Defer writing http config until after startup has calmed down ( #50000 )
2021-05-02 19:48:49 -10:00
Bram Kragten
301d4b0657
Fix saving a scene ( #49980 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-05-02 22:11:57 -07:00
J. Nick Koston
42c48e8cf9
Add reauth support to myq ( #49998 )
2021-05-02 21:52:48 -07:00
Paulus Schoutsen
8e0e1405e8
Make hassfest service validation faster ( #50003 )
2021-05-02 21:49:51 -07:00
Paulus Schoutsen
5e2d30a170
Bumped version to 2021.5.0b6
2021-05-02 21:48:21 -07:00
J. Nick Koston
cd05195155
Check exception causes for matching strings during recorder migration ( #49999 )
2021-05-02 21:48:17 -07:00
Florian Gareis
8d2f6bd363
Upgrade yeelight to 0.6.2 ( #49995 )
2021-05-02 21:48:17 -07:00
Shay Levy
617e47cfa8
Fix Shelly external sensors invalid 999 value ( #49994 )
2021-05-02 21:48:16 -07:00
Paulus Schoutsen
b17b664c0b
Handle different entity_id formats ( #49969 )
2021-05-02 21:48:15 -07:00
Bram Kragten
2a5adce0b9
Correct the selector for frontend.set_theme service ( #49952 )
2021-05-02 21:48:15 -07:00
Bram Kragten
8ca6b8394c
Correct the selector for frontend.set_theme service ( #49952 )
2021-05-02 21:07:26 -07:00
Shay Levy
7c7a56f704
Fix Shelly external sensors invalid 999 value ( #49994 )
2021-05-02 20:58:14 -07:00
J. Nick Koston
1c8d9ca68b
Check exception causes for matching strings during recorder migration ( #49999 )
2021-05-02 20:57:42 -07:00
HomeAssistant Azure
04266301e9
[ci skip] Translation update
2021-05-03 00:05:16 +00:00
Milan Meulemans
6967fd184b
Abstract Rituals API data processing to PyPI ( #49872 )
2021-05-02 13:18:29 -10:00
J. Nick Koston
26fd7fc15b
Add dhcp discovery to tado ( #49992 )
2021-05-02 12:43:59 -10:00
Florian Gareis
93b668a6f9
Upgrade yeelight to 0.6.2 ( #49995 )
2021-05-03 00:05:40 +02:00
Franck Nijhof
6c4448a272
Upgrade elgato to 2.1.0 ( #49975 )
2021-05-02 17:18:36 +02:00
J. Nick Koston
f7fafa6b8b
Add zeroconf discovery to rachio ( #49973 )
2021-05-02 17:09:12 +02:00
Diogo Gomes
24b9d73392
Improves UX of Utility Meter services ( #48556 )
2021-05-02 10:53:35 +02:00
jan iversen
8adbc62a6e
Enable homeassistant.update_entity service for all modbus platforms ( #49918 )
...
* Rename _update() to update()
A platform neeed a function update(), even though
polling is false, this is due to the service:
homeassistant.update_entity, which calls update()
* Update test harnesss to script testing.
Test homeassistant.update_entity in all platforms.
This call calls update() in the platform to get
a new reading.
* Add reuse parameter.
* Move service call from helper to tests.
* Change run_service_update --> prepare_service_update.
* Remove entity_id parameter.
2021-05-02 10:41:36 +02:00
Paulus Schoutsen
1bd9826684
Handle different entity_id formats ( #49969 )
2021-05-01 20:30:28 -07:00
Paulus Schoutsen
2f58b7d950
Bumped version to 2021.5.0b5
2021-05-01 17:25:34 -07:00
Aaron Bach
d927932c47
Fix KeyError in IQVIA ( #49968 )
2021-05-01 17:25:30 -07:00
J. Nick Koston
21a5d5959c
Bump pysonos to 0.0.44 to fix client session race ( #49964 )
...
Fixes #49954
2021-05-01 17:25:29 -07:00
Aaron Bach
04ccbb92c1
Bump simplisafe-python to 9.6.10 ( #49962 )
2021-05-01 17:25:28 -07:00
Alexei Chetroi
bc88f6af09
Bump up ZHA dependencies ( #49959 )
2021-05-01 17:25:28 -07:00
Shay Levy
c2df82b044
Fix light services descriptions ( #49951 )
2021-05-01 17:25:27 -07:00
Shay Levy
9828a58d9a
Shelly light color mode bugfix ( #49948 )
2021-05-01 17:25:26 -07:00
Alan Tse
1c75d5cb94
Bump Tesla dependency teslajsonpy to 0.18.3 ( #49939 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-01 17:25:26 -07:00
Alan Tse
3546ff2da2
Bump Tesla dependency teslajsonpy to 0.18.3 ( #49939 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-05-01 17:04:37 -07:00
HomeAssistant Azure
796f9cad1f
[ci skip] Translation update
2021-05-02 00:04:24 +00:00
Aaron Bach
91e41a0cc2
Fix KeyError in IQVIA ( #49968 )
2021-05-01 16:56:50 -07:00
Milan Meulemans
29d72714f3
Replace dict with DeviceInfo ( #49950 )
...
* Replace dict with DeviceInfo
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-02 00:37:19 +02:00
Ville Skyttä
ddd7e79ee9
Improve device registry internal typing ( #49924 )
2021-05-01 12:33:31 -10:00
J. Nick Koston
4bebedb658
Bump pysonos to 0.0.44 to fix client session race ( #49964 )
...
Fixes #49954
2021-05-01 12:26:10 -10:00
Franck Nijhof
1b5596b4c2
Remove ServiceCallType alias from codebase ( #49844 )
2021-05-02 00:15:27 +02:00
jan iversen
7ac05110ca
Catch non payload modbus messages ( #49910 )
2021-05-02 00:03:52 +02:00
Aaron Bach
9e43239240
Bump simplisafe-python to 9.6.10 ( #49962 )
2021-05-01 11:18:36 -10:00
J. Nick Koston
002b068c0a
Remove YAML support from sense ( #49935 )
2021-05-01 11:17:52 -10:00
Alexei Chetroi
ef2b8bbca8
Bump up ZHA dependencies ( #49959 )
2021-05-01 15:55:04 -04:00
jan iversen
ebee5f7808
Fix ihc typing ( #49946 )
2021-05-01 21:01:56 +02:00
Shay Levy
2440f25aaf
Shelly light color mode bugfix ( #49948 )
2021-05-01 07:43:03 -07:00
jan iversen
60ae230499
Please mypy (axis). ( #49949 )
...
* Please mypy (axis).
* Update homeassistant/components/axis/config_flow.py
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com >
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com >
2021-05-01 16:13:43 +02:00
Shay Levy
20152313db
Fix light services descriptions ( #49951 )
2021-05-01 15:00:40 +02:00
Artem Draft
e597202b24
Update LG Netcast to use new backend library ( #49927 )
...
* Update LG Netcast to use new backend library
Bump lgnetcast to 0.3.3
* Add codeowner in LG Netcast
2021-05-01 07:49:17 -04:00
J. Nick Koston
671aabf9f4
Remove unused imports in fritz, nest, and somfy to fix CI ( #49940 )
2021-04-30 21:58:48 -10:00
Franck Nijhof
8eb27374c6
Clean up connection classes in integrations P-S ( #49893 )
2021-04-30 21:04:44 -10:00
Franck Nijhof
64c7d84108
Clean up connection classes in integrations T-Z ( #49894 )
2021-04-30 21:04:05 -10:00
Franck Nijhof
a6206b2819
Clean up connection classes in integrations M-O ( #49892 )
2021-04-30 21:03:37 -10:00
Franck Nijhof
10d6dfd4ae
Clean up connection classes in integrations H-L ( #49891 )
2021-04-30 21:02:53 -10:00
Franck Nijhof
e652ff3a6a
Clean up connection classes in integrations D-G ( #49890 )
2021-04-30 21:02:21 -10:00
Franck Nijhof
d4d0b93d3b
Clean up connection classes in integrations A-C ( #49888 )
2021-04-30 21:01:52 -10:00
Dermot Duffy
184602e267
Repair elgato types ( #49936 )
2021-04-30 17:51:53 -10:00
HomeAssistant Azure
0efd061255
[ci skip] Translation update
2021-05-01 00:03:44 +00:00
J. Nick Koston
71545f2a68
Avoid writing esphome data if its already up to date on disk ( #49933 )
2021-04-30 12:19:27 -10:00
HomeAssistant Azure
3542f58b18
[ci skip] Translation update
2021-04-30 15:00:52 -07:00
HomeAssistant Azure
35bca704f8
[ci skip] Translation update
2021-04-30 15:00:44 -07:00
Paulus Schoutsen
8189cf8c0b
Bumped version to 2021.5.0b4
2021-04-30 14:59:50 -07:00
Paulus Schoutsen
c10d09f2f4
Iqvia to check bad fetch during setup ( #49931 )
2021-04-30 14:59:38 -07:00
Jason Hunter
cbd292491c
Bump xbox-webapi to 2.0.11 ( #49929 )
2021-04-30 14:59:37 -07:00
Bram Kragten
adb00c1db1
Update frontend to 20210430.0 ( #49928 )
2021-04-30 14:59:36 -07:00
jjlawren
ea3978be98
Use header URI in Plex config flow ( #49915 )
2021-04-30 14:59:35 -07:00
David F. Mulcahey
1577276e87
Small ZHA code cleanup ( #49908 )
2021-04-30 14:59:35 -07:00
David F. Mulcahey
8951b9ede4
Move ZHA config panel section translations to the backend ( #49816 )
2021-04-30 14:59:34 -07:00
Ville Skyttä
77d5244577
Use device registry CONNECTION_* constants ( #49923 )
2021-04-30 23:58:50 +02:00
J. Nick Koston
7ead482082
Reduce homekit executor calls at start ( #49925 )
...
- We do not need to load/persist since we do it in setup
2021-04-30 23:54:54 +02:00
Franck Nijhof
e1a3ef3d69
Clean up config entry handlers decorator from config flows ( #49932 )
2021-04-30 23:28:25 +02:00
Ville Skyttä
59f32f7c9c
Make device info a TypedDict ( #49670 )
2021-04-30 23:21:39 +02:00
jjlawren
37e8571fe8
Use header URI in Plex config flow ( #49915 )
2021-04-30 23:15:59 +02:00
Paulus Schoutsen
a2138a7642
Iqvia to check bad fetch during setup ( #49931 )
2021-04-30 14:04:59 -07:00
jan iversen
aa8ce07e35
Start Modbus cover timer independent if there is a state to restore ( #49919 )
...
* Start timer independent if there is a state to restore.
* Update test cases, that now start working.
2021-04-30 22:36:55 +02:00
Jason Hunter
2b46c6bcda
Bump xbox-webapi to 2.0.11 ( #49929 )
2021-04-30 13:34:46 -07:00
Bram Kragten
5e27358590
Update frontend to 20210430.0 ( #49928 )
2021-04-30 13:25:57 -07:00
Ruslan Sayfutdinov
f53284b200
Make CoordinatorEntity generic ( #49854 )
2021-04-30 13:24:27 -07:00
Franck Nijhof
dc46a213a7
Enable strict typing for the Elgato integration ( #49920 )
2021-04-30 13:21:30 -07:00
Ruslan Sayfutdinov
cbaeec2a4e
Use AddEntitiesCallback type, pt.2 ( #49921 )
2021-04-30 20:38:59 +02:00
David F. Mulcahey
4ed74cd2f5
Move ZHA config panel section translations to the backend ( #49816 )
2021-04-30 09:29:34 -07:00
jan iversen
684ea9e49b
Restructure modbus switch, and solve read/write conflicts ( #49386 )
...
Remove old style configuration from switch.
- The old style configuration allowed a number of illegal
configurations, instead of adding if...log. in setup we
only support the new configuration style.
Add new/changed configuration switch.
Removed verify_state and cleaned configuration to avoid possible
illegal configurations.
2021-04-30 16:47:18 +02:00
Maciej Bieniek
39e8a92596
Remove unused code from Brother config flow ( #49889 )
2021-04-30 16:41:55 +02:00
Raman Gupta
fdc29d6a80
Add device specific discovery for Heatit Z-TRM3 thermostat ( #49804 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-30 16:10:25 +02:00
Maciej Bieniek
37dad92bf7
Split long string in DuneHD test ( #49900 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-30 15:30:21 +02:00
Franck Nijhof
98b305285f
Upgrade pytest-xdist to 2.2.1 ( #49904 )
2021-04-30 14:35:30 +02:00
David F. Mulcahey
20cffc30de
Small ZHA code cleanup ( #49908 )
2021-04-30 13:48:11 +02:00
Erik Montnemery
956c972e72
Add color_mode support to zwave_js light ( #49588 )
2021-04-30 13:46:25 +02:00
Franck Nijhof
2593dc507d
Bumped version to 2021.5.0b3
2021-04-30 11:14:58 +02:00
Franck Nijhof
1e3d90ac0a
Fix unexpected data in Google Travel Time config flow import ( #49903 )
2021-04-30 11:14:38 +02:00
Franck Nijhof
0ae392df75
Fix unexpected data in Waze config flow import ( #49902 )
2021-04-30 11:14:35 +02:00
Franck Nijhof
cd3633c48f
Update frontend to 20210429.0 ( #49896 )
2021-04-30 11:14:32 +02:00
Raman Gupta
83ff5bfa37
Don't validate inputs on platform setup for Google/Waze travel time ( #49886 )
...
* Don't validate inputs on platform setup for Google/Waze travel time
* feedback from other PR
2021-04-30 11:14:29 +02:00
Tom Toor
aa46549be9
Reduced polling interval for mutesync integration ( #49884 )
2021-04-30 11:14:26 +02:00
Aaron Bach
41cf66c294
Remove no-longer-functioning SimpliSafe websocket support ( #49876 )
...
* Remove no-longer-functioning SimpliSafe websocket support
* Linting
2021-04-30 11:14:22 +02:00
Franck Nijhof
0d3d2edbff
Fix unexpected data in Waze config flow import ( #49902 )
2021-04-30 11:12:31 +02:00
Franck Nijhof
2e9bf8ab4e
Fix unexpected data in Google Travel Time config flow import ( #49903 )
2021-04-30 11:12:13 +02:00
Franck Nijhof
9b863324c5
Update frontend to 20210429.0 ( #49896 )
2021-04-30 10:26:56 +02:00
Ville Skyttä
a19f757120
Allow str 1..n-tuples in device registry identifier type hints ( #49864 )
...
This reflects current practice, but the intent has been to have them as
2-tuples, and a future change is likely to start enforcing that (again).
Refs https://github.com/home-assistant/core/pull/49670#discussion_r622344872
2021-04-30 08:56:55 +02:00
Raman Gupta
1b6cd9e0f3
Don't validate inputs on platform setup for Google/Waze travel time ( #49886 )
...
* Don't validate inputs on platform setup for Google/Waze travel time
* feedback from other PR
2021-04-30 08:33:15 +02:00
Tom Toor
dcaefe9f5a
Reduced polling interval for mutesync integration ( #49884 )
2021-04-30 07:55:51 +02:00
jjlawren
adba82de8b
Do not pass hass.data to Sonos entities ( #49881 )
2021-04-30 07:01:09 +02:00
Aaron Bach
73714eba4b
Remove no-longer-functioning SimpliSafe websocket support ( #49876 )
...
* Remove no-longer-functioning SimpliSafe websocket support
* Linting
2021-04-29 19:02:45 -06:00
HomeAssistant Azure
38a03009ae
[ci skip] Translation update
2021-04-30 00:04:58 +00:00
Paulus Schoutsen
4087a173cd
Bumped version to 2021.5.0b2
2021-04-29 14:34:47 -07:00
Bram Kragten
ff6396d9c2
Update frontend to 20210407.1 ( #49882 )
2021-04-29 14:34:36 -07:00
Franck Nijhof
615ee6c6c4
Fix jumpy Verisure Wallplug state ( #49880 )
2021-04-29 14:34:35 -07:00
Ville Skyttä
809bb4d5ed
Restore missing Huawei LTE cleanup on HA stop ( #49871 )
...
Refs https://github.com/home-assistant/core/pull/49788#discussion_r623071013
2021-04-29 14:34:34 -07:00
Shay Levy
6bb738ee27
Add color modes to Shelly light ( #49867 )
2021-04-29 14:34:34 -07:00
Raman Gupta
eb17adf4fa
Fix options flow bugs in Google/Waze Time Travel ( #49866 )
2021-04-29 14:34:33 -07:00
Maciej Bieniek
81712cbd0d
Fix host_valid() logic in Vilfo config flow ( #49862 )
2021-04-29 14:34:32 -07:00
Raman Gupta
9574465acc
Use EVENT_HOMEASSISTANT_STARTED instead of EVENT_HOMEASSISTANT_START ( #49861 )
2021-04-29 14:34:32 -07:00
Maciej Bieniek
fddbed944d
Fix host_valid() logic in DuneHD config flow ( #49860 )
2021-04-29 14:34:31 -07:00
Maciej Bieniek
3e47d2abd2
Fix host_valid() logic in BraviaTV config flow ( #49857 )
2021-04-29 14:34:30 -07:00
Ruslan Sayfutdinov
560a7a3ed3
Rename FlowResultDict to FlowResult ( #49847 )
2021-04-29 14:34:29 -07:00
Franck Nijhof
735bd121e1
hassfest detect built-in domain override for custom integrations ( #49845 )
2021-04-29 14:34:29 -07:00
Raman Gupta
5c39fd5863
Improve Google Travel Time import and naming logic ( #49839 )
2021-04-29 14:34:28 -07:00
Raman Gupta
44aaa0499a
Improve Waze Travel Time import and naming logic ( #49838 )
2021-04-29 14:34:27 -07:00
Aaron David Schneider
28fadad208
Fix Fritz device tracker multiple routers ( #49808 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-29 14:34:26 -07:00
jan iversen
f459cef967
Catch missing/unavailable response from modbus ( #49632 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-29 14:34:26 -07:00
Paulus Schoutsen
ba7b05442c
Add auto_off to binary sensor template entity ( #49615 )
2021-04-29 14:34:25 -07:00
karliemeads
f009f251c9
Apply default light profile only when light is toggled from off to on ( #49376 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-29 14:34:24 -07:00
Bram Kragten
55b5a1ed9c
Update frontend to 20210407.1 ( #49882 )
2021-04-29 14:31:51 -07:00
Franck Nijhof
b2c1da54aa
Fix jumpy Verisure Wallplug state ( #49880 )
2021-04-29 14:31:34 -07:00
Franck Nijhof
c68b259bd3
Cleanup of unused connection_class logic ( #49865 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com >
2021-04-29 23:12:58 +02:00
jjlawren
db886ef03a
Add additional Sonos codeowner ( #49879 )
2021-04-29 13:50:16 -07:00
karliemeads
2dedf3dd07
Apply default light profile only when light is toggled from off to on ( #49376 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-29 22:06:09 +02:00
Raman Gupta
042099de14
Fix options flow bugs in Google/Waze Time Travel ( #49866 )
2021-04-29 12:57:48 -07:00
Ville Skyttä
22bda640b0
Restore missing Huawei LTE cleanup on HA stop ( #49871 )
...
Refs https://github.com/home-assistant/core/pull/49788#discussion_r623071013
2021-04-29 20:45:25 +02:00
Aaron David Schneider
0421c55bf1
Fix Fritz device tracker multiple routers ( #49808 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-29 11:10:36 -07:00
Paulus Schoutsen
f5e4b13814
Add auto_off to binary sensor template entity ( #49615 )
2021-04-29 09:25:34 -07:00
Shay Levy
87a595d928
Add color modes to Shelly light ( #49867 )
2021-04-29 09:13:58 -07:00
jan iversen
760caeed85
Complete modbus device response tests ( #49633 )
...
* Prepare test harness for new pymodbus return types.
Use pytest.fixture to mock pymodbus.
Use pytest.fixture to load modbus using mocked pymodbus
Add test of Exception/IllegalResponse/ExceptionResponse from pymodbus.
* Modbus.py is back at 100% test coverage.
* Added assert mock.called.
* add mock reset.
2021-04-29 18:06:56 +02:00
Maciej Bieniek
0379dee47e
Fix host_valid() logic in Vilfo config flow ( #49862 )
2021-04-29 17:11:22 +02:00
Ruslan Sayfutdinov
a4db35a16e
Rename FlowResultDict in scaffold template ( #49858 )
2021-04-29 17:10:31 +02:00
Raman Gupta
4a95f6c2a3
Improve Google Travel Time import and naming logic ( #49839 )
2021-04-29 17:10:03 +02:00
Raman Gupta
5d421c9715
Use EVENT_HOMEASSISTANT_STARTED instead of EVENT_HOMEASSISTANT_START ( #49861 )
2021-04-29 17:06:27 +02:00
Maciej Bieniek
61991572d7
Fix host_valid() logic in DuneHD config flow ( #49860 )
2021-04-29 17:05:09 +02:00
Maciej Bieniek
3210c086ef
Improve type annotations for the Brother integration ( #49771 )
2021-04-29 16:59:31 +02:00
djtimca
f7cf82be6d
Add Omnilogic Switch platform ( #42116 )
...
* Bump omnilogic dependency to 0.4.4 to fix Lights key error.
* Bumped dependency to 0.4.5.
* Fixed pump type issue for unique pool structure.
* Create full platform bundle for final testing and PR to Home Assistant dev.
* Removed logger instances not required.
* Fixed lint issues.
* Fixed pylint issues.
* Fix pylint issues. Fix issue with pH sensor offset.
* Stripped light, water_heater platform for PR submit.
* Correct pH and ORP sensor report to unknown with offset if pump is off.
* Moving guard condition check to helper function.
* Update to asyncio.sleep to wait for switch status delay in Hayward API status.
* Removed sleep, added state delay to handle slow Hayward API state update response.
* Fix flake8 issue.
* Fix flake8 issue.
* Fix isort issue.
* Addressed PR Comments.
* Addressed PR comments. Corrected Unit of Measure for sensor where pump speed is not variable.
* Fix pylint issue.
* Address pylint issue.
* Update homeassistant/components/omnilogic/switch.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-29 16:46:04 +02:00
Angelo Gagliano
7c28262bee
Add codeowners for DHT ( #49855 )
2021-04-29 16:11:56 +02:00
Maciej Bieniek
9588e0d35a
Fix host_valid() logic in BraviaTV config flow ( #49857 )
2021-04-29 16:09:59 +02:00
jan iversen
5b6d2edb48
Catch missing/unavailable response from modbus ( #49632 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-29 15:59:17 +02:00
Ruslan Sayfutdinov
02764c2f46
Disable strict type checks for tests ( #49851 )
2021-04-29 15:57:02 +02:00
Raman Gupta
6f36fcc427
Improve Waze Travel Time import and naming logic ( #49838 )
2021-04-29 15:49:16 +02:00
Ruslan Sayfutdinov
183220008d
Rename FlowResultDict to FlowResult ( #49847 )
2021-04-29 13:40:51 +02:00
Franck Nijhof
8be6605be9
Remove example entry from PR template ( #49842 )
2021-04-29 13:37:55 +02:00
Ruslan Sayfutdinov
0301706fc6
Define AddEntitiesCallback type ( #49812 )
2021-04-29 12:28:14 +02:00
Franck Nijhof
de6c9e67b1
Upgrade black to 21.4b2 ( #49841 )
2021-04-29 11:50:29 +02:00
Franck Nijhof
52f3a7249f
hassfest detect built-in domain override for custom integrations ( #49845 )
2021-04-29 11:43:23 +02:00
Joakim Sørensen
b7184b669f
Add onboarded key to analytics WS command ( #49751 )
2021-04-29 11:11:23 +02:00
Erik Montnemery
bf57c77d5c
Add color_mode to demo light ( #49694 )
...
* Update demo light with color mode support
* Add rgbw and rgbww color properties
* Update demo light
* Tweak
* Remove unneeded _clear_colors
2021-04-29 10:45:17 +02:00
Fabian Affolter
25d257b631
Upgrade py-cpuinfo to 8.0.0 ( #49833 )
2021-04-29 08:39:03 +02:00
Ruslan Sayfutdinov
5008c27e7a
Relax type annotation for DataUpdateCoordinator data ( #49827 )
2021-04-28 18:31:08 -10:00
Ruslan Sayfutdinov
a0bf95d4b5
Validate if modules in mypy config exist ( #49810 )
2021-04-29 06:29:53 +02:00
Mike Keesey
1c0fd61075
Remove references to hass.data in harmony tests ( #49836 )
...
Instead, just use the mocks directly.
2021-04-28 18:27:57 -10:00
HomeAssistant Azure
27816aa4d5
[ci skip] Translation update
2021-04-29 00:03:34 +00:00
Franck Nijhof
16e096de0c
Bump version to 2021.6.0dev0 ( #49830 )
2021-04-28 23:48:48 +02:00
Franck Nijhof
962ccc93eb
Bumped version to 2021.5.0b1
2021-04-28 22:46:25 +02:00
Franck Nijhof
c4a2dd5c3d
Remove DHT from Raspberry Pi machine builds ( #49829 )
2021-04-28 22:45:12 +02:00
Raman Gupta
92ce79675b
Set ClimaCell API limit to 500 requests/day ( #49828 )
2021-04-28 22:45:09 +02:00
Aaron Bach
2288d60ce4
Bump pyairvisual to 5.0.8 ( #49823 )
2021-04-28 22:45:06 +02:00
Anders Melchiorsen
622db888ec
Fix color setting in LIFX services ( #49822 )
2021-04-28 22:45:00 +02:00
Simone Chemelli
ca1cf64cc2
Add service target to Neato ( #49803 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-04-28 22:44:52 +02:00
Franck Nijhof
14af6d3884
Remove DHT from Raspberry Pi machine builds ( #49829 )
2021-04-28 22:43:40 +02:00
Raman Gupta
105504cb89
Set ClimaCell API limit to 500 requests/day ( #49828 )
2021-04-28 13:43:07 -07:00
Anders Melchiorsen
21872c42fe
Fix color setting in LIFX services ( #49822 )
2021-04-28 13:31:40 -07:00
Simone Chemelli
ff137fe186
Add service target to Neato ( #49803 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-04-28 22:18:00 +02:00
Aaron Bach
d749015b96
Bump pyairvisual to 5.0.8 ( #49823 )
2021-04-28 21:34:19 +02:00
tkdrob
74f95ac338
Add switch platform to goalzero ( #48612 )
...
* Add switch platform to goalzero
* fix update interval
* Apply some suggested changes
* pass device class to parent
* Drop passing device_class
* Tweaks
* Drop underscore prefix
2021-04-28 21:24:56 +02:00
Franck Nijhof
e11ff6a15e
Bumped version to 2021.5.0b0
2021-04-28 20:31:08 +02:00
Paulus Schoutsen
2908332a4e
Bump frontend to 20210428.0 ( #49821 )
2021-04-28 11:21:51 -07:00
Robert Svensson
056f636568
Add tampering sensor to deCONZ integration ( #49776 )
2021-04-28 20:16:06 +02:00
tkdrob
883513e089
Add selectors to google services ( #49796 )
2021-04-28 19:58:53 +02:00
jjlawren
8c311cbaa0
Handle special Plex library sections ( #49525 )
2021-04-28 19:58:05 +02:00
Robert Svensson
5e07ab17b2
Add support for deCONZ alarm events in logbook ( #49652 )
...
* Add support for alarm events in logbook
* Update homeassistant/components/deconz/alarm_control_panel.py
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
2021-04-28 19:46:15 +02:00
Joakim Sørensen
296dc9303f
Add OS version and board type to analytics ( #49725 )
2021-04-28 19:13:09 +02:00
Robert Svensson
311e0e4185
Last minute tweaks to deCONZ alarm panel entity service( #49819 )
...
Text for entry and exit delay was wrong
Remove functions that need a bit more investigating
2021-04-28 18:54:53 +02:00
Chris
e85d58c3a1
Fix white_value causing zwave-js to set non-existing values ( #49799 )
2021-04-28 09:23:48 -07:00
Pascal Vizeli
1e2f242220
Update base image to version 2021.04.3 ( #49817 )
2021-04-28 18:03:21 +02:00
J. Nick Koston
11a56df2cb
Serialize websocket messages before placing them in the queue ( #49582 )
2021-04-28 08:55:18 -07:00
Joakim Sørensen
3088f063d2
Don't overwrite existing files when generating configuration ( #49815 )
2021-04-28 17:15:04 +02:00
Raman Gupta
795fe18a90
Add additional zwave_js WS API commands for nodes ( #49509 )
...
* Add zwave_js WS API commands for node.refresh_values and node.refresh_cc_values
* remove guard since API will be used by frontend
* add missing validation
* use get in case node ID is wrong
* use decorator
* add additional coverage
2021-04-28 10:22:18 -04:00
Matthias Alphart
78befcd3fd
Fix KNX unique_id ( #49677 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-28 15:50:01 +02:00
Erik Montnemery
e96cbccc92
Improve color conversion for RGBWW lights ( #49807 )
2021-04-28 15:46:41 +02:00
Martin Hjelmare
9e1042d9e0
Fix zwave_js flow set add-on options ( #49813 )
...
* Fix zwave_js flow set add-on options
* Improve and deduplicate error messages
* Add more call assertions
* Add final missing call assertion
2021-04-28 15:09:39 +02:00
Franck Nijhof
ded8297d27
Merge branch 'master' into dev
2021-04-28 15:06:10 +02:00
Erik Montnemery
3cb4ff8c4a
Bump hatasmota to 0.2.11 ( #49811 )
2021-04-28 13:52:46 +02:00
tkdrob
be3e77c3e7
Add selector and target to pi_hole services ( #49795 )
2021-04-28 13:25:06 +02:00
Franck Nijhof
7d7b942dfa
Small typing tweaks to Light component ( #49718 )
...
* Small typing tweaks to Light component
* Use abc collection
2021-04-28 12:04:59 +02:00
tkdrob
a6a85de2f8
Add selectors to icloud services ( #49797 )
2021-04-28 11:55:09 +02:00
J. Nick Koston
3f547e58d7
Fix zeroconf test inadvertently matching strings that start with name ( #49578 )
...
* Fix zeroconf test inadvertently matching strings that start with name
* adjust
* adjust
2021-04-28 11:47:36 +02:00
J. Nick Koston
14869483ca
Fix scrape sensor auth with httpx ( #49806 )
2021-04-28 11:24:11 +02:00
J. Nick Koston
dcb5b9f8b5
Bump httpx to 0.18.0 and respx to 0.17.0 ( #49805 )
2021-04-28 11:22:09 +02:00
Raman Gupta
1cb907c2e3
Add zwave_js discovery schema for Vision Security ZL7432 ( #49510 )
...
* Add zwave_js discovery schema for Vision Security ZL7432
* add tests
* fix test
* add correct fixture
* Make discussed changes
* fix tests
* move event handler
* fix logic to get entity ID
* add test
* make discovery test more explicit
* remove domain from event data
* always provide entity_id key to make automations easier and translate value if possible
* formatting
* comment
* dont overwrite value
2021-04-28 10:22:54 +02:00
Erik Montnemery
d7247c2ace
Correct conversion of RGB and XY colors to RGBW ( #49802 )
2021-04-28 10:12:20 +02:00
Angelo Gagliano
d6c01cc0e6
Convert DHT to use circuitpython library ( #41525 )
...
* Converts DHT to use circuitpython library
* Adds dht requirement to requirements_all
* Cleanup for isort,black and requirements
* Adds validation to prefix with D for PIN
* Sends name over to dhtclient
* Adds exceptions for broad-except
* Adds explict except for raised exception
* Removes unused var
* Moves setting dht var out of try
* Bump to 3.5.8
* Moves non-exception steps to else
* Bump library version
* Bumps version
2021-04-28 09:52:57 +02:00
Matt Zimmerman
17e9e4fa31
update python-smarttub dependency to 0.0.24 ( #49800 )
2021-04-27 18:06:08 -10:00
Alexei Chetroi
345873f94f
Don't bind all clusters unconditionally ( #49793 )
2021-04-27 20:25:34 -04:00
Erik Montnemery
575b8340fc
Fix entity_id change for Google Cast ( #49743 )
2021-04-28 01:40:41 +02:00
Bram Kragten
a30b21ad50
Update frontend to 20210427.0 ( #49794 )
2021-04-27 16:02:21 -07:00
Franck Nijhof
89e7983ee0
Add Blueprint foundation to Scripts ( #48621 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-27 15:15:38 -07:00
Greg Dowling
cd84595429
Rework roon media player grouping to use media_player base services ( #49667 )
...
* Add group/join status attributes to roon player.
* Rework join/unjoin code to use base media_player services.
* Switch join and unjoin to be sync.
2021-04-27 23:55:29 +02:00
Dermot Duffy
3fda66d9e2
Change motionEye to use a two item device identifier tuple ( #49774 )
...
* Change to a two item device identifier tuple.
* Don't use join.
2021-04-27 23:48:27 +02:00
Maciej Bieniek
513685bbea
Add dynamic update interval to Airly integration ( #47505 )
...
* Add dynamic update interval
* Update tests
* Improve tests
* Improve comments
* Add MAX_UPDATE_INTERVAL
* Suggested change
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Use async_fire_time_changed to test update interval
* Fix test_update_interval
* Patch dt_util in airly integration
* Cleaning
* Use total_seconds instead of seconds
* Fix update interval test
* Refactor update interval test
* Don't create new context manager
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-27 23:34:53 +02:00
Ville Skyttä
9db6d0cee4
Huawei LTE unload cleanups ( #49788 )
2021-04-27 23:08:14 +02:00
tkdrob
c193f8fd18
Clean up intent_script ( #49770 )
2021-04-27 22:55:26 +02:00
J. Nick Koston
f9a2c1cfd5
Reduce config entry setup/unload boilerplate V-Z ( #49789 )
2021-04-27 22:51:11 +02:00
Tom Toor
a57761103c
Mutesync integration ( #49679 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-27 13:44:59 -07:00
Kevin Worrel
41c6474249
Add Screenlogic IntelliChem and SCG data ( #49689 )
2021-04-27 10:43:48 -10:00
J. Nick Koston
4b74c57285
Reduce config entry setup/unload boilerplate T-U ( #49786 )
2021-04-27 22:19:57 +02:00
J. Nick Koston
87420627a8
Reduce config entry setup/unload boilerplate Q-S ( #49778 )
2021-04-27 22:10:04 +02:00
Erik Montnemery
d2fd504442
Limit precision when stringifying float states ( #48822 )
...
* Limit precision when stringifying float states
* Add test
* Fix typing
* Move StateType
* Update
* Move conversion to entity helper
* Address review comments
* Tweak precision
* Tweak
* Make _stringify_state an instance method
2021-04-27 21:48:24 +02:00
Ville Skyttä
5e00fdccfd
Use ConfigEntry.async_on_unload in UpCloud ( #49784 )
2021-04-27 21:41:03 +02:00
tkdrob
458ca970c9
Add selectors to profiler services ( #49781 )
2021-04-27 21:02:48 +02:00
Ben
ebbcfb1bc7
Fix and upgrade surepetcare ( #49223 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-27 20:58:52 +02:00
J. Nick Koston
3f3f77c6e6
Reduce config entry setup/unload boilerplate N-P ( #49777 )
2021-04-27 20:42:21 +02:00
tkdrob
6df19205da
Add selectors to group services ( #49779 )
2021-04-27 20:37:59 +02:00
tkdrob
81264ff759
Add selectors to synology_dsm services ( #49772 )
2021-04-27 20:34:21 +02:00
tkdrob
046f02b7b8
Add selectors to device_tracker services ( #49780 )
2021-04-27 20:31:53 +02:00
Erik Montnemery
fdadacd158
Improve color conversion for RGBW lights ( #49764 )
2021-04-27 20:07:55 +02:00
tkdrob
ba76d9f977
Add selectors to zha services ( #49773 )
...
* Add selectors to zha services
* Use IEEE
2021-04-27 13:39:41 -04:00
Erik Montnemery
ce64690817
Make number of stored traces configurable ( #49728 )
2021-04-27 10:27:12 -07:00
J. Nick Koston
b10534359b
Reduce config entry setup/unload boilerplate K-M ( #49775 )
2021-04-27 18:49:13 +02:00
tkdrob
b5cb9e4ade
Clean up tellduslive constants ( #49765 )
2021-04-27 18:36:41 +02:00
tkdrob
d2d80093a1
Add selector to google assistant services ( #49769 )
2021-04-27 18:33:52 +02:00
Ruslan Sayfutdinov
2adc6d62e5
Replace .no-strict-typing with .strict-typing ( #49762 )
2021-04-27 09:13:11 -07:00
David F. Mulcahey
a644c2e8ba
Add alarm control panel support to ZHA ( #49080 )
...
* start implementation of IAS ACE
* starting alarm control panel
* enums
* use new enums from zigpy
* fix import
* write state
* fix registries after rebase
* remove extra line
* cleanup
* fix deprecation warning
* updates to catch up with codebase evolution
* minor updates
* cleanup
* implement more ias ace functionality
* cleanup
* make config helper work for supplied section
* connect to configuration
* use ha async_create_task
* add some tests
* remove unused restore method
* update tests
* add tests from panel POV
* dynamically include alarm control panel config
* fix import
Co-authored-by: Alexei Chetroi <lexoid@gmail.com >
2021-04-27 10:58:59 -04:00
jjlawren
d4ed65e0f5
Add power binary_sensor support to Sonos ( #49730 )
...
* Add power binary_sensor support to Sonos
* Prepare for future unloading of config entries
* Remove unnecessary calls to super() inits
* Add binary_sensor to tests, remove invalid test for empty battery payload
* Move sensor added_to_hass to common sensor class
* Avoid dispatching sensors if no battery
* Use proper attributes property
* Remove power source fallback
* Update homeassistant/components/sonos/speaker.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-27 04:52:05 -10:00
tkdrob
9742bfdf46
Add selectors to wake_on_lan services ( #49767 )
2021-04-27 16:41:37 +02:00
J. Nick Koston
a1fdf84dba
Reduce config entry setup/unload boilerplate G-J ( #49737 )
2021-04-27 16:09:59 +02:00
tkdrob
157dd273da
Use core constants for openalpr_cloud ( #49755 )
2021-04-27 10:05:14 -04:00
tkdrob
978d706b08
Clean up deconz constants ( #49754 )
2021-04-27 10:05:03 -04:00
tkdrob
664075962f
Clean up profiler constants ( #49752 )
2021-04-27 10:04:45 -04:00
David F. Mulcahey
b91d2be00b
Better ZHA device reconfiguration ( #49672 )
...
* initial take
* cleanup
* fix mock for configure_reporting
2021-04-27 10:04:22 -04:00
David F. Mulcahey
6bc0fb2e42
Bump ZHA quirks library ( #49757 )
2021-04-27 10:02:16 -04:00
Joakim Sørensen
f6be95eb4c
Use machine in name for machine build ( #49761 )
2021-04-27 15:04:47 +02:00
Milan Meulemans
ff57a5bd7d
Manifest cleanup ( #49745 )
...
* Remove empty homekit dict in guardian manifest
* Clean up srp_energy manifest
2021-04-27 13:52:13 +02:00
Vincent Le Bourlot
b5fdc05f5f
Fix neato possible None state when creating entity ( #49746 )
2021-04-27 13:47:20 +02:00
Pascal Vizeli
4b8e1335bc
Fix " on build pipeline ( #49756 )
2021-04-27 13:45:58 +02:00
dependabot[bot]
238198e05e
Update actions/setup-python requirement to v2.2.2 ( #49742 )
...
Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python ) to permit the latest version.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](dc73133d4d )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 13:24:13 +02:00
Pascal Vizeli
d2c989ed93
Fix variable{1} on build pipeline ( #49750 )
2021-04-27 12:41:31 +02:00
Pascal Vizeli
b28a868fd0
Fix arch command on build pipeline for machine ( #49748 )
2021-04-27 12:37:41 +02:00
Erik Montnemery
96e7ae94f8
Fix config entry reference for Home Assistant Cast user ( #49729 )
...
* Fix config entry reference for Home Assistant Cast user
* Simplify config_entry lookup
2021-04-27 11:20:10 +02:00
Bram Kragten
b00ccf98f0
TP Link: Don't report HS when in CT mode ( #49704 )
...
* TP Link: Don't report HS when in CT mode
* Update tests
2021-04-27 11:19:21 +02:00
Pascal Vizeli
0d410209d2
Add dispatch - odroid c2 ( #49744 )
2021-04-27 11:17:40 +02:00
jan iversen
e5e215353d
Add swap byte/word/byteword option to modbus sensor ( #49719 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-27 10:49:41 +02:00
Pascal Vizeli
1b957a0ce0
Use ' instead of " for build if workflows ( #49739 )
2021-04-27 10:36:13 +02:00
J. Nick Koston
a67b9eff17
Reduce config entry setup/unload boilerplate D-F ( #49733 )
2021-04-26 20:46:49 -10:00
Robert Svensson
58ad3b61f7
Entities for secondary temperature values created by certain Xiaomi devices in deCONZ ( #49724 )
...
* Create sensors for secondary temperature values created by certain Xiaomi devices
* Fix tests
2021-04-27 08:43:06 +02:00
J. Nick Koston
b27e9e376d
Use StaticPool for recorder and NullPool for all other threads with sqlite3 ( #49693 )
2021-04-26 19:20:31 -10:00
tkdrob
d9714e6b79
Use core constants for nad ( #49709 )
2021-04-26 21:21:41 -05:00
HomeAssistant Azure
cd7d3ed12a
[ci skip] Translation update
2021-04-27 00:04:45 +00:00
jan iversen
677d8e9a89
Add restore last state test to modbus sensor ( #49721 )
2021-04-27 00:20:50 +02:00
Joakim Sørensen
9d3b5cd0de
Change log severity from warn to error for custom integration version ( #49726 )
2021-04-26 15:04:39 -07:00
djtimca
2a2e573987
Bump omnilogic dependency to 0.4.5 ( #49526 )
2021-04-27 00:02:39 +02:00
jjlawren
dc50524f32
Cleanup implementation of new Sonos sensors ( #49716 )
2021-04-26 23:59:04 +02:00
Bram Kragten
9e7d83b2d5
Don't combine old and new value on scene update ( #49248 )
2021-04-26 23:38:30 +02:00
Pascal Vizeli
1527b9cad7
Build images on GitHub actions ( #48318 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-26 22:19:40 +02:00
Franck Nijhof
9c3c67b71b
Upgrade black to 21.4b0 ( #49715 )
2021-04-26 10:18:30 -10:00
J. Nick Koston
51be2f860a
Reduce boilerplate to setup config entry platforms A-C ( #49681 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-26 07:46:55 -10:00
tkdrob
922eec0909
Use core constants for kwb ( #49708 )
2021-04-26 17:12:36 +02:00
Doomic
41d6d64ca4
Add unique_id to WOL integration ( #49604 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-26 15:55:41 +02:00
tkdrob
a7393cd8b4
Add selectors to plex services ( #49706 )
2021-04-26 15:47:25 +02:00
tkdrob
c4f0f818c7
Add selectors to frontend services ( #49701 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-26 15:36:36 +02:00
tkdrob
5b1ed44613
Add selectors to ps4 services ( #49702 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-26 15:35:45 +02:00
tkdrob
639dac1eaa
Add selector to tts services ( #49703 )
2021-04-26 14:51:28 +02:00
Matthias Alphart
7acb16e2af
KNX Schema improvements ( #49678 )
2021-04-26 14:36:01 +02:00
tkdrob
70be0561d0
Add selectors to cast services ( #49684 )
2021-04-26 14:29:38 +02:00
Ruslan Sayfutdinov
37466ae423
Don't ignore mypy errors by default ( #49270 )
2021-04-26 14:23:21 +02:00
tkdrob
0f220001a0
Add selectors to ecobee services ( #49499 )
2021-04-26 13:52:17 +02:00
J. Nick Koston
9a6402c1ae
Only compile esphome icon schema once ( #49688 )
2021-04-26 12:37:13 +02:00
MarBra
1b14a2f54f
Address late review comments for denonavr ( #49666 )
...
* denonavr: Add DynamicEQ and Audyssey service
* Remove useless return and entry.option in hass.data
* Remove duplicate translation
2021-04-26 11:22:07 +02:00
Fabian Affolter
940d28960b
Upgrade TwitterAPI to 2.7.2 ( #49680 )
2021-04-26 07:43:52 +02:00
J. Nick Koston
9222d3e9f9
Ensure hue connection errors are passed to ConfigEntryNotReady ( #49674 )
...
- Limits log spam on retry
2021-04-25 16:42:45 -10:00
tkdrob
5a993a3ff3
Use core constants for apprise ( #49683 )
2021-04-25 20:22:01 -05:00
Alexei Chetroi
4a6bb96a0f
Stop fast polling of a Zigbee device after a check-in command ( #49685 )
...
* Stop fast polling after a check-in
* Update tests
2021-04-25 21:15:04 -04:00
HomeAssistant Azure
e5e71c2026
[ci skip] Translation update
2021-04-26 00:04:21 +00:00
Kevin Worrel
6f1273cf1c
Refactor screenlogic API data selection ( #49682 )
2021-04-25 13:17:42 -10:00
Milan Meulemans
73b7a68e97
Fix Rituals battery sensor KeyError ( #49661 )
2021-04-25 12:47:36 -10:00
J. Nick Koston
855559004b
Drop unneeded async_setup from august ( #49675 )
2021-04-25 23:13:54 +02:00
jan iversen
33e8553d92
Fix frontend freeze due to modbus device not responding ( #49651 )
...
Changing the timeout from package default, secures SENDING will
timeout, and after 3 retries break off.
Remark: this commit is tested with pymodbus v2.5.1 the old version
v2.3.0 have several problems in this area.
self._value = await self.async_get_last_state()
pymodbus v2.5.1 is active on DEV (bumped in an earlier PR).
2021-04-25 23:11:01 +02:00
J. Nick Koston
9689e06d3c
Bump async-upnp-client to 0.16.2 ( #49671 )
2021-04-25 10:32:39 -10:00
tkdrob
d24cbde913
Add target and selectors to sonos services ( #49536 )
2021-04-25 10:28:42 -10:00
Thibaut
f7b72669dc
Don't mark Somfy devices as unavailable ( #49662 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-25 10:28:31 -10:00
Michael
a5e25e519f
Remove yaml configuration from fritzbox ( #49663 )
2021-04-25 09:49:08 -10:00
Ville Skyttä
631ab367e2
Fix typing.Any spelling ( #49673 )
2021-04-25 09:36:21 -10:00
Simone Chemelli
85438db1ec
Fix Fritz unload ( #49669 )
2021-04-25 09:07:31 -10:00
Marc Mueller
7b33ed11c2
Fix missing default value in fritz scan_devices ( #49668 )
2021-04-25 20:28:40 +02:00
Marc Mueller
510a3ae915
Improve zeroconf test fixture ( #49657 )
2021-04-25 08:16:38 -10:00
jjlawren
3be8c9c1c0
Add battery support for Sonos speakers ( #49441 )
...
Co-authored-by: Walter Huf <hufman@gmail.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-25 07:20:21 -10:00
tkdrob
7ecd4f5eed
Fix pylint failures caused by fritz ( #49655 )
...
* Fix test failures caused by fritz
* Fix typing.Any
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2021-04-25 15:48:03 +02:00
Dermot Duffy
3077363f44
Supplementary fixes to new motionEye integration ( #49626 )
2021-04-25 15:27:46 +02:00
jan iversen
914451d99c
Remove dead code in modbus sensor and 100% test coverage ( #49634 )
2021-04-25 15:25:02 +02:00
J. Nick Koston
0862212942
Switch screenlogic discovery to use async version ( #49650 )
2021-04-25 12:41:40 +02:00
J. Nick Koston
3fa8ffa731
Enable mccabe complexity checks in flake8 ( #49616 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-25 12:38:40 +02:00
Paulus Schoutsen
9f8e683ae3
Ask for IoT class during scaffold ( #49647 )
...
Co-authored-by: Milan Meulemans <milan.meulemans@live.be >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-25 12:13:22 +02:00
Simone Chemelli
b92f29997e
Rework Fritz config_flow and device_tracker ( #48287 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-25 00:10:33 -10:00
J. Nick Koston
376b787e4d
Skip recorder commit if there is nothing to do ( #49614 )
2021-04-25 12:05:49 +02:00
starkillerOG
3e3cd0981d
Reduce hue gamut warning to debug ( #49624 )
2021-04-25 11:50:08 +02:00
J. Nick Koston
e2837f08e8
Small cleanups for august ( #49493 )
2021-04-25 11:32:34 +02:00
Ville Skyttä
153d6e891e
Use config_entries.SOURCE_* constants ( #49631 )
2021-04-25 11:27:40 +02:00
Shay Levy
34a588d1ba
Fix Shelly button first trigger ( #49635 )
2021-04-24 21:47:18 -07:00
J. Nick Koston
aaba9766ff
Bump scapy to 2.4.5 for dhcp ( #49437 )
2021-04-24 15:16:52 -10:00
Daniel Pervan
f11834d85c
Fix August Type error ( #49636 )
2021-04-24 14:40:39 -10:00
Michael
a352516944
Implement DataUpdateCoordinator to fritzbox integration ( #49611 )
2021-04-24 14:40:12 -10:00
Marc Mueller
f1d48ddfe3
Update pylint to 2.8.0 ( #49637 )
2021-04-24 14:39:24 -10:00
HomeAssistant Azure
28eaa67986
[ci skip] Translation update
2021-04-25 00:04:46 +00:00
jan iversen
49c23bad29
Revert "Remove HomeAssistantType from typing.py as it is no...2 ( #49617 )
...
This reverts commit 39cb22374d .
Added comment that HomeAssistantType is not to be used, but only
kept in order not to break custom components.
2021-04-24 09:10:07 -10:00
Olivér Falvai
46ef85f471
Add new Huawei LTE sensor metadata, improve icons ( #49436 )
2021-04-24 18:41:15 +03:00
Paulus Schoutsen
dcee78b747
Template sensor/binary sensors without trigger now respect section unique id ( #49613 )
2021-04-24 07:14:31 -07:00
Robert Svensson
b0fecdcc3d
Add entity service for deCONZ alarm control panel to control states used to help guide user transition between primary states ( #49606 )
2021-04-24 15:46:16 +02:00
Matthias Alphart
671148b6ca
Update xknx to version 0.18.1 ( #49609 )
2021-04-24 14:18:14 +02:00
J. Nick Koston
9a7d500b80
Cancel august interval track at stop event ( #49198 )
2021-04-24 14:13:25 +02:00
Dermot Duffy
bbe58091a8
Create a motionEye integration ( #48239 )
2021-04-23 23:00:28 -07:00
Franck Nijhof
a380632384
Upgrade watchdog to 2.0.3 ( #49594 )
2021-04-23 18:12:08 -10:00
Jakub Bartkowiak
33d4d545a7
Fix charging error in Roomba integration ( #49416 )
2021-04-23 17:22:56 -10:00
Paulus Schoutsen
0072923fbe
Bump frontend to 20210423.0
2021-04-23 20:10:58 -07:00
HomeAssistant Azure
32dfaccf1f
[ci skip] Translation update
2021-04-24 00:03:34 +00:00
Daniel Hjelseth Høyer
694a163124
Update met.no library ( #49607 )
2021-04-23 11:29:20 -10:00
Joakim Sørensen
019484f148
Use dev endpoint for dev installations ( #49597 )
2021-04-23 20:57:10 +02:00
Erik Montnemery
8013eb0e08
Allow data entry flows to hint for additional steps ( #49202 )
2021-04-23 11:02:12 -07:00
Paulus Schoutsen
a6d87b7fae
Batch Google Report State ( #49511 )
...
* Batch Google Report State
* Fix batching
2021-04-23 10:56:23 -07:00
Guido Schmitz
c6edc7ae4f
Clean up devolo Home Control config flow ( #49585 )
2021-04-23 13:48:24 +02:00
tkdrob
50d2c3bfe3
Add target and selectors to remote services ( #49384 )
2021-04-23 11:25:53 +02:00
mariwing
28a909c463
Requesting data from last seven days ( #49485 )
2021-04-23 11:16:24 +02:00
jan iversen
39cb22374d
Remove HomeAssistantType from typing.py as it is no longer used. ( #49593 )
2021-04-23 11:08:58 +02:00
Xuefer
7579a321df
Encode ONVIF username password in URL ( #49512 )
...
* onvif: encode username password in url
Signed-off-by: Xuefer <xuefer@gmail.com >
* onvif: use yarl to set username password for steam url
Signed-off-by: Xuefer <xuefer@gmail.com >
2021-04-23 10:43:02 +02:00
jan iversen
d168749a51
Integrations: HomeAssistantType --> HomeAssistant. Last batch. ( #49591 )
2021-04-23 10:34:02 +02:00
Tsvi Mostovicz
968460099a
Change Jewish calendar IOT class to calculated ( #49571 )
...
This integration doesn't poll at all, rather all values are calculated based on location and date, so I think this is the more correct value here
2021-04-23 10:19:43 +02:00
jan iversen
9685cefba4
Integrations h* - i*: Rename HomeAssistantType to HomeAssistant. ( #49587 )
2021-04-23 10:11:58 +02:00
Ville Skyttä
a396619251
Use disabled_by constants ( #49584 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-23 09:56:42 +02:00
jan iversen
d52bc2373f
Integrations i* - m*: Rename HomeAssistantType to HomeAssistant. ( #49586 )
2021-04-23 09:55:20 +02:00
jan iversen
017e32a0cb
Integrations h*: Rename HomeAssistantType to HomeAssistant. ( #49590 )
2021-04-23 09:49:02 +02:00
Erik Montnemery
a5a3c98aff
Make lights supporting rgbw and rgbww accept colors ( #49565 )
...
* Allow lights supporting rgbw and rgbww accepting colors
* Tweak, update tests
2021-04-23 09:25:37 +02:00
Paulus Schoutsen
265fdea83b
Allow config entries to store a reason ( #49581 )
2021-04-23 09:23:43 +02:00
J. Nick Koston
c753606a74
Bump async-upnp-client to 0.16.1 ( #49577 )
2021-04-23 07:39:49 +02:00
Thomas Hollstegge
66dbb17a4a
Fix opening cover via emulated_hue without specifying a position ( #49570 )
2021-04-22 19:12:52 -10:00
Matt Zimmerman
e6d94845dd
SmartTub: use get_full_status() ( #49580 )
2021-04-22 18:55:58 -10:00
Matt Zimmerman
fec6ea3f76
SmartTub cleanup ( #49579 )
2021-04-22 18:54:55 -10:00
Milan Meulemans
48695869f9
Change dict[str, Any] to FlowResultDict ( #49546 )
2021-04-22 17:23:15 -10:00
HomeAssistant Azure
686c92097f
[ci skip] Translation update
2021-04-23 00:03:48 +00:00
Erik Montnemery
2502e7669c
Remove SUPPORT_WHITE_VALUE from ZHA light groups ( #49569 )
2021-04-22 16:59:41 -07:00
Erik Montnemery
b3c9d854f5
Correct min and max mired for light with color_mode support ( #49572 )
2021-04-22 16:47:33 -07:00
Erik Montnemery
d28b959a09
Improve sun condition trace ( #49551 )
2021-04-22 16:46:27 -07:00
Erik Montnemery
a9065f381d
Use supported_color_modes in emulated_hue ( #49175 )
2021-04-22 16:42:28 -07:00
Paulus Schoutsen
1016d4ea28
Support trigger-based template binary sensors ( #49504 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-22 14:54:28 -07:00
jan iversen
9410aefd0d
Integrations m*: Rename HomeAssistantType to HomeAssistant. ( #49567 )
2021-04-22 14:53:37 -07:00
tikismoke
90ede05c82
Bump pyvlx to 0.2.19 ( #49533 )
...
* Update manifest.json
https://github.com/Julius2342/pyvlx/pull/59#issuecomment-824291298
* Update requirements_all.txt
2021-04-22 22:34:31 +02:00
J. Nick Koston
d4329e01ef
Fix deadlock in async_get_integration_with_requirements after failed dep pip install ( #49540 )
2021-04-22 22:32:38 +02:00
jan iversen
d76993034e
Replace HomeAssistantType with HomeAssistant for integrations m* - n* ( #49566 )
...
* Integration neato: rename HomeAssistantType to HomeAssistant.
* Integration mysensors: rename HomeAssistantType to HomeAssistant.
* Integration mobile_app: rename HomeAssistantType to HomeAssistant.
* Integration minecraft_server: rename HomeAssistantType to HomeAssistant.
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-22 22:23:36 +02:00
tkdrob
c3d9aaa896
Clean plex services.yaml ( #49535 )
2021-04-22 13:41:43 -05:00
Guido Schmitz
77372d9094
Add zeroconf detection to devolo Home Control ( #47934 )
...
Co-authored-by: Markus Bong <2Fake1987@gmail.com >
2021-04-22 08:38:56 -10:00
jan iversen
34b258e812
Rename HomeAssistantType —> HomeAssistant for integrations n* - p* ( #49559 )
2021-04-22 08:23:19 -10:00
jan iversen
c351098f04
HomeAssistantType —> HomeAssistant for Integrations p* - s* ( #49558 )
2021-04-22 19:58:02 +02:00
Paulus Schoutsen
9fe0c96474
Fix Hue activate scene ( #49556 )
2021-04-22 19:29:11 +02:00
jan iversen
9879b7becf
Rename HomeAssistantType to HomeAssistant, integrations w* - z* ( #49543 )
...
* Integration zha: HomeAssistantType -> HomeAssistant.
* Integration zerproc: HomeAssistantType -> HomeAssistant.
* Integration xbox: HomeAssistantType -> HomeAssistant.
* Integration wunderground: HomeAssistantType -> HomeAssistant.
* Integration wled: HomeAssistantType -> HomeAssistant.
* Integration water_heater: HomeAssistantType -> HomeAssistant.
* Integration websocket_api: HomeAssistantType -> HomeAssistant.
* Integration wilight: HomeAssistantType -> HomeAssistant.
2021-04-22 11:04:28 -04:00
jan iversen
6992e24263
Rename HomeAssistantType —> HomeAssistant, integrations t* - v* ( #49544 )
...
* Integration vizio: HomeAssistantType -> HomeAssistant.
* Integration velbus: HomeAssistantType -> HomeAssistant.
* Integration vacuum: HomeAssistantType -> HomeAssistant.
* Integration upnp: HomeAssistantType -> HomeAssistant.
* Integration upcloud: HomeAssistantType -> HomeAssistant.
* Integration twinkly: HomeAssistantType -> HomeAssistant.
* Integration tts: HomeAssistantType -> HomeAssistant.
* Integration tradfri: HomeAssistantType -> HomeAssistant.
* Integration traccar: HomeAssistantType -> HomeAssistant.
* Integration tplink: HomeAssistantType -> HomeAssistant.
2021-04-22 10:53:57 -04:00
jan iversen
2e084f260e
Rename HomeAssistantType —> HomeAssistant, integrations s* - t* ( #49550 )
2021-04-22 16:21:38 +02:00
D3v01dZA
c4c8c67a03
Bump snapcast to 2.1.3 ( #49553 )
2021-04-22 15:46:48 +02:00
Maciej Bieniek
e75233b279
Bump brother library to version 1.0.0 ( #49547 )
...
* Bump brother library
* Improve attributes generation
2021-04-22 13:20:14 +02:00
jan iversen
f67c0ce8bb
Secure 100% test coverage for modbus, binary_sensor and sensor ( #49521 )
...
* Secure 100% test coverage for modbus/binary_sensor.
* Test that class constructor is called.
2021-04-22 11:54:40 +02:00
bsmappee
8b08134850
Support local Smappee Genius device ( #48627 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-21 22:12:13 -10:00
Matt Zimmerman
8c52dfa1c5
Implement reauth for smarttub ( #47628 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-21 21:28:24 -10:00
J. Nick Koston
c10836fcee
Upgrade to sqlalchemy 1.4.11 ( #49538 )
2021-04-21 20:29:36 -10:00
corneyl
303ab36c54
Add Picnic integration ( #47507 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: @tkdrob <tkdrob4390@yahoo.com >
2021-04-21 22:21:56 -07:00
J. Nick Koston
cb4558c088
Autodetect zeroconf interface selection when not set ( #49529 )
2021-04-21 22:10:34 -07:00
MarBra
9003dbfdf3
Add denonavr DynamicEQ and Audyssey service ( #48694 )
...
* denonavr: Add DynamicEQ and Audyssey service
* Remove debug print
* Syntax sugar
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update homeassistant/components/denonavr/services.yaml
Co-authored-by: J. Nick Koston <nick@koston.org >
* Remove trailing whitespaces
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-21 15:55:30 -10:00
jan iversen
6a4f414236
Change HomeAssistantType to HomeAssistant ( #49522 )
2021-04-21 15:53:06 -10:00
HomeAssistant Azure
69c1721c2a
[ci skip] Translation update
2021-04-22 00:02:50 +00:00
Kevin Worrel
dc24ce491b
Add Screenlogic set_color_mode service ( #49366 )
2021-04-21 08:45:50 -10:00
Raman Gupta
99c5087c1e
Add WS API command to capture zwave_js logs from server ( #49444 )
...
* Add WS API commands to capture zwave_js logs from server
* register commands
* create a task
* Update homeassistant/components/zwave_js/api.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Update homeassistant/components/zwave_js/api.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* fix
* fixes and add test
* fix PR on rebase
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-21 07:37:35 -04:00
Charles Garwood
cad281b326
Add subscription for Z-Wave JS node re-interview status ( #49024 )
...
* Add subscription for interview status
* update test
* forward stage completed event
* add additional test
* additional tests
* return earlier
2021-04-21 07:35:16 -04:00
Brynley McDonald
5c6744d978
Fix typo in tuya config_flow ( #49517 )
2021-04-21 12:21:32 +02:00
Franck Nijhof
168b3c100c
Remove HomeAssistantType alias - Part 4 ( #49515 )
2021-04-21 12:18:42 +02:00
Franck Nijhof
77ae4abc6e
Upgrade isort to 5.8.0 ( #49516 )
2021-04-21 11:57:23 +02:00
jan iversen
c9bdc9609c
Do not close non existing clients in modbus ( #49489 )
...
* Only close if _client is present.
* Remove del.
2021-04-21 11:46:40 +02:00
Raman Gupta
6e22251e1d
Add support to enable/disable zwave_js data collection ( #49440 )
2021-04-20 21:40:54 -04:00
Paulus Schoutsen
a90d3a051f
prefer total_seconds over seconds ( #49505 )
2021-04-20 17:41:36 -07:00
HomeAssistant Azure
020d456889
[ci skip] Translation update
2021-04-21 00:03:47 +00:00
Ville Skyttä
c825f88888
Support wired clients in Huawei LTE device tracker ( #48987 )
2021-04-20 12:26:09 -10:00
Raman Gupta
cf16e651cf
Bump zwave_js dependency to 0.24.0 ( #49445 )
...
* Bump zwave_js dependency to 0.24.0
* fix bug in schema
* fix test
2021-04-20 23:44:26 +02:00
Guido Schmitz
208a17d0dc
Add additional device classes to devolo Home Control ( #49425 )
2021-04-20 22:38:54 +02:00
Ville Skyttä
1c587d2e47
Fix and add some ScannerEntity property type hints ( #49500 )
2021-04-20 23:38:07 +03:00
Dermot Duffy
ccda903c17
Upgrade to the latest hyperion-py ( #49448 )
2021-04-20 22:08:08 +02:00
dfigus
d517d7232f
Fix HmIP-HAP attributes unit ( #49476 )
2021-04-20 22:06:00 +02:00
Robert Svensson
12a9695798
Use config_entry.on_unload rather than local listener implementation in Axis ( #49495 )
2021-04-20 08:53:05 -10:00
Robert Svensson
63616a9e36
Use config_entry.on_unload rather than local listener implementation in UniFi ( #49496 )
2021-04-20 08:50:42 -10:00
J. Nick Koston
138226fa14
Bump codecov to 1.4.1 ( #49497 )
2021-04-20 08:49:58 -10:00
Caleb Mah
45b6dfce68
Bump yeelight dependency to 0.6.1 ( #49490 )
2021-04-20 08:26:42 -10:00
jan iversen
d24b3e0a3c
Test pymodbus ( #49053 )
2021-04-20 11:25:37 -07:00
J. Nick Koston
f73d9fa572
Reduce broadlink executor jobs at setup time ( #49447 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-20 08:22:10 -10:00
J. Nick Koston
df66f2a9da
Cleanup history states tests that were converted to async tests ( #49446 )
2021-04-20 08:21:41 -10:00
Robert Svensson
3b64c574e3
Replace local listener implementation to using config_entry.on_unload in deCONZ ( #49494 )
2021-04-20 08:20:57 -10:00
Paulus Schoutsen
7e7267f822
Send only a single event per incoming Google command ( #49449 )
2021-04-20 09:21:52 -07:00
Martin Hjelmare
410f0e3604
Fix mysensors mqtt integration setup guard ( #49423 )
2021-04-20 09:21:38 -07:00
J. Nick Koston
20ead7902a
Fix memory leak in ambient_station on reload ( #49455 )
2021-04-20 09:17:08 -07:00
J. Nick Koston
3164eef059
Limit executor jobs during custom_components load to match non-custom behavior ( #49451 )
2021-04-20 09:16:17 -07:00
J. Nick Koston
f600649016
Fix memory leak in onvif ( #49473 )
2021-04-20 09:15:17 -07:00
J. Nick Koston
e288afa7a3
Fix memory leak in plum_lightpad ( #49472 )
2021-04-20 09:15:04 -07:00
J. Nick Koston
76b59a3983
Fix memory leak in hangouts ( #49471 )
2021-04-20 09:14:48 -07:00
J. Nick Koston
8537076917
Fix memory leak in huawei_lte ( #49470 )
2021-04-20 09:14:34 -07:00
J. Nick Koston
7791670607
Fix memory leak in legacy nest ( #49469 )
2021-04-20 09:14:23 -07:00
J. Nick Koston
d858d2ff25
Fix memory leak in deconz ( #49468 )
2021-04-20 09:14:11 -07:00
J. Nick Koston
b2db9d3ca2
Fix memory leak in firmata ( #49467 )
2021-04-20 09:14:00 -07:00
J. Nick Koston
30c99ce954
Fix memory leak in insteon ( #49466 )
2021-04-20 09:13:50 -07:00
J. Nick Koston
1193c5360d
Fix memory leak in tibber ( #49465 )
2021-04-20 09:13:41 -07:00
J. Nick Koston
786f3163ac
Fix memory leak in freebox ( #49463 )
2021-04-20 09:13:28 -07:00
J. Nick Koston
7db5d50ce4
Fix memory leak in unifi on reload ( #49456 )
2021-04-20 09:13:07 -07:00
J. Nick Koston
052e935c2b
Fix memory leak in fritzbox ( #49462 )
2021-04-20 09:12:54 -07:00
J. Nick Koston
c9fbdfbbbe
Fix memory leak in heos ( #49461 )
2021-04-20 09:12:42 -07:00
J. Nick Koston
2279b5593d
Fix memory leak in vera ( #49459 )
2021-04-20 09:12:32 -07:00
J. Nick Koston
11281e1cdb
Fix memory leak in logi_circle ( #49458 )
2021-04-20 09:12:21 -07:00
J. Nick Koston
3cbfa36397
Fix memory leak on apple_tv reload ( #49454 )
2021-04-20 09:12:11 -07:00
J. Nick Koston
baa8de2f89
Fix homekit memory leak on entry reload ( #49452 )
2021-04-20 09:11:58 -07:00
J. Nick Koston
fd21c460a0
Fix memory leak in verisure ( #49460 )
2021-04-20 09:04:34 -07:00
Marc Mueller
c07646db5d
Update typing syntax ( #49480 )
...
* Update typing syntax
* Replace typing imports with ones from collections where possible
* Changes after review
2021-04-20 17:40:41 +02:00
Robert Svensson
34245c3add
Add alarm control panel support to deCONZ integration ( #48736 )
...
* Infrastructure in place
* Base implementation
* Add alarm event
* Add custom services to alarm control panel
* Add service descriptions
* Increase test coverage
* Simplified to one entity service with an options selector
* Remove everything but the essentials
* Add library with proper support
* Fix stale comments
2021-04-20 17:34:11 +02:00
J. Nick Koston
fa05e5a8a0
Fix memory leak in wemo on reload ( #49457 )
2021-04-20 17:13:27 +02:00
Jan Bouwhuis
ff367cfcb6
Mqtt cover avoid warnings on empty payload ( #49253 )
...
* No warnings on extra json values with templates
* ignore empty received payload
2021-04-20 15:47:40 +02:00
J. Nick Koston
05982ffc60
Ensure harmony callbacks run in the event loop ( #49450 )
2021-04-20 15:09:46 +02:00
jan iversen
c14e525ac3
Update modbus state when sensor fails ( #49481 )
2021-04-20 14:54:20 +02:00
Franck Nijhof
bc5add82e0
Fix/Workaround GitHub issue forms ( #49475 )
2021-04-20 12:01:19 +02:00
chpego
82152616bb
Bump youtube-dl to 2021.04.17 ( #49474 )
2021-04-20 11:49:54 +02:00
J. Nick Koston
b557d20fbb
Fix memory leak in netatmo ( #49464 )
2021-04-20 11:03:07 +02:00
René Klomp
12853438c5
SMA code quality improvement and bugfix ( #49346 )
...
* Minor code quality improvements
Thanks to @MartinHjelmare
* Convert legacy dict config to list
* Improved test
* Typo
* Test improvements
* Create fixtures in conftest.py
2021-04-20 10:59:02 +02:00
jan iversen
a278ebd37b
Bump pymodbus version to 2.5.1 ( #49401 )
2021-04-20 10:43:14 +02:00
jjlawren
523a71ac20
Set temperature precision for Ecobee climate entities to tenths ( #48697 )
2021-04-19 17:41:30 -07:00
HomeAssistant Azure
f6a24e8d68
[ci skip] Translation update
2021-04-20 00:04:05 +00:00
Nathan Tilley
8305fbc0eb
Bump faadelays to 0.0.7 ( #49443 )
2021-04-20 00:39:24 +02:00
Dermot Duffy
1560c00db1
Use Hyperion human-readable effect names instead of API identifiers ( #45763 )
2021-04-19 23:46:18 +02:00
jan iversen
8acc3f0b03
Fix modbus switch "old style" config problem ( #49352 )
...
Fix that using CONF_HUB in switch, changed the hub for all
subsequent switches.
2021-04-19 10:35:32 -07:00
Franck Nijhof
5ee373869a
Merge pull request #49424 from home-assistant/rc
2021-04-19 18:09:01 +02:00
Franck Nijhof
44744dc0bc
Bumped version to 2021.4.6
2021-04-19 17:32:43 +02:00
Bram Kragten
d61281b6fb
Google report state: thermostatMode should be a string, not null ( #49342 )
2021-04-19 17:30:24 +02:00
Erik Montnemery
a5a62154d4
Fix deadlock when restarting scripts ( #49410 )
2021-04-19 17:24:10 +02:00
Joakim Sørensen
a5806b59f2
Raise HassioAPIError when error is returned ( #49418 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-19 08:23:43 -07:00
J. Nick Koston
b8001b951b
Avoid executor jumps in history stats when no update is needed ( #49407 )
2021-04-19 08:23:10 -07:00
J. Nick Koston
6d137d2316
Increase recorder test coverage ( #49362 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-19 08:22:38 -07:00
Bram Kragten
b69b55987d
Google report state: thermostatMode should be a string, not null ( #49342 )
2021-04-19 08:20:00 -07:00
jan iversen
eb9ba527d0
Add pymodbus exception handling and isolate pymodbus to class modbusHub ( #49052 )
2021-04-19 08:18:15 -07:00
J. Nick Koston
7ed8f00075
Fix exception in roomba discovery when the device does not respond on the first try ( #49360 )
2021-04-19 17:11:28 +02:00
Daniel Hjelseth Høyer
fc4c49ab83
Upgrade pyMetno to 0.8.2 ( #49308 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-04-19 17:10:36 +02:00
jan iversen
fe2f4e2790
Apply Precision/Scale/Offset to struct in modbus sensor ( #48544 )
...
The single values in struct are corrected with presicion, scale and offset,
just as it is done with single values.
2021-04-19 17:08:36 +02:00
Vladimír Záhradník
05755c27f2
Log an error if modbus Cover is not initialized correctly ( #48829 )
2021-04-19 16:52:08 +02:00
Erik Montnemery
a968dea152
Fix deadlock when restarting scripts ( #49410 )
2021-04-19 14:45:01 +02:00
Daniel Rheinbay
83ecabe0a2
Bump fritzconnection to 1.4.2 ( #49356 )
2021-04-19 14:25:46 +02:00
J. Nick Koston
69932d4435
Add additional myq homekit models ( #49381 )
2021-04-19 14:03:31 +02:00
Franck Nijhof
2de257f85f
Upgrade dsmr_parser to 0.29 ( #49417 )
2021-04-19 13:48:31 +02:00
J. Nick Koston
4361be613d
Expose the hostname of the device in asuswrt ( #49393 )
2021-04-19 13:25:30 +02:00
dependabot[bot]
26cb511d02
Bump codecov/codecov-action from v1.3.2 to v1.4.0 ( #49412 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.3.2 to v1.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.3.2...0e28ff86a50029a44d10df6ed4c308711925a6a8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-19 12:18:06 +02:00
Chris Browet
591d09c177
Use google assistant TemperatureControl trait to report sensor ( #46491 )
...
* CHG: use TemperatureControl trait to report sensor
* fixup: blacked
* fixup: flaked
* fixup: flaked
* Adjust tests
* fixup test and rebase
* test coverage
2021-04-19 11:41:30 +02:00
J. Nick Koston
7f6572893d
Add services to the profiler to log threads and event loop schedule ( #49327 )
...
* Add services to the profiler to log threads and event loop schedule
* improve readability
* increase log debug
* bigger
* tweaks
* Update homeassistant/components/profiler/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/profiler/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* remove schema= and cleanup existing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-19 11:39:34 +02:00
J. Nick Koston
e24f5831a2
Force recorder shutdown at final write event ( #49145 )
...
* Force recorder shutdown at EVENT_HOMEASSISTANT_FINAL_WRITE
* remove unreachable
* remove unreachable
* simplify
* cancel in async
2021-04-19 11:24:17 +02:00
J. Nick Koston
6048e88c8b
Improve debuggability by providing job as an arg to loop.call_later ( #49328 )
...
Before
`<TimerHandle when=1523538.181864923 async_track_point_in_utc_time.<locals>.run_action() at /usr/src/homeassistant/homeassistant/helpers/event.py:1177>`
After
`<TimerHandle when=1524977.1818648616 async_track_point_in_utc_time.<locals>.run_action(<Job HassJobType.Coroutinefunction <bound method DataUpdateCoordinator._handle_refresh_interval of <homeassistant.components.roku.RokuDataUpdateCoordinator object at 0x7fcc978a51c0>>>) at /usr/src/homeassistant/homeassistant/helpers/event.py:1175>`
2021-04-19 11:02:17 +02:00
J. Nick Koston
0b26294fb0
Small cleanups to rachio ( #49404 )
...
- Remove unused async_step
- Reduce async callbacks from executor
2021-04-19 10:39:45 +02:00
Felipe Martins Diel
e98f27ead6
Use broadlink.hello() for direct discovery ( #49405 )
2021-04-19 10:16:03 +02:00
jan iversen
0f90678e0e
Change HomeAssistantType -> HomeAssistant in modbus ( #49400 )
2021-04-18 22:13:32 -10:00
Guillermo Ruffino
cf51e07953
Fix esphome registering invalid service name ( #49398 )
2021-04-19 08:31:43 +02:00
J. Nick Koston
344717d07d
Reduce time to first byte for frontend index ( #49396 )
...
Cache template and manifest.json generation
2021-04-18 21:17:30 -07:00
Felipe Martins Diel
6a3832484c
Do not log error messages when discovering Broadlink devices ( #49394 )
2021-04-18 18:12:27 -10:00
HomeAssistant Azure
a67a45624d
[ci skip] Translation update
2021-04-19 00:04:29 +00:00
Michael
a050c8827b
Add battery sensor to fritzbox smart home devices ( #49374 )
2021-04-18 12:30:58 -10:00
J. Nick Koston
6e911ba19f
Shutdown bond bpup and skip polling after the stop event ( #49326 )
2021-04-18 13:46:46 -07:00
Brent Petit
080c89c761
Only set fan state in ecobee set_fan_mode service ( #48086 )
2021-04-18 22:35:03 +02:00
J. Nick Koston
04a0ca14e0
Ensure shutdown does not deadlock ( #49282 )
2021-04-18 08:55:51 -10:00
Brett
afd79a675c
Add set_myzone service to Advantage Air ( #46934 )
...
* Add set_myzone service requested on forums
* Add MyZone binary sensor for climate zones
* Fixed Black on binary_sensor.py
* Add the new entity
* Fix spelling
* Test myZone value
* MyZone Binary Sensor test
* Fixed new binary sensor tests
* Fix removed dependancy
* Correct fixture
* Update homeassistant/components/advantage_air/binary_sensor.py
Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de >
* Updated services.yaml to use target
Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de >
2021-04-18 10:36:34 +02:00
J. Nick Koston
b2c33c1373
Only fetch the local ip once per run ( #49336 )
...
Wrap get_local_ip in lru_cache
2021-04-18 10:04:45 +02:00
J. Nick Koston
252bcabbea
Fix exception in roomba discovery when the device does not respond on the first try ( #49360 )
2021-04-18 09:48:02 +02:00
J. Nick Koston
e10c105058
Bump aiodiscover to 1.4.0 for dhcp ( #49359 )
...
- Switches to using dnspython to generate the queries/parse them from the wire
2021-04-18 09:46:39 +02:00
J. Nick Koston
e06bb3b5e7
Shutdown harmony connection on stop ( #49335 )
2021-04-18 09:44:29 +02:00
HomeAssistant Azure
f8a02c2762
[ci skip] Translation update
2021-04-18 00:04:57 +00:00
J. Nick Koston
46c28f349a
Update mazda to use ConfigEntryAuthFailed ( #49333 )
2021-04-17 09:25:13 -10:00
Aidan Timson
18cbf3cdb2
Fix lyric heat cool setting ( #47875 )
2021-04-17 07:20:35 -10:00
Aidan Timson
912d5c347c
Add reauth flow for lyric ( #47863 )
2021-04-17 07:20:16 -10:00
Milan Meulemans
ad967cfebb
Rituals Perfume Genie improvements ( #49277 )
...
* Rituals Perfume Genie integration improvements
* Add return type FlowResultDict to async_step_user
* Rollback async_update_data
* Add return type to DiffuserEntity init
* check super().available too
* Merge iterations
* Use RitualsPerufmeGenieDataUpdateCoordinator
2021-04-17 15:41:45 +02:00
Franck Nijhof
006bcde435
Remove HomeAssistantType alias - Part 3 ( #49339 )
2021-04-17 12:48:03 +02:00
Ruslan Sayfutdinov
7a9385d857
Explicitly define all methods in ConfigFlow ( #49341 )
2021-04-17 12:42:31 +02:00
Brandon Rothweiler
189511724a
Add device tracker platform to Mazda integration ( #47974 )
...
* Add device tracker platform for Mazda integration
* Split device tests into a separate file
* Address review comments
2021-04-17 11:26:07 +02:00
Ville Skyttä
3a0b0380c7
Remove some unneeded pylint disables, update ref to util.process one ( #49314 )
2021-04-17 09:25:20 +02:00
Franck Nijhof
7f29d028a3
Upgrade pre-commit to 2.12.1 ( #49331 )
2021-04-16 21:19:02 -10:00
J. Nick Koston
f96a6e878f
Ensure restore state is not written after the stop event ( #49329 )
...
If everything lined up, the states could be written
while Home Assistant is shutting down after the stop
event because the interval tracker was not canceled on
the stop event.
2021-04-17 09:03:18 +02:00
Martin Hjelmare
41ed1f818c
Exclude epson init module from coverage ( #49316 )
2021-04-17 08:57:21 +02:00
Ville Skyttä
970cbcbe15
Type hint improvements ( #49320 )
2021-04-17 08:35:21 +02:00
J. Nick Koston
f7b7a805f5
Bump pysonos to 0.0.43 ( #49330 )
...
- Downgrade asyncio log severity
2021-04-16 20:19:50 -10:00
J. Nick Koston
94c803d83b
Cancel tuya updates on the stop event ( #49324 )
2021-04-16 21:01:24 -07:00
J. Nick Koston
673f542cde
Do not wait for websocket response to be delivered before shutdown ( #49323 )
...
- Waiting was unreliable since the websocket response could take a few seconds to get delivered
- Alternate frontend fix is https://github.com/home-assistant/frontend/pull/8932
2021-04-16 20:57:28 -07:00
HomeAssistant Azure
343b8faf9b
[ci skip] Translation update
2021-04-17 00:03:46 +00:00
Paulus Schoutsen
984962d985
Improve DHCP + Zeroconf manifest validation ( #49321 )
2021-04-16 13:32:12 -10:00
Paulus Schoutsen
f464663732
Add DHCP to MyQ ( #49319 )
2021-04-16 11:53:41 -10:00
J. Nick Koston
f026768725
Add dhcp discovery to tuya ( #49312 )
...
Newer tuya devices use their own OUI instead of espressif
2021-04-16 14:04:18 -07:00
Paulus Schoutsen
89f2996caa
Bump frontend to 20210416.0
2021-04-16 13:36:47 -07:00
jan iversen
ea9641f980
Apply Precision/Scale/Offset to struct in modbus sensor ( #48544 )
...
The single values in struct are corrected with presicion, scale and offset,
just as it is done with single values.
2021-04-16 22:33:58 +02:00
Daniel Hjelseth Høyer
65d092f1cc
Upgrade pyMetno to 0.8.2 ( #49308 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-04-16 20:17:46 +02:00
Maciej Bieniek
e9cf8db302
Add device_info property to OpenWeatherMap entities ( #49293 )
2021-04-16 09:28:53 -07:00
Franck Nijhof
7264c95217
Clean up superfluous integration setup - part 6 ( #49298 )
2021-04-16 09:23:27 -07:00
Franck Nijhof
af80ca6795
Clean up superfluous integration setup - part 5 ( #49296 )
2021-04-16 09:22:56 -07:00
Franck Nijhof
969c147b77
Clean up superfluous integration setup - part 4 ( #49295 )
...
* Clean up superfluous integration setup - part 4
* Adjust tests
2021-04-16 17:46:49 +02:00
Franck Nijhof
77f14b63f5
Merge pull request #49302 from home-assistant/rc
2021-04-16 16:04:26 +02:00
Franck Nijhof
a08df4e18f
Bumped version to 2021.4.5
2021-04-16 15:35:06 +02:00
Joakim Sørensen
58b743eec1
Mark camera as a base platform ( #49297 )
2021-04-16 15:34:17 +02:00
Franck Nijhof
41736c93a1
Fix Coronavirus integration robustness ( #49287 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-16 15:34:14 +02:00
Martin Hjelmare
733a394c55
Fix mysensors sensor protocol version check ( #49257 )
2021-04-16 15:34:10 +02:00
Erik Montnemery
ba0d3aad1c
Fix race when restarting script ( #49247 )
2021-04-16 15:34:07 +02:00
Franck Nijhof
5c3cb044d0
Upgrade spotipy to 2.18.0 ( #49220 )
2021-04-16 15:34:03 +02:00
Erik Montnemery
a3ca48c1bd
Set deprecated supported_features for MQTT JSON light ( #49167 )
...
* Set deprecated supported_features for MQTT json light
* Update homeassistant/components/light/__init__.py
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-16 15:30:39 +02:00
Erik Montnemery
5356ce2b6d
Don't receive homeassistant_* events from MQTT eventstream ( #49158 )
2021-04-16 15:30:36 +02:00
J. Nick Koston
02def46991
Fix setting up remotes that lack a supported features list in homekit ( #49152 )
2021-04-16 15:30:33 +02:00
J. Nick Koston
3ae82c3cac
Bump aiodiscover to 1.3.4 ( #49142 )
...
- Changelog: https://github.com/bdraco/aiodiscover/compare/v1.3.3...v1.3.4 (bumps pyroute2>=0.5.18 to fix https://github.com/svinota/pyroute2/issues/717 )
2021-04-16 15:30:29 +02:00
Franck Nijhof
73a9cb6adb
Deprecate GNTP (Growl) integration ( #49273 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com >
2021-04-16 15:03:15 +02:00
Joakim Sørensen
c98788edae
Mark camera as a base platform ( #49297 )
2021-04-16 15:00:21 +02:00
Franck Nijhof
93dbc26db5
Fix Coronavirus integration robustness ( #49287 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-16 10:53:19 +02:00
Franck Nijhof
ee37d8141a
Upgrade flake8 to 3.9.1 ( #49284 )
2021-04-16 09:35:19 +02:00
Franck Nijhof
ec5c6e18ec
Fix ignorability of AdGuard hassio discovery step ( #49276 )
2021-04-16 09:11:19 +02:00
Erik Montnemery
2c8b7c56f5
Fix race when restarting script ( #49247 )
2021-04-16 09:03:34 +02:00
J. Nick Koston
564e7fa53c
Avoid sending empty integration list multiple times during subscribe_bootstrap_integrations ( #49181 )
2021-04-15 23:16:17 -07:00
Paulus Schoutsen
6604614c39
Move top-level av import behind type checking flag ( #49281 )
...
* Move top-level av import behind type checking flag
* Lint
2021-04-15 18:18:25 -07:00
HomeAssistant Azure
283342bafb
[ci skip] Translation update
2021-04-16 00:03:57 +00:00
Franck Nijhof
eb008e533e
Process AdGuard review comments ( #49274 )
2021-04-15 23:34:49 +02:00
Franck Nijhof
a981b86b15
Update issue form to use latest changes ( #49272 )
2021-04-15 22:49:13 +02:00
Lau1406
b213b55ca9
Add missing target field to media_seek ( #49031 )
2021-04-15 22:48:39 +02:00
Raman Gupta
898a1a17be
Add sensors for other ClimaCell data ( #49259 )
...
* Add sensors for other ClimaCell data
* add tests and add rounding
* docstrings
* fix pressure
* Update homeassistant/components/climacell/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/climacell/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* review comments
* add another abstractmethod
* use superscript
* remove mypy ignore
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-15 16:31:59 -04:00
J. Nick Koston
5fb36ad9e1
Add missing typing to data_entry_flow ( #49271 )
2021-04-15 09:59:52 -10:00
Kevin Eifinger
5a01addd67
Add support for multiple AdGuard instances ( #49116 )
2021-04-15 21:32:52 +02:00
Erik Montnemery
3d90d6073e
Add common light helpers to test for feature support ( #49199 )
2021-04-15 20:32:27 +02:00
Mike Degatano
236d274351
Add search and match as Jinja tests ( #49229 )
2021-04-15 20:13:27 +02:00
Shay Levy
38f0c201c2
Fix Tasmota Wifi Signal Strength unit ( #49263 )
2021-04-15 19:53:03 +02:00
Shay Levy
31c519b26d
Fix shelly RSSI sensor unit ( #49265 )
2021-04-15 19:52:06 +02:00
Ruslan Sayfutdinov
80f66f301b
Define data flow result type ( #49260 )
...
* Define data flow result type
* Revert explicit definitions
* Fix tests
* Specific mypy ignore
2021-04-15 07:17:07 -10:00
J. Nick Koston
dafc7a072c
Cancel discovery flows that are initializing at shutdown ( #49241 )
2021-04-15 07:13:42 -10:00
Angeliki Papadopoulou
a529a12745
Remove redundant text from documentation ( #49262 )
...
I found an extra "when" in the documentation text.
2021-04-15 18:05:07 +02:00
Erik Montnemery
ec56ae2cbc
Set deprecated supported_features for MQTT JSON light ( #49167 )
...
* Set deprecated supported_features for MQTT json light
* Update homeassistant/components/light/__init__.py
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-15 17:24:21 +02:00
Martin Hjelmare
1b5148a3af
Fix mysensors sensor protocol version check ( #49257 )
2021-04-15 16:12:49 +02:00
bouni
4f5c745492
Fix broken swiss_hydrological_data integration ( #49119 )
...
* update requirements_all.txt
* 🚑 Fix broken JSON
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-04-15 12:40:23 +02:00
J. Nick Koston
7a40d0f1c2
Disconnect roomba on stop event ( #49235 )
2021-04-15 11:24:43 +02:00
J. Nick Koston
2887eeb32f
Only enable envoy inverters when the user has access ( #49234 )
2021-04-15 11:17:32 +02:00
J. Nick Koston
d71f913a12
Ensure original log handlers are restored at close ( #49230 )
...
Error messages after close were not being logged
2021-04-15 10:53:48 +02:00
Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
Matthias Alphart
985b4a581a
Create KNX switch entity directly from config ( #49238 )
2021-04-15 09:47:43 +02:00
J. Nick Koston
e234fc6e7e
Disconnect homekit_controller devices on the stop event ( #49244 )
2021-04-14 21:47:15 -10:00
J. Nick Koston
54322f84c5
Do not schedule future ping device tracker updates once hass is stopping ( #49236 )
2021-04-15 08:49:28 +02:00
HomeAssistant Azure
e86aad34b9
[ci skip] Translation update
2021-04-15 00:02:56 +00:00
J. Nick Koston
8bee25c938
Fix stop listener memory leak in DataUpdateCoordinator on retry ( #49186 )
...
* Fix stop listener leak in DataUpdateCoordinator
When an integration retries setup it will add a new stop listener
* Skip scheduled refreshes when hass is stopping
* Update homeassistant/helpers/update_coordinator.py
* ensure manual refresh after stop
2021-04-14 12:16:59 -10:00
Franck Nijhof
63fa9f7dd8
Upgrade colorlog to 5.0.1 ( #49221 )
2021-04-14 23:56:32 +02:00
Franck Nijhof
6269449507
Upgrade spotipy to 2.18.0 ( #49220 )
2021-04-14 23:52:10 +02:00
Steven Looman
555f508b8c
Reinitialize upnp device on config change ( #49081 )
...
* Store coordinator at Device
* Use DeviceUpdater to follow config/location changes
* Cleaning up
* Fix unit tests + review changes
* Don't test internals
2021-04-14 23:39:44 +02:00
Milan Meulemans
ed54494b69
Add binary sensor platform to Rituals Perfume Genie Integration ( #49207 )
...
* Add binary sensor platform to Rituals
* Sort platforms
2021-04-14 23:10:35 +02:00
J. Nick Koston
403c6b9e26
Stop ssdp scans when stop event happens ( #49140 )
2021-04-14 22:23:15 +02:00
Unai
aaa600e00a
Add unique-ids to maxcube component ( #49196 )
2021-04-14 22:19:24 +02:00
Khole
8ce74e598d
Allow debugging of integration dependancies ( #49211 )
2021-04-14 19:26:37 +02:00
Jeff Irion
81d46828ad
Bump androidtv (0.0.58) and adb-shell (0.3.1) ( #49209 )
2021-04-14 18:44:39 +02:00
Hmmbob
7ffd4fa83d
Support all available Google Cloud TTS languages ( #49208 )
2021-04-14 18:14:24 +02:00
Diogo Gomes
e4a7260384
Bump pykmtronic to 0.3.0 ( #49191 )
2021-04-14 18:11:51 +02:00
Tobias Sauerwein
9d4ad1821e
Fix logic of entity id extraction ( #49164 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-14 14:12:26 +02:00
Carmen Sanchez
fe1e57e76f
Added Spanish US voice to Google Cloud TTS ( #49200 )
...
See https://cloud.google.com/text-to-speech/docs/voices
2021-04-14 11:00:32 +02:00
Erik Montnemery
1230c46e1e
Use supported_color_modes in alexa ( #49174 )
2021-04-14 09:18:49 +02:00
Erik Montnemery
e0ac12bd56
Use supported_color_modes in homekit ( #49177 )
2021-04-14 09:18:34 +02:00
Erik Montnemery
1a5068f71d
Use supported_color_modes in google_assistant ( #49176 )
...
* Use supported_color_modes in google_assistant
* Fix tests
2021-04-14 09:18:22 +02:00
J. Nick Koston
44beff31c2
Cancel config entry retry, platform retry, and polling at the stop event ( #49138 )
2021-04-13 16:16:26 -10:00
HomeAssistant Azure
0b4b071c02
[ci skip] Translation update
2021-04-14 00:03:17 +00:00
J. Nick Koston
81e6ad0744
Replace http startup logic with async_when_setup_or_start ( #48784 )
2021-04-13 14:10:58 -07:00
J. Nick Koston
d7ac4bd653
Cancel sense updates on the stop event ( #49187 )
2021-04-13 14:03:46 -07:00
Julien "_FrnchFrgg_" Rivaud
5a9c3fea70
Enable passing Amcrest/Dahua signals through as HA events ( #49004 )
...
Some of the compatible hardware sends event signals that wouldn't map
well to entities, e.g. NTP sync notifications, SIP registering
information, or « doorbell button pressed » events with no « return to
rest state » matching event to have a properly behaved binary sensor.
Instead of only monitoring specific events, subscribe to all of them,
and pass them through (in addition to handling them as before if they
correspond to a configured binary sensor).
Also bump python-amcrest to 1.7.2. Digest of the changes:
* The library now passes through the event data instead of just presence of a
"Start" member in in.
* Connection to some devices has been fixed by not throwing the towel on
minor errors.
https://github.com/tchellomello/python-amcrest/compare/1.7.1...1.7.2
2021-04-13 21:33:46 +02:00
puddly
5d57e5c06c
Enable the custom quirks path ZHA config option ( #49143 )
2021-04-13 13:14:53 -04:00
Paulus Schoutsen
ba93a033a5
Cloud to set up Alexa conditionally ( #49136 )
2021-04-13 09:31:41 -07:00
Paulus Schoutsen
28347e19c5
Fix Hue service being removed on entry reload ( #48663 )
2021-04-13 09:31:23 -07:00
Paulus Schoutsen
05aeff5591
Describe Google Assistant events ( #49141 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-13 09:31:01 -07:00
René Klomp
926c2489f0
Implement SMA config flow ( #48003 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Johann Kellerman <kellerza@gmail.com >
2021-04-13 06:21:01 -10:00
Andreas Oberritter
e9f0891354
Add edl21 OBIS IDs for Holley DTZ541-ZEBA ( #49170 )
2021-04-13 17:49:28 +02:00
Raman Gupta
0f454bc456
Don't assert the device registry entry in zwave_js ( #49178 )
2021-04-13 11:32:17 -04:00
Paulus Schoutsen
beea2dd35f
Internally work with modern config syntax for template binary sensor platform config ( #48981 )
2021-04-13 07:58:44 -07:00
J. Nick Koston
82790cd28d
Do not compile static templates ( #49148 )
...
self._compiled_code is unreachable if self.is_static
2021-04-13 16:51:56 +02:00
Raman Gupta
fe6d6895aa
Migrate existing zwave_js entities if endpoint has changed ( #48963 )
...
* Migrate existing zwave_js entities if endpoint has changed
* better function name
* cleanup code
* return as early as we can
* use defaultdict instead of setdefault
* PR comments
* re-add missing logic
* set defaultdict outside of for loop
* additional cleanup
* parametrize tests
* fix reinterview logic
* test that we skip migration when multiple entities are found
* Update tests/components/zwave_js/test_init.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-13 16:37:55 +02:00
Franck Nijhof
de569982a4
Fix services for Armcrest & Logi Circle ( #49166 )
2021-04-13 16:32:39 +02:00
muppet3000
0ca3186caf
Add 'mix' system support for Growatt integration ( #49026 )
...
* Added 'mix' system support for Growatt integration
* Changed Growatt "Last Data Update" to a timestamp
* Changed Growatt "Last Data Update" to UTC
* Accepted suggested change for Growatt "Last Data Update"
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-13 15:40:30 +02:00
Erik Montnemery
916ba0be11
Don't receive homeassistant_* events from MQTT eventstream ( #49158 )
2021-04-13 15:09:50 +02:00
Raman Gupta
769923e8dd
Raise exception for invalid call to DeviceRegistry.async_get_or_create ( #49038 )
...
* Raise exception instead of returning None for DeviceRegistry.async_get_or_create
* fix entity_platform logic
2021-04-13 14:18:51 +02:00
Tobias Sauerwein
2b79c91813
Clean up camera service schema ( #49151 )
2021-04-13 13:07:05 +02:00
J. Nick Koston
5365fb6c72
Fix setting up remotes that lack a supported features list in homekit ( #49152 )
2021-04-13 12:44:07 +02:00
J. Nick Koston
51a7a724d6
Bump aiodiscover to 1.3.4 ( #49142 )
...
- Changelog: https://github.com/bdraco/aiodiscover/compare/v1.3.3...v1.3.4 (bumps pyroute2>=0.5.18 to fix https://github.com/svinota/pyroute2/issues/717 )
2021-04-13 12:31:55 +02:00
J. Nick Koston
91821fa6ad
Name the dhcp watcher thread ( #49144 )
...
When getting py-spy reports, it is helpful to get thread names
to make it easier to track down issues.
2021-04-13 12:29:30 +02:00
J. Nick Koston
2cc9ae1af1
Use named constants for core shutdown timeouts ( #49146 )
...
This is intended to make them easier to reference outside the core
code base.
2021-04-13 12:21:52 +02:00
dependabot[bot]
0742b046b9
Bump actions/cache from v2.1.4 to v2.1.5 ( #49157 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-13 12:11:42 +02:00
dependabot[bot]
c71a1a34fa
Bump actions/setup-python from v2.2.1 to v2.2.2 ( #49156 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.2.1 to v2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.2.1...dc73133d4da04e56a135ae2246682783cc7c7cb6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-13 12:10:30 +02:00
Clifford Roche
4ce6d00a22
Improve the discovery process for Gree ( #45449 )
...
* Add support for async device discovery
* FIx missing dispatcher cleanup breaking integration reload
* Update homeassistant/components/gree/climate.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/gree/switch.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/gree/bridge.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Working on feedback
* Improving load/unload tests
* Update homeassistant/components/gree/__init__.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Working on more feedback
* Add tests covering async discovery scenarios
* Remove unnecessary shutdown
* Update homeassistant/components/gree/__init__.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Code refactor from reviews
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-13 11:54:03 +02:00
Dermot Duffy
63d42867e8
Add Hyperion device support ( #47881 )
...
* Add Hyperion device support.
* Update to the new typing annotations.
* Add device cleanup logic.
* Fixes based on the excellent feedback from emontnemery
2021-04-13 10:35:38 +02:00
Paulus Schoutsen
b5548c57fb
Merge pull request #49139 from home-assistant/rc
2021-04-12 17:45:38 -07:00
Mike O'Driscoll
5bf3469ffc
ZHA support Quotra LED On quirk ( #49137 )
...
The Quotra-Vision QV-RGBCCT doesn't support the move_to_level_with_onoff
command in ZCL spec. Force on with this device.
2021-04-12 20:32:36 -04:00
Raman Gupta
cc40e681e2
Lazy load zwave_js platforms when the first entity needs to be created ( #49016 )
...
* Lazy load zwave_js platforms when the first entity needs to be created
* switch order to make things easier to understand
* await task instead of using wait_for_done callback
* gather tasks
* switch from asyncio.create_task to hass.async_create_task
* unsubscribe from callbacks before unloading platforms
* Clean up as much as possible during entry unload, even if a platform unload fails
2021-04-12 20:26:49 -04:00
J. Nick Koston
53853f035d
Prevent calling stop or restart services during db upgrade ( #49098 )
2021-04-12 17:18:38 -07:00
Paulus Schoutsen
65126cec3e
Allow top level non-trigger template entities ( #48976 )
2021-04-12 17:15:50 -07:00
Paulus Schoutsen
e5281051a3
Bumped version to 2021.4.4
2021-04-13 00:10:42 +00:00
jjlawren
346ae78a8e
Check all endpoints for zwave_js.climate hvac_action ( #49115 )
2021-04-13 00:09:51 +00:00
Unai
b5650bdd52
Upgrade maxcube-api to 0.4.2 ( #49106 )
...
Upgrade to maxcube-api 0.4.2 to fix pending issues in HA 2021.4.x:
- Interpret correctly S command error responses (https://github.com/home-assistant/core/issues/49075 )
- Support application timezone configuration (https://github.com/home-assistant/core/issues/49076 )
2021-04-13 00:09:50 +00:00
J. Nick Koston
bf28268732
Downgrade logger message about homekit id missing ( #49079 )
...
This can happen if the TXT record is received after the PTR record and
should not generate a warning since it will get processed later
2021-04-13 00:09:49 +00:00
Kevin Worrel
4eb794ae84
Catch unknown equipment values ( #49073 )
...
* Catch unknown equipment values
* Catch unknown equipment values
* Remove warning spam.
2021-04-13 00:09:48 +00:00
Jan Bouwhuis
21b5551506
mqtt fan percentage to speed_range and received speed_state fix ( #49060 )
...
* percentage to speed_range and get speed state fix
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-13 00:07:27 +00:00
Erik Montnemery
e0131f726f
Quote media_source paths ( #49054 )
...
* Quote path in async_sign_path
* Address review comments, add tests
* Update tests/testing_config/media/Epic Sax Guy 10 Hours.mp4
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-13 00:07:27 +00:00
Erik Montnemery
e685b1a1e3
Fix cast options flow overwriting data ( #49051 )
2021-04-13 00:07:26 +00:00
J. Nick Koston
0d00e49dfc
Bump aiohomekit to 0.2.61 ( #49044 )
2021-04-13 00:07:25 +00:00
Chris Talkington
36e08e770b
Resolve potential roku setup memory leaks ( #49025 )
...
* resolve potential roku setup memory leaks
* Update __init__.py
2021-04-13 00:07:24 +00:00
Franck Nijhof
e3b3d136d8
Fix use search instead of match to filter logs ( #49017 )
2021-04-13 00:07:23 +00:00
Joakim Plate
0a5a5ff053
Bump ha-philipsjs to 2.7.0 ( #49008 )
...
This has some improvements to not consider the TV
off due to some exceptions that is related to API
being buggy rather than off.
2021-04-13 00:07:22 +00:00
Shay Levy
0bb7592fab
Fix Shelly brightness offset ( #49007 )
2021-04-13 00:07:21 +00:00
Aidan Timson
d081ac8d4a
Set Lyric hold time to use local time instead of utc ( #48994 )
2021-04-13 00:07:20 +00:00
J. Nick Koston
b96e0e69f2
Bump nexia to 0.9.6 ( #48982 )
...
- Now returns None when a humidity sensor cannot be read instead of throwing an exception
2021-04-13 00:07:20 +00:00
Erik Montnemery
82cca8fb1c
Move cast config flow tests to test_config_flow ( #48362 )
2021-04-13 00:07:19 +00:00
HomeAssistant Azure
93c68f8be6
[ci skip] Translation update
2021-04-13 00:04:04 +00:00
Shay Levy
5c71ba578d
Fix Shelly brightness offset ( #49007 )
2021-04-12 15:52:51 -07:00
Unai
ff8e4fb77f
Upgrade maxcube-api to 0.4.2 ( #49106 )
...
Upgrade to maxcube-api 0.4.2 to fix pending issues in HA 2021.4.x:
- Interpret correctly S command error responses (https://github.com/home-assistant/core/issues/49075 )
- Support application timezone configuration (https://github.com/home-assistant/core/issues/49076 )
2021-04-13 00:14:29 +02:00
starkillerOG
88d2fb4aa6
Bump yeelight version to 0.6.0 ( #49111 )
2021-04-13 00:06:52 +02:00
treylok
7256e333e4
Add Ecobee humidifier ( #45003 )
2021-04-12 23:44:13 +02:00
Ludovico de Nittis
de4b1eebdd
iAlarm small code quality improvements ( #49126 )
2021-04-12 23:24:15 +02:00
Raman Gupta
b98ca49a56
Add min and max temp properties to zwave_js.climate ( #49125 )
2021-04-12 22:12:38 +02:00
Erik Montnemery
ff5fbea1fb
Improve trace of template conditions ( #49101 )
...
* Improve trace of template conditions
* Refactor
* Fix wait_template trace
* Update tests
2021-04-12 20:22:28 +02:00
Marc Mueller
106dc4d28a
Don't import stdlib typing types from helpers.typing ( #49104 )
2021-04-12 18:43:14 +02:00
Erik Montnemery
f5545badac
Quote media_source paths ( #49054 )
...
* Quote path in async_sign_path
* Address review comments, add tests
* Update tests/testing_config/media/Epic Sax Guy 10 Hours.mp4
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-12 18:32:12 +02:00
jjlawren
dbb771e19c
Check all endpoints for zwave_js.climate hvac_action ( #49115 )
2021-04-12 12:29:45 -04:00
Abílio Costa
ebc2bec08d
Reduce reporting delta for ZHA humidity channel ( #49070 )
2021-04-12 12:02:59 -04:00
Marc Mueller
885f528711
Replace old style type comments ( #49103 )
2021-04-12 17:07:18 +02:00
Marc Mueller
05468a50f4
Fix xbox type hint ( #49102 )
2021-04-12 13:57:30 +02:00
David F. Mulcahey
fe80afdb86
Add support for custom configurations in ZHA ( #48423 )
...
* initial configuration options
* first crack at saving the data
* constants
* implement initial options
* make more dynamic
* fix unload and reload of the config entry
* update unload
2021-04-12 07:08:42 -04:00
Zero King
9c11f6547a
Fix forecast pressure unit in OpenWeatherMap ( #49069 )
2021-04-12 11:56:35 +02:00
William Scanlon
06a8ffe94d
Bump pyeconet to 0.1.14 ( #49067 )
...
* Bump pyeconet to fix crash
* Bump pyeconet from beta version
* Update requirements_all
2021-04-12 10:41:20 +02:00
J. Nick Koston
73f227b651
Use shared httpx client in enphase_envoy ( #48709 )
...
* Use shared httpx client in enphase_envoy
* test fix
* f
* bump version
2021-04-12 10:31:25 +02:00
Franck Nijhof
a610076001
Support min()/max() as template function ( #48996 )
2021-04-12 10:02:04 +02:00
J. Nick Koston
9368891b1b
Live db migrations and recovery ( #49036 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-11 20:43:54 -10:00
Paulus Schoutsen
2d5edeb1ef
Set hass when adding template attribute ( #49094 )
2021-04-11 22:49:09 -07:00
Corbeno
eac1041277
Create DataUpdateCoordinator for each proxmoxve vm/container ( #45171 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 17:14:11 -10:00
Phil Bruckner
f538ea1827
Release ownership of amcrest integration ( #49086 )
...
I no longer use this integration and others have taken over maintenance.
2021-04-11 21:44:22 -05:00
HomeAssistant Azure
c7d19d5115
[ci skip] Translation update
2021-04-12 00:04:19 +00:00
Joakim Sørensen
9585defca0
Add device_tracker scanners to hass.config.components ( #49063 )
2021-04-11 13:54:43 -10:00
Erik Montnemery
1145856c45
Fix cast options flow overwriting data ( #49051 )
2021-04-11 13:53:44 -10:00
Jan Bouwhuis
74d7293ab8
mqtt fan percentage to speed_range and received speed_state fix ( #49060 )
...
* percentage to speed_range and get speed state fix
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 13:53:07 -10:00
Kevin Worrel
41ff6fc278
Catch unknown equipment values ( #49073 )
...
* Catch unknown equipment values
* Catch unknown equipment values
* Remove warning spam.
2021-04-11 18:12:59 -04:00
mptei
1d28f485d3
Patch ip interface instead of XKNX in knx ( #49064 )
...
* knx: Deeper tests.
* Set rate_limit to 0; removed waiting for queue
2021-04-11 23:01:30 +02:00
Milan Meulemans
71e0e42792
Add Rituals Perfume Genie sensor platform ( #48270 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 10:36:44 -10:00
J. Nick Koston
b86bba246a
Downgrade logger message about homekit id missing ( #49079 )
...
This can happen if the TXT record is received after the PTR record and
should not generate a warning since it will get processed later
2021-04-11 10:36:26 -10:00
Nathan Spencer
eb2949a20f
Add set_wait_time command support to Litter-Robot ( #48300 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-11 10:35:25 -10:00
Ludovico de Nittis
30618aae94
Reintroduce iAlarm integration ( #43525 )
...
The previous iAlarm integration has been removed because it used
webscraping #43010 .
Since then, the pyialarm library has been updated to use the iAlarm API
instead.
With this commit I reintroduce the iAlarm integration, leveraging the
new HA config flow.
Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com >
2021-04-11 10:35:04 -10:00
Chris Talkington
f7b6d3164a
Resolve potential roku setup memory leaks ( #49025 )
...
* resolve potential roku setup memory leaks
* Update __init__.py
2021-04-11 12:35:42 -05:00
J. Nick Koston
a261bb35eb
Bump aiohomekit to 0.2.61 ( #49044 )
2021-04-11 06:42:46 -10:00
Ruslan Sayfutdinov
9997ae6932
Type data parameter as Mapping in async_create_entry ( #49050 )
2021-04-11 16:56:33 +02:00
Raman Gupta
34a1dd4120
Add new attributes to Climacell ( #48707 )
...
* Add new attributes to Climacell
* fix logic
* test new properties
2021-04-11 11:59:42 +02:00
Phil Hollenback
e38fce98c4
Fix non-metric atmospheric pressure in Open Weather Map ( #49030 )
...
The openweathermap component retrieves atmospheric pressure from the
openweathermap api and passes it along without checking the units.
The api returns pressure in metric (hPa). If you the use the weather
forecast card on a non-metric home assistant install, you will then
see the pressure reported as something like '1019 inHg', which is an
incorrect combination of metric value and non-metric label.
To fix this, check when retrieving the pressure if this is a metric
system. If not, convert the value to non-metric inHg before sending
it along.
Weirdly, this isn't a problem for temperature, so I suspect temp is
getting converted somewhere else.
2021-04-11 11:13:07 +02:00
Nicolas Braem
71a410c742
Correct vicare power production device class ( #49040 )
2021-04-11 10:52:28 +02:00
Joakim Plate
62182ea460
Bump ha-philipsjs to 2.7.0 ( #49008 )
...
This has some improvements to not consider the TV
off due to some exceptions that is related to API
being buggy rather than off.
2021-04-11 08:42:32 +02:00
Ben Hale
e68678e336
Upgrade aioambient to 1.2.4 ( #49035 )
2021-04-10 20:19:31 -06:00
HomeAssistant Azure
45a92f5791
[ci skip] Translation update
2021-04-11 00:04:41 +00:00
Nicolas Braem
42156bafe0
Change vicare unit of power production current to POWER_WATT ( #49000 )
2021-04-10 23:02:08 +02:00
Franck Nijhof
5983fac5c2
Fix use search instead of match to filter logs ( #49017 )
2021-04-10 22:03:44 +02:00
Franck Nijhof
654a532641
Upgrade wakonlan to 2.0.1 ( #48995 )
2021-04-10 21:50:12 +02:00
Aidan Timson
3cd40ac79c
Set Lyric hold time to use local time instead of utc ( #48994 )
2021-04-10 21:48:33 +02:00
Andreas Oberritter
e1d4d65ac4
Bump pysml to 0.0.5 ( #49014 )
2021-04-10 20:16:28 +02:00
Marvin Wichmann
21744790d3
Add KNX source address to Sensor and BinarySensor ( #48857 )
...
* Add source address to Sensor and BinarySensor
* Fix typing
* Review: Always use UTC time in state attributes
* Review: Add missing UTC conversion in sensor
2021-04-10 18:12:43 +02:00
Adrien Brault
676af205e4
Fix light template invalid color temp message ( #48337 )
2021-04-10 17:22:15 +02:00
amitfin
f8690c29cd
Bump libhdate dependency ( #48695 )
2021-04-10 17:20:08 +02:00
dynasticorpheus
7ef17bf175
Add support for event type closed to integration folder_watcher ( #48226 )
2021-04-10 17:04:43 +02:00
Simone Chemelli
fcf86e59cc
Log zone cleaning ( #47912 )
2021-04-10 16:55:28 +02:00
Simone Chemelli
157c1d0ed2
Fix Zeroconf manifest schema in hassfest script ( #49006 )
2021-04-10 16:45:53 +02:00
EetuRasilainen
e7a3308efa
Improve schema of media_player.join service ( #48342 )
...
Co-authored-by: eetu <EetuRasilainen@users.noreply.github.com >
2021-04-10 16:32:41 +02:00
Marc Mueller
1a38d2089d
Bump python-typing-update to v0.3.3 ( #48992 )
...
* Bump python-typing-update to 0.3.3
* Changes after update
2021-04-10 15:21:11 +02:00
J. Nick Koston
a0a8638a2d
Bump nexia to 0.9.6 ( #48982 )
...
- Now returns None when a humidity sensor cannot be read instead of throwing an exception
2021-04-10 12:42:42 +02:00
Martin Hjelmare
7e30ab2fb2
Add missing internal quality scale label ( #48947 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-04-10 12:37:20 +02:00
Erik Montnemery
7e4be921a8
Add helper to get an entity's supported features ( #48825 )
...
* Add helper to check entity's supported features
* Move get_supported_features to helpers/entity.py, add tests
* Fix error handling and improve tests
2021-04-10 08:19:16 +02:00
J. Nick Koston
4cd7f9bd8b
Raise ConfigEntryAuthFailed during setup or coordinator update to start reauth ( #48962 )
2021-04-09 19:41:29 -10:00
Jason
7cc857a298
Add custom JSONEncoder for subscribe_trigger WS endpoint ( #48664 )
2021-04-09 20:47:10 -07:00
Matt Zimmerman
a9602e7a08
Update python-smarttub to 0.0.23 ( #48978 )
2021-04-10 03:38:13 +00:00
Matt Zimmerman
c08ae64085
Update python-smarttub to 0.0.23 ( #48978 )
2021-04-10 03:37:10 +00:00
Matt Zimmerman
324dd12db8
Update python-smarttub to 0.0.23 ( #48978 )
2021-04-09 20:36:57 -07:00
Paulus Schoutsen
01e558430a
Merge pull request #48977 from home-assistant/rc
2021-04-09 20:35:34 -07:00
Abílio Costa
5c7408cdce
Remove uneeded check in ZHA battery voltage attrib ( #48968 )
2021-04-09 21:30:32 -04:00
Paulus Schoutsen
31b061e8f1
Bumped version to 2021.4.3
2021-04-10 00:30:34 +00:00
Shay Levy
4ca40367d1
Fix Shelly button device triggers ( #48974 )
2021-04-10 00:30:24 +00:00
J. Nick Koston
12da88cae9
Prevent ping id allocation conflict with device_tracker ( #48969 )
...
* Prevent ping id allocation conflict with device_tracker
- Solves id conflict resulting unexpected home state
* Update homeassistant/components/ping/device_tracker.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-10 00:30:23 +00:00
Paulus Schoutsen
0520ce5ed3
Fix config forwarding ( #48967 )
2021-04-10 00:30:22 +00:00
Guido Schmitz
995e22d3bb
Bump devolo Home Control to support old websocket-client versions again ( #48960 )
2021-04-10 00:30:21 +00:00
Jan Bouwhuis
6296d78e58
Implement percentage_step and preset_mode is not not speed fix for MQTT fan ( #48951 )
2021-04-10 00:30:20 +00:00
Joakim Sørensen
2c7fd30029
Add TTS engines in config.components ( #48939 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-10 00:30:20 +00:00
Ville Skyttä
4149cc9662
Huawei LTE cleanups ( #48959 )
2021-04-09 17:08:13 -07:00
Guido Schmitz
441c304f11
Bump devolo Home Control to support old websocket-client versions again ( #48960 )
2021-04-09 17:07:04 -07:00
HomeAssistant Azure
a36712509b
[ci skip] Translation update
2021-04-10 00:03:44 +00:00
Shay Levy
98396e13af
Fix Shelly button device triggers ( #48974 )
2021-04-09 16:58:44 -07:00
J. Nick Koston
9b0b2d9168
Prevent ping id allocation conflict with device_tracker ( #48969 )
...
* Prevent ping id allocation conflict with device_tracker
- Solves id conflict resulting unexpected home state
* Update homeassistant/components/ping/device_tracker.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-09 16:56:15 -07:00
Jan Bouwhuis
28ad5b5514
Implement percentage_step and preset_mode is not not speed fix for MQTT fan ( #48951 )
2021-04-09 16:14:48 -07:00
Joakim Sørensen
eef7faa1e4
Add TTS engines in config.components ( #48939 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-09 16:13:07 -07:00
Paulus Schoutsen
6d5c34f2dc
Fix config forwarding ( #48967 )
2021-04-10 01:12:40 +02:00
Paulus Schoutsen
9f06639ecc
Bump hass-nabucasa 0.43 ( #48964 )
2021-04-09 13:43:38 -07:00
Erik Montnemery
16196e2e16
Don't log template errors from developer tool ( #48933 )
2021-04-09 12:10:02 -07:00
Paulus Schoutsen
7b7cfd71de
Merge pull request #48954 from home-assistant/rc
2021-04-09 12:03:40 -07:00
Bram Kragten
d5d9a5ff11
Update frontend to 20210407.3 ( #48957 )
2021-04-09 18:53:45 +00:00
Bram Kragten
43335953a2
Update frontend to 20210407.3 ( #48957 )
2021-04-09 11:53:20 -07:00
Paulus Schoutsen
3f744bcbef
Bumped version to 2021.4.2
2021-04-09 17:39:03 +00:00
jjlawren
92746aa60c
Fix Plex live TV handling ( #48953 )
2021-04-09 17:38:54 +00:00
Ph-Wagner
4da77b9768
Extend Google Cast media source URL expiry to 24h ( #48937 )
...
* Extend media source URL expiry to 12h
closes #46280
After checking out https://github.com/home-assistant/core/pull/48912 I just think why not.
* Update homeassistant/components/cast/media_player.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-09 17:38:53 +00:00
David F. Mulcahey
b800bb0202
Bump ZHA quirks library ( #48931 )
2021-04-09 17:38:52 +00:00
Tobias Sauerwein
b41e611cb5
Bump pykodi to 0.2.5 ( #48930 )
2021-04-09 17:38:52 +00:00
Philip Allgaier
ee78c9b08a
Fix "notify.events" trim() issue + add initial tests ( #48928 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-09 17:38:51 +00:00
Joakim Sørensen
29bb6d76f1
Change discovery timeout from 10 to 60 ( #48924 )
2021-04-09 17:38:50 +00:00
Joakim Sørensen
38a1c65ab7
Handle exceptions when looking for new version ( #48922 )
2021-04-09 17:38:49 +00:00
Tobias Sauerwein
1ca087b4d0
Bump pykodi to 0.2.4 ( #48913 )
2021-04-09 17:38:48 +00:00
Erik Montnemery
1f21b19eae
Extend media source URL expiry to 24h ( #48912 )
2021-04-09 17:38:47 +00:00
Milan Meulemans
6746fbadef
Catch expected errors and log them in rituals perfume genie ( #48870 )
...
* Add update error logging
* Move try available to else
* Remove TimeoutError
2021-04-09 17:38:46 +00:00
Hans Kröner
41fe8b9494
Account for openweathermap 'dew_point' not always being present ( #48826 )
2021-04-09 17:38:45 +00:00
jjlawren
2e32589741
Fix Plex live TV handling ( #48953 )
2021-04-09 10:38:01 -07:00
Philip Allgaier
7e2c8a2737
Fix "notify.events" trim() issue + add initial tests ( #48928 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-09 10:36:13 -07:00
J. Nick Koston
ac02f7c88a
Bump boto3 to 1.16.52 ( #47772 )
2021-04-09 10:16:59 -07:00
J. Nick Koston
40450b9cfd
Detach aiohttp.ClientSession created by config entry setup on unload ( #48908 )
2021-04-09 10:14:33 -07:00
Marc Mueller
8e2b5b36b5
Bump pyupgrade to 2.12.0 ( #48943 )
2021-04-09 09:58:27 -07:00
Tobias Sauerwein
ee0c87df1c
Bump pykodi to 0.2.5 ( #48930 )
2021-04-09 09:54:39 -07:00
Joakim Sørensen
af3b18c40a
Handle exceptions when looking for new version ( #48922 )
2021-04-09 09:54:24 -07:00
David F. Mulcahey
f2f0331309
Bump ZHA quirks library ( #48931 )
2021-04-09 12:08:56 -04:00
Ph-Wagner
b66c4a9dca
Extend Google Cast media source URL expiry to 24h ( #48937 )
...
* Extend media source URL expiry to 12h
closes #46280
After checking out https://github.com/home-assistant/core/pull/48912 I just think why not.
* Update homeassistant/components/cast/media_player.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-09 18:02:06 +02:00
Erik Montnemery
346af58f27
Extend media source URL expiry to 24h ( #48912 )
2021-04-09 17:19:23 +02:00
Joakim Sørensen
65c39bbd92
Change discovery timeout from 10 to 60 ( #48924 )
2021-04-09 16:44:02 +02:00
RenierM26
155322584d
Update Ezviz Component ( #45722 )
...
* Update Ezviz Component
* Update Ezviz for pylint test
* Update Ezviz component pylint tests
* Update Ezviz component tests
* Update Ezviz Component tests
* Update Ezviz component pylint error
* Fix ezviz component config flow tests
* Update ezviz component
* Update Ezviz component
* Add sensor platforms
* issue with requirements file
* Update binary_sensor to include switches
* Updates to Ezviz sensors
* Removed enum private method.
* Fix switch args
* Update homeassistant/components/ezviz/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* config flow checks login info
* Config_flow now imports ezviz from camera platform
* Update test
* Updated config_flow with unique_id and remove period from logging
* Added two camera services and clarified service descryptions in services.yaml
* Fixed variable name mistake with new service
* Added french integration translation
* Config_flow add camera rtsp credentials as seperate entities, with user step and import step
* rerun hassfest after rebase
* Removed region from legacy config schema, removed logging in camera platform setup that could contain credentials, removed unused constant.
* Regenerate requirements
* Fix tests and add config_flow import config test
* Added addition test to config_flow to test successfull camera entity create.
* Add to tests method to end in create entry, config_flow cleanup, use entry instead of entry.data
* Removed all services, sorted platforms in init file.
* Changed RTSP logging to debug from warning. (Forgot to change this before commit)
* Cleanup typing, change platform order, bump pyezviz version
* Added types to entries, allow creation of main entry if deleted by validating existance of type
* Config_flow doesn't store serial under entry data, camera rtsp read from entry and not stored in hass, removed duplicate abort if unique id from config flow
* Fix test of config_flow
* Update tests/components/ezviz/test_config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update tests/components/ezviz/test_config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update tests/components/ezviz/test_config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Bumped pyezviz api version, added api pyezvizerror exception raised in api (on HTTPError), cleanup unused imports.
* rebase
* cleanup coordinator, bump pyezviz api version, move async_setup_entry to add entry options to camera entries. (order change)
* Added discovery step in config_flow if cameras detected without rtsp config entry
* Reload main integration after addition or completion of camera rtsp config entry
* Add tests for discovery config_flow, added a few other output asserts
* Camera platform call discover flow with hass.async_create_task. Fixes to config_flow for discovery step
* Fix config_flow discovery, add check to legacy yaml camera platform import, move camera private method to camera import step
* Remove not needed check from config_flow import step.
* Cleanup config_flow
* Added config_flow description for discovered camera
* Reordered description in config_flow confim step.
* Added serial to flow_step description for discovered camera, readded camera attributes for rtsp stream url (allows user to check RTSP cred), added local ip and firmware upgade available.
* Bumped pyezviz version and changed region code to region url. (Russia uses a completly different url). PyEzviz adds a Local IP sensor, removed camera entity attributes.
* Add RSTP describe auth check from API to config_flow
* url as vol.in options in Config_flow
* Config_flow changes to discovery step, added exceptions, fixed tests, added rtsp config validate module mock to test disovery confirm step
* Add test for config_flow step user_camera
* Added tests for abort flow
* Extend tests on custom url flow step
* Fix exceptions in config_flow, fix test for discovery import exception test
* Bump pyezviz api version
* Bump api version, added config_flow function to wake hybernating camera before testing credentials, removed "user camera" step from config flow not needed as cameras are discovered.
* Create pyezviz Api instance for config_flow wake hybernating camera, fixed tests and added fixture to mock method
* Added alarm_control_panel with support to arm/disarm all cameras, fixed camera is available attribute (returns 2 if unavailable, 1 if available)
* Skip ignored entities when setup up camera RTSP stream
* Remove alarm_control_panel, add additional config_flow tests
* Cleanup tests, add tests for discovery_step.
* Add test for config_flow rtsp test step1 exceptions
* Removed redundant except from second step in test RTSP method
* All tests to CREATE or ABORT, added step exception for general HTTP error so user can retry in case of trasient network condition
* Ammended tests with output checks for step_id, error, data, create entry method calls.
* bumped ezviz api now rases library exceptions. Config_flow, coordiantor and init raises library exceptions. Updated test sideeffect for library exceptions
* Bump api version, Create mock ezviz cloud account on discovery tests first to allow more complete testing of step.
* Add abort to rtsp verification method if cloud account was deleted and add tests
* Update tests/components/ezviz/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update tests/components/ezviz/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Undo config import change to password key for yaml, move hass.data.setdefault to async_setup_entry and remove async_setup
* Fixed tests by removing _patch_async_setup as this was removed from init.
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/ezviz/camera.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Changed L67 on camera config to complete suggestion for cleanup
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-09 12:39:19 +02:00
Álvaro Fernández Rojas
e30cf88459
AEMET town timestamp should be UTC ( #48916 )
...
AEMET OpenData doesn't clarify if the hourly data timestamp is UTC or not, but
after correctly formatting the town timestamp in ISO format, it is clear that
the timestamp is provided as UTC value.
Therefore, the only values not provided as UTC are the ones related to the
specific daily and hourly forecast values.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-04-09 12:37:46 +02:00
amitfin
2391134d26
Update "issur_melacha_in_effect" via time tracking ( #42485 )
2021-04-09 12:26:55 +02:00
Brandon Rothweiler
52e8c7166b
Allow template covers to have opening and closing states ( #47925 )
2021-04-09 11:36:02 +02:00
Tobias Sauerwein
f396804f54
Bump pykodi to 0.2.4 ( #48913 )
2021-04-09 11:27:43 +02:00
Robert Svensson
31ae121645
Add fixtures for Axis rtsp client and adapt tests to use them ( #47901 )
...
* Add a fixture for rtsp client and adapt tests to use it
* Better fixtures for RTSP events and signals
2021-04-09 10:56:53 +02:00
Phil Hollenback
e7e53b879e
Fix cpu temperature reporting for Armbian on Odroid ( #48903 )
...
Some systems expose cpu temperatures differently in
psutil. Specifically, running armbian on the Odroid xu4 sbc gives the
following temerature output:
>>> pp.pprint(psutil.sensors_temperatures())
{ 'cpu0-thermal':
[ shwtemp(label='', current=54.0, high=115.0, critical=115.0)],
'cpu1-thermal':
[ shwtemp(label='', current=56.0, high=115.0, critical=115.0)],
'cpu2-thermal':
[ shwtemp(label='', current=58.0, high=115.0, critical=115.0)],
'cpu3-thermal':
[ shwtemp(label='', current=56.0, high=115.0, critical=115.0)],
}
Since the cpu number is embedded inside the name, the current code
can't find it.
To fix this, check both the name and the constructed label for matches
against CPU_SENSOR_PREFIXES, and add the appropriate label
cpu0-thermal in the prefix list.
While this is slightly less efficient that just generating the label
and checking it, it results in easier to understand code.
2021-04-09 10:25:03 +02:00
Erik Montnemery
d1df6e6fba
Don't get code_context when calling inspect.stack ( #48849 )
...
* Don't get code_context when calling inspect.stack
* Update homeassistant/helpers/config_validation.py
2021-04-09 07:26:09 +02:00
J. Nick Koston
19e047e801
Fix logic reversal in sonos update_media_radio ( #48900 )
2021-04-09 07:24:35 +02:00
HomeAssistant Azure
23dd57a562
[ci skip] Translation update
2021-04-09 00:03:15 +00:00
Milan Meulemans
bdbc38c937
Catch expected errors and log them in rituals perfume genie ( #48870 )
...
* Add update error logging
* Move try available to else
* Remove TimeoutError
2021-04-09 01:43:41 +02:00
Paulus Schoutsen
f4c3bdad7d
Merge pull request #48896 from home-assistant/rc
2021-04-08 15:35:17 -07:00
Paulus Schoutsen
3bf693e352
Bumped version to 2021.4.1
2021-04-08 21:35:53 +00:00
Bram Kragten
7051cc04bd
Update frontend to 20210407.2 ( #48888 )
2021-04-08 21:35:37 +00:00
Franck Nijhof
d9c1c391bc
Fix optional data payload in Prowl messaging service ( #48868 )
2021-04-08 21:35:35 +00:00
Franck Nijhof
02cd2619bb
Fix possibly missing changed_by in Verisure Alarm ( #48867 )
2021-04-08 21:35:35 +00:00
starkillerOG
f791142c75
Fix motion_blinds gateway signal strength sensor ( #48866 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-08 21:35:34 +00:00
Bram Kragten
1c939fc9be
Correct wrong x in frontend manifest ( #48865 )
2021-04-08 21:35:33 +00:00
Philip Allgaier
0ad4736349
Bump speedtest-cli to 2.1.3 ( #48861 )
2021-04-08 21:35:32 +00:00
Erik Montnemery
3f0d63c1ab
Validate supported_color_modes for MQTT JSON light ( #48836 )
2021-04-08 21:35:32 +00:00
Martin Hjelmare
f39afa60ae
Fix mysensor cover closed state ( #48833 )
2021-04-08 21:35:31 +00:00
Erik Montnemery
cf11d9a2df
Replace redacted stream recorder credentials with '****' ( #48832 )
2021-04-08 21:35:30 +00:00
Niccolo Zapponi
dd2a73b363
Fix iCloud extra attributes ( #48815 )
2021-04-08 21:35:29 +00:00
Johan Nenzén
99ef870908
Add missing super call in Verisure Camera entity ( #48812 )
2021-04-08 21:35:29 +00:00
Raman Gupta
8d738cff41
Check all endpoints for zwave_js.climate fan mode and operating state ( #48800 )
...
* Check all endpoints for zwave_js.climate fan mode and operating state
* fix test
2021-04-08 21:35:28 +00:00
Paulus Schoutsen
a59460a233
Test that we do not initialize bad configuration ( #48872 )
...
* Test that we do not initialize bad configuration
* Simplify test as we are not calling a service
2021-04-08 22:04:39 +02:00
Erik Montnemery
b0aa64d59c
Replace redacted stream recorder credentials with '****' ( #48832 )
2021-04-08 12:44:17 -07:00
starkillerOG
2dc46d4516
Fix motion_blinds gateway signal strength sensor ( #48866 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-08 12:42:56 -07:00
Bram Kragten
aaa9367554
Update frontend to 20210407.2 ( #48888 )
2021-04-08 12:41:40 -07:00
Erik Montnemery
5e8559e3cc
Validate supported_color_modes for MQTT JSON light ( #48836 )
2021-04-08 12:40:48 -07:00
Martin Hjelmare
e988062034
Fix mysensor cover closed state ( #48833 )
2021-04-08 12:39:03 -07:00
J. Nick Koston
493bd4cdca
Add manufacturer matching support to zeroconf ( #48810 )
...
We plan on matching with _airplay which means we need
to able to limit to specific manufacturers to avoid
generating flows for integrations with the wrong
manufacturer
2021-04-08 09:03:10 -10:00
Khole
c2d98f1905
Add hive boost off functionality ( #48701 )
...
* Add boost off functionality
* Added backwards compatibility
* Update homeassistant/components/hive/services.yaml
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/hive/climate.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-08 20:51:00 +02:00
Raman Gupta
3ca69f5568
Raise an exception when event_type exceeds the max length ( #48115 )
...
* raise an exception when event_type exceeds the max length that the recorder supports
* add test
* use max length constant in recorder
* update config entry reloaded service name
* remove exception string function because it's not needed
* increase limit to 64 and revert event name change
* fix test
* assert exception args
* fix test
* add comment about migration
2021-04-08 20:46:28 +02:00
J. Nick Koston
1f80c756ab
Fix subscribe_bootstrap_integrations to send events ( #48754 )
2021-04-08 07:30:33 -10:00
Laszlo Magyar
c7e4857d2c
Let recorder deal with event names longer than 32 chars ( #47748 )
2021-04-08 07:08:49 -10:00
Franck Nijhof
1dafea705d
Fix possibly missing changed_by in Verisure Alarm ( #48867 )
2021-04-08 19:03:11 +02:00
Franck Nijhof
e475b6b9c3
Fix optional data payload in Prowl messaging service ( #48868 )
2021-04-08 18:02:29 +02:00
Bram Kragten
94fc7b8aed
Correct wrong x in frontend manifest ( #48865 )
2021-04-08 08:54:13 -07:00
Philip Allgaier
50bc037819
Bump speedtest-cli to 2.1.3 ( #48861 )
2021-04-08 17:35:02 +02:00
Johan Nenzén
e70111b93c
Add missing super call in Verisure Camera entity ( #48812 )
2021-04-08 17:00:49 +02:00
Raman Gupta
2768f202b6
Check all endpoints for zwave_js.climate fan mode and operating state ( #48800 )
...
* Check all endpoints for zwave_js.climate fan mode and operating state
* fix test
2021-04-08 16:53:20 +02:00
Philip Allgaier
f1c4072d3c
Return TP-Link sensor & light attributes as float rather than string ( #48828 )
2021-04-08 16:51:59 +02:00
Marvin Wichmann
91837f08ce
Update xknx to version 0.18.0 ( #48799 )
2021-04-08 14:54:43 +02:00
Niccolo Zapponi
9377a45d8a
Fix iCloud extra attributes ( #48815 )
2021-04-08 13:50:46 +02:00
starkillerOG
78dabc83ec
Add Xiaomi Miio zhimi.airpurifier.mc2 ( #48840 )
...
* add zhimi.airpurifier.mc2
* fix issort
2021-04-08 13:40:29 +02:00
Hans Kröner
2765256b61
Account for openweathermap 'dew_point' not always being present ( #48826 )
2021-04-08 13:39:53 +02:00
Aaron Bach
e70d7327f9
Store Recollect Waste pickup dates in UTC ( #48690 )
...
* Store Recollect Waste pickup dates in UTC
* Code review
* Code review
2021-04-08 07:34:47 +02:00
HomeAssistant Azure
8e6238ff61
[ci skip] Translation update
2021-04-08 00:03:23 +00:00
J. Nick Koston
cdb151e8c9
Remove doorbird recorder test workaround ( #48781 )
...
Apparently this is no longer needed
2021-04-07 09:27:47 -10:00
Franck Nijhof
8bdcdfb8e6
Merge pull request #48782 from home-assistant/rc
2021-04-07 19:07:10 +02:00
Franck Nijhof
341531146d
Bumped version to 2021.4.0
2021-04-07 18:31:01 +02:00
Bram Kragten
49178d6865
Update frontend to 20210407.1 ( #48778 )
2021-04-07 18:17:15 +02:00
Erik Montnemery
b4636f17fb
Reject nan, inf from generic_thermostat sensor ( #48771 )
2021-04-07 18:17:11 +02:00
Erik Montnemery
61b38baf2e
Reject nan, inf from generic_thermostat sensor ( #48771 )
2021-04-07 09:00:42 -07:00
Bram Kragten
f2ef9e7505
Update frontend to 20210407.1 ( #48778 )
2021-04-07 08:57:45 -07:00
Daniel Sack
c732749640
Update __init__.py ( #48659 )
...
This change solves that HMIP-RCV-1 is not found when used in a service call to invoke a virtual key (case-sensitivity problem).
- https://community.home-assistant.io/t/homematic-hmip-rcv-50-not-working-with-virtual-key-any-more/249000
- https://github.com/danielperna84/pyhomematic/issues/368
2021-04-07 15:51:35 +02:00
dependabot[bot]
fa8436889a
Bump actions/upload-artifact from v2.2.2 to v2.2.3 ( #48761 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from v2.2.2 to v2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 13:20:00 +02:00
Franck Nijhof
0fb4f31bde
Bumped version to 2021.4.0b6
2021-04-07 12:43:04 +02:00
Bram Kragten
b382de96c6
Update frontend to 20210407.0 ( #48765 )
2021-04-07 12:40:14 +02:00
Erik Montnemery
c9f8861303
Fix whitespace error in cast ( #48763 )
2021-04-07 12:40:08 +02:00
Erik Montnemery
32511409a9
Remove login details before logging SQL errors ( #48758 )
2021-04-07 12:40:04 +02:00
Daniel Hjelseth Høyer
e366961ddb
Met.no - only update data if coordinates changed ( #48756 )
2021-04-07 12:40:00 +02:00
J. Nick Koston
bfb8141f55
Solve cast delaying startup when discovered devices are slow to setup ( #48755 )
...
* Solve cast delaying startup when devices are slow to setup
* Update homeassistant/components/cast/media_player.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-07 12:39:57 +02:00
Joakim Sørensen
537d6412dd
Add custom integrations to analytics ( #48753 )
2021-04-07 12:39:54 +02:00
Stefan Agner
a093cd8ac2
Use microsecond precision for datetime values on MariaDB/MySQL ( #48749 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-07 12:39:51 +02:00
Franck Nijhof
322458ee49
Rename hassio config entry title to Supervisor ( #48748 )
2021-04-07 12:39:48 +02:00
Joakim Sørensen
b573fb49b7
Generate a seperate UUID for the analytics integration ( #48742 )
2021-04-07 12:39:45 +02:00
Franck Nijhof
15e00b8d18
Do not activate Met.no without setting a Home coordinates ( #48741 )
2021-04-07 12:39:41 +02:00
Raman Gupta
caaa62a7f9
Clean up google travel time code ( #48708 )
2021-04-07 12:39:27 +02:00
Erik Montnemery
2555b10d49
Remove login details before logging SQL errors ( #48758 )
2021-04-07 12:15:56 +02:00
Maciej Bieniek
5be1eacde9
Set AsusWRT mac_address and ip_address properties ( #48764 )
2021-04-07 12:08:22 +02:00
Bram Kragten
ab190f36ac
Update frontend to 20210407.0 ( #48765 )
2021-04-07 11:42:12 +02:00
Erik Montnemery
46371a9e87
Fix whitespace error in cast ( #48763 )
2021-04-07 11:12:31 +02:00
Franck Nijhof
06381f5619
Upgrade pre-commit to 2.12.0 ( #48731 )
2021-04-07 10:40:53 +02:00
Franck Nijhof
6ec8e17e7b
Do not activate Met.no without setting a Home coordinates ( #48741 )
2021-04-07 09:39:39 +02:00
J. Nick Koston
5f8fcca5ad
Solve cast delaying startup when discovered devices are slow to setup ( #48755 )
...
* Solve cast delaying startup when devices are slow to setup
* Update homeassistant/components/cast/media_player.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-07 09:39:04 +02:00
Daniel Hjelseth Høyer
b558f20ad2
Met.no - only update data if coordinates changed ( #48756 )
2021-04-07 09:27:58 +02:00
stegm
589f2240b1
New integration for Kostal Plenticore solar inverters ( #43404 )
...
* New integration for Kostal Plenticore solar inverters.
* Fix errors from github pipeline.
* Fixed test for py37.
* Add more test for test coverage check.
* Try to fix test coverage check.
* Fix import sort order.
* Try fix test code coverage .
* Mock api client for tests.
* Fix typo.
* Fix order of rebased code from dev.
* Add new data point for home power.
* Modifications to review.
Remove service for write access (for first pull request). Refactor
update coordinator to not use the entity API.
* Fixed mock imports.
* Ignore new python module on coverage.
* Changes after review.
* Fixed unit test because of config title.
* Fixes from review.
* Changes from review (unique id and mocking of tests)
* Use async update method. Change unique id. Remove _dict
* Remove _data field.
* Removed login flag from PlenticoreUpdateCoordinator.
* Removed Dynamic SoC sensor because it should be a binary sensor.
* Remove more sensors because they are binary sensors.
2021-04-07 09:18:07 +02:00
Stefan Agner
815db999da
Use microsecond precision for datetime values on MariaDB/MySQL ( #48749 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-07 09:13:55 +02:00
Joakim Sørensen
191c01a611
Add custom integrations to analytics ( #48753 )
2021-04-06 19:33:08 -07:00
Joakim Sørensen
89f2f458d2
Generate a seperate UUID for the analytics integration ( #48742 )
2021-04-07 02:34:49 +02:00
HomeAssistant Azure
82cc5148d7
[ci skip] Translation update
2021-04-07 00:04:06 +00:00
Franck Nijhof
e63e8b6ffe
Rename hassio config entry title to Supervisor ( #48748 )
2021-04-07 00:46:47 +02:00
J. Nick Koston
d417dcb8f4
Bump pysonos to 0.0.42 to fix I/O in event loop ( #48743 )
...
fixes #48732
Changelog: https://github.com/amelchio/pysonos/compare/v0.0.41...v0.0.42
2021-04-07 00:15:36 +02:00
Philip Allgaier
030e9d314d
Fix systemmonitor IP address look-up logic ( #48740 )
2021-04-06 22:58:35 +02:00
Pascal Reeb
fb1444c414
Add doorsensor + coordinator to nuki ( #40933 )
...
* implemented coordinator + doorsensor
* added async_unload_entry
* small fixes + reauth_flow
* update function
* black
* define _data inside __init__
* removed unused property
* await on update & coverage for binary_sensor
* keep reauth seperate from validate
* setting entities unavailable when connection goes down
* add unknown error when entity is not present
* override extra_state_attributes()
* removed unnecessary else
* moved to locks & openers variables
* removed doorsensorState attribute
* changed config entry reload to a task
* wait for reload
2021-04-06 21:20:57 +02:00
Paulus Schoutsen
2db60a3c56
Bumped version to 2021.4.0b5
2021-04-06 19:12:33 +00:00
Paulus Schoutsen
ed90e22421
Updated frontend to 20210406.0 ( #48734 )
2021-04-06 19:12:28 +00:00
Paulus Schoutsen
d61780dbac
Allow reloading top-level template entities ( #48733 )
2021-04-06 19:12:27 +00:00
Justin Paupore
315e910bfe
Fix infinite recursion in LazyState ( #48719 )
...
If LazyState cannot parse the attributes of its row as JSON, it prints
a message to the logger. Unfortunately, it passes `self` as a format
argument to that message, which causes its `__repr__` method to be
called, which then tries to retrieve `self.attributes` in order to
display them. This leads to an infinite recursion and a crash of the
entire core.
To fix, send the database row to be printed in the log message, rather
than the LazyState object that wraps around it.
2021-04-06 19:12:26 +00:00
Erik Montnemery
a7523777ba
Flag brightness support for MQTT RGB lights ( #48718 )
2021-04-06 19:12:25 +00:00
Erik Montnemery
7ae65832eb
Bump pychromecast to 9.1.2 ( #48714 )
2021-04-06 19:12:24 +00:00
Erik Montnemery
0df9a8ec38
Improve warnings on undefined template errors ( #48713 )
2021-04-06 19:12:23 +00:00
J. Nick Koston
5f2a666e76
Abort discovery for unsupported doorbird accessories ( #48710 )
2021-04-06 19:12:23 +00:00
Paulus Schoutsen
26b9017905
Fix verisure deadlock ( #48691 )
2021-04-06 19:12:22 +00:00
Raman Gupta
bdd68cd413
Bump zwave_js dependency to 0.23.1 ( #48682 )
2021-04-06 19:12:21 +00:00
Alexei Chetroi
c512ab7ec9
Implement Ignore list for poll control configuration on Ikea devices ( #48667 )
...
Co-authored-by: Hmmbob <33529490+hmmbob@users.noreply.github.com >
2021-04-06 19:12:21 +00:00
mburget
edf41e8425
Fix Raspi GPIO binary_sensor produces unreliable responses ( #48170 )
...
* Fix for issue #10498 Raspi GPIO binary_sensor produces unreliable responses ("Doorbell Scenario")
Changes overtaken from PR#31788 which was somehow never finished
* Fix for issue #10498 Raspi GPIO binary_sensor produces unreliable response. Changes taken over from PR31788 which was somehow never finished
* Remove unused code (pylint warning)
2021-04-06 19:12:20 +00:00
Erik Montnemery
9f5db2ce3f
Improve warnings on undefined template errors ( #48713 )
2021-04-06 12:11:42 -07:00
Paulus Schoutsen
09635678bc
Allow reloading top-level template entities ( #48733 )
2021-04-06 12:10:39 -07:00
Justin Paupore
c4f9489d61
Fix infinite recursion in LazyState ( #48719 )
...
If LazyState cannot parse the attributes of its row as JSON, it prints
a message to the logger. Unfortunately, it passes `self` as a format
argument to that message, which causes its `__repr__` method to be
called, which then tries to retrieve `self.attributes` in order to
display them. This leads to an infinite recursion and a crash of the
entire core.
To fix, send the database row to be printed in the log message, rather
than the LazyState object that wraps around it.
2021-04-06 11:39:54 -07:00
Paulus Schoutsen
42d2039560
Updated frontend to 20210406.0 ( #48734 )
2021-04-06 20:14:54 +02:00
Martin Hjelmare
ae67f300b2
Fix sync api use in alarm control panel test ( #48725 )
2021-04-06 16:50:15 +02:00
J. Nick Koston
46b673cdc6
Abort discovery for unsupported doorbird accessories ( #48710 )
2021-04-06 13:32:14 +02:00
dependabot[bot]
11ed2f4c30
Bump codecov/codecov-action from v1.3.1 to v1.3.2 ( #48716 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.3.1 to v1.3.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.3.1...9b0b9bbe2c64e9ed41413180dd7398450dfeee14 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 12:49:47 +02:00
Erik Montnemery
9f2fb37e17
Flag brightness support for MQTT RGB lights ( #48718 )
2021-04-06 12:39:29 +02:00
Erik Montnemery
b57d02d786
Bump pychromecast to 9.1.2 ( #48714 )
2021-04-06 09:55:47 +02:00
J. Nick Koston
2a15ae13a7
Small improvements for emonitor ( #48700 )
...
- Check reason for config abort
- Abort if unique id is already configured on user flow
- remove unneeded pylint
2021-04-05 17:22:49 -10:00
Michael
b47a90a9d8
Add AMD Ryzen processor temperatur capability to systemmonitor ( #48705 )
2021-04-05 17:07:22 -10:00
HomeAssistant Azure
e8cbdea881
[ci skip] Translation update
2021-04-06 00:04:07 +00:00
Raman Gupta
5305d083ec
Add config flow for Waze Travel Time ( #43419 )
...
* Add config flow for Waze Travel Time
* update translations
* setup entry is async
* fix update logic during setup
* support old config method in the interim
* fix requirements
* fix requirements
* add abort string
* changes based on @bdraco review
* fix tests
* add device identifier
* Update homeassistant/components/waze_travel_time/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* fix tests
* Update homeassistant/components/waze_travel_time/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* log warning for deprecation message
* PR feedback
* fix tests and bugs
* re-add name to config schema to avoid breaking change
* handle if we get name from config in entry title
* fix name logic
* always set up options with defaults
* Update homeassistant/components/waze_travel_time/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update config_flow.py
* Update sensor.py
* handle options updates by getting options on every update
* patch library instead of sensor
* fixes and make sure first update writes the state
* validate config entry data during config flow and entry setup
* fix input parameters
* fix tests
* invert if statement
* remove unnecessary else
* exclude helpers from coverage
* remove async_setup because it's no longer needed
* fix patch statements
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-05 19:25:52 -04:00
Dylan Gore
f3399aa8aa
Add a new weather integration - Met Éireann ( #39429 )
...
* Added a new weather integration - Met Éireann
* Fix codespell error
* Update met_eireann to use CoordinatorEntity
* Remove deprecated platform setup
* Fix merge conflict
* Remove unnecessary onboarding/home tracking code
* Use common strings for config flow
* Remove unnecessary code
* Switch to using unique IDs in config flow
* Use constants where possible
* Fix failing tests
* Fix isort errors
* Remove unnecessary DataUpdateCoordinator class
* Add device info
* Explicitly define forecast data
* Disable hourly forecast entity by default
* Update config flow to reflect requested changes
* Cleanup code
* Update entity naming to match other similar components
* Convert forecast time to UTC
* Fix test coverage
* Update test coverage
* Remove elevation conversion
* Update translations for additional clarity
* Remove en-GB translation
2021-04-05 23:23:57 +02:00
J. Nick Koston
c28d4e8e01
Clean and optimize systemmonitor ( #48699 )
...
- Remove unneeded excinfo to _LOGGER.exception
- Use f-strings
- Switch last_boot to utc
- Cache psutil/os calls used by multiple attributes in the same update cycle
2021-04-05 21:50:22 +02:00
Raman Gupta
d0b3f76a6f
Add ClimaCell v4 API support ( #47575 )
...
* Add ClimaCell v4 API support
* fix tests
* use constants
* fix logic and update tests
* revert accidental changes and enable hourly and nowcast forecast entities in test
* use variable instead of accessing dictionary multiple times
* only grab necessary fields
* add _translate_condition method ot base class
* bump pyclimacell again to fix bug
* switch typehints back to new format
* more typehint fixes
* fix tests
* revert merge conflict change
* handle 'migration' in async_setup_entry so we don't have to bump config entry versions
* parametrize timestep test
2021-04-05 13:39:39 -04:00
Paulus Schoutsen
0f757c3db2
Fix verisure deadlock ( #48691 )
2021-04-05 12:22:25 +02:00
J. Nick Koston
0544d94bd0
Update all systemmonitor sensors in one executor call ( #48689 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-04 22:11:57 -10:00
J. Nick Koston
12e3bc8101
Provide api to see which integrations are being loaded ( #48274 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-04 22:11:44 -10:00
J. Nick Koston
e925fd2228
Add emonitor integration ( #48310 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-04 22:11:23 -10:00
J. Nick Koston
94fde73add
Add config flow for enphase envoy ( #48517 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-04 22:11:06 -10:00
Alexei Chetroi
6204765835
Implement Ignore list for poll control configuration on Ikea devices ( #48667 )
...
Co-authored-by: Hmmbob <33529490+hmmbob@users.noreply.github.com >
2021-04-04 21:21:47 -07:00
J. Nick Koston
6dc1414b69
Fix sonos volume always showing 0 ( #48685 )
2021-04-04 20:26:55 -07:00
J. Nick Koston
30382c3dbe
Limit log spam from rest and include reason in platform retry ( #48666 )
...
- Each retry was logging the error again
- Now we set the cause of the PlatformNotReady to allow Home Assistant to log as needed
2021-04-04 20:26:18 -07:00
Robert Svensson
9ba66fe232
Add more device triggers to deCONZ integration ( #48680 )
2021-04-04 20:25:57 -07:00
HomeAssistant Azure
d5e5450540
[ci skip] Translation update
2021-04-05 00:05:16 +00:00
J. Nick Koston
32daa63265
Use shared aiohttp.ClientSession in bond ( #48669 )
2021-04-05 00:12:58 +02:00
Franck Nijhof
9553ae8196
Upgrade wakonlan to 2.0.0 ( #48683 )
2021-04-04 23:44:43 +02:00
J. Nick Koston
e008e80bcf
Cleanup sonos ( #48684 )
...
- Remove unused code
- Use async_add_executor_job
- Enforce typing
2021-04-04 23:28:29 +02:00
Raman Gupta
95e1daa451
Bump zwave_js dependency to 0.23.1 ( #48682 )
2021-04-04 16:09:07 -04:00
jan iversen
d5ef382fd5
Add modbus write coils ( #48676 )
...
* Add missing function in class.
write_coils was missing.
* Remove dead code.
The HA configuration secures that CONF_TYPE only contains legal values,
so having an empty assert to catch unknown values is dead code.
An empty assert is not informative.
2021-04-04 21:53:52 +02:00
Franck Nijhof
b34cc7ef2c
Remove Social Blade integration (ADR-0004) ( #48677 )
...
* Remove Social Blade integration (ADR-0004)
* Cleanup coveragerc
2021-04-04 20:40:08 +02:00
jan iversen
2511e1f229
Remove modbus duplicate strings ( #48654 )
...
* Reuse HA constants for serial configuration.
Reusing HA consts reduces the need for translation.
Sort/group constants in const.
* Change const name ATTR_* to CONF_*
* Correct wrong import
* ATTR_* for service and CONF_* for schemas.
* Revert change to service call.
* Rename CONF_TEMPERATURE -> ATTR_TEMPERATURE
Avoid possible division problem in set_temperature.
2021-04-04 14:02:47 +02:00
Franck Nijhof
d75f825530
Upgrade holidays to 0.11.1 ( #48673 )
2021-04-04 13:28:08 +02:00
Franck Nijhof
1876e84d71
Upgrade pytest to 6.2.3 ( #48672 )
2021-04-04 13:06:49 +02:00
J. Nick Koston
b5c679f3d0
Apply ConfigEntryNotReady improvements to PlatformNotReady ( #48665 )
...
* Apply ConfigEntryNotReady improvements to PlatformNotReady
- Limit log spam #47201
- Log exception reason #48449
- Prevent startup blockage #48660
* coverage
2021-04-04 12:31:58 +02:00
mburget
ecec3c8ab9
Fix Raspi GPIO binary_sensor produces unreliable responses ( #48170 )
...
* Fix for issue #10498 Raspi GPIO binary_sensor produces unreliable responses ("Doorbell Scenario")
Changes overtaken from PR#31788 which was somehow never finished
* Fix for issue #10498 Raspi GPIO binary_sensor produces unreliable response. Changes taken over from PR31788 which was somehow never finished
* Remove unused code (pylint warning)
2021-04-04 12:22:43 +02:00
J. Nick Koston
3bc583607f
Optimize storage collection entity operations with asyncio.gather ( #48352 )
2021-04-03 23:35:33 -10:00
Paulus Schoutsen
1850b92b36
Bumped version to 2021.4.0b4
2021-04-04 00:36:15 +00:00
J. Nick Koston
7b1ea46653
Prevent config entry retry from blocking startup ( #48660 )
...
- If there are two integrations doing long retries async_block_till_done() will never be done
2021-04-04 00:36:07 +00:00
Álvaro Fernández Rojas
a8cd6228cf
Fix AEMET town timestamp format ( #48647 )
...
Datetime should be converted to ISO format.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-04-04 00:36:07 +00:00
J. Nick Koston
9eb4397837
Only listen for zeroconf when the esphome device cannot connect ( #48645 )
2021-04-04 00:36:06 +00:00
J. Nick Koston
311f624adc
Bump aiodiscover to 1.3.3 for dhcp ( #48644 )
...
fixes #48615
2021-04-04 00:36:05 +00:00
J. Nick Koston
c1e788e665
Only listen for zeroconf when the esphome device cannot connect ( #48645 )
2021-04-03 17:11:32 -07:00
J. Nick Koston
bc06100dd8
Make sonos event asyncio ( #48618 )
2021-04-03 17:10:48 -07:00
HomeAssistant Azure
d3b4a30e18
[ci skip] Translation update
2021-04-04 00:04:56 +00:00
J. Nick Koston
cfe2df9ebd
Prevent config entry retry from blocking startup ( #48660 )
...
- If there are two integrations doing long retries async_block_till_done() will never be done
2021-04-03 17:00:22 -07:00
epenet
86176f1bf9
Add retry mechanism on onewire sysbus devices ( #48614 )
...
* Add retry mechanism on sysbus
* Update tests
* Move to async
* Move blocking calls on the executor
2021-04-03 23:08:35 +02:00
Petro31
545fe7a7be
Add Compensation Integration ( #41675 )
...
* Add Compensation Integration
Adds the Compensation Integration
* Add Requirements
add missing requirements to compensation integration
* Fix for tests
Fix files after tests
* Fix isort
ran isort
* Handle ADR-0007
Change the configuration to deal with ADR-0007
* fix flake8
Fix flake8
* Added Error Trapping
Catch errors.
Raise Rank Warnings but continue.
Fixed bad imports
* fix flake8 & pylint
* fix isort.... again
* fix tests & comments
fix tests and comments
* fix flake8
* remove discovery message
* Fixed Review changes
* Fixed review requests.
* Added test to test get more coverage.
* Roll back numpy requirement
Roll back numpy requirement to match other integrations.
* Fix flake8
* Fix requested changes
Removed some necessary comments.
Changed a test case to be more readable.
* Fix doc strings and continue
* Fixed a few test case doc strings
* Removed a continue/else
* Remove periods from logger
Removed periods from _LOGGER errors.
* Fixes
changed name to unqiue_id.
implemented suggested changes.
* Add name and fix unique_id
* removed conf name and auto construct it
2021-04-03 22:42:09 +02:00
jan iversen
23fae255ff
Make modbus WRITE_COIL use write_coils in case of an array ( #48633 )
...
* WRITE_COIL uses write_coils in case of an array.
WRITE_REGISTER uses write_register/write_registers depending
on whether value is singular or an array.
WRITE_COIL is modified to be similar and uses
write_coil/write_coils depending on whether value is singular or an
array.
* Update SERVICE_WRITE_COIL to allow list.
2021-04-03 13:15:01 +02:00
J. Nick Koston
b7ae06f1bb
Bump aiodiscover to 1.3.3 for dhcp ( #48644 )
...
fixes #48615
2021-04-03 11:33:45 +02:00
Álvaro Fernández Rojas
2c61c0f258
Fix AEMET town timestamp format ( #48647 )
...
Datetime should be converted to ISO format.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-04-03 11:17:17 +02:00
jan iversen
cee43b0670
Add modbus CONF_VERIFY_STATE to new switch config ( #48632 )
...
Missed CONF_VERIFY_STATE in new switch config, when
copying from old switch config.
2021-04-03 11:00:06 +02:00
Paulus Schoutsen
dcb43b474f
Bumped version to 2021.4.0b3
2021-04-03 00:05:20 +00:00
HomeAssistant Azure
176b6daf2a
[ci skip] Translation update
2021-04-03 00:03:39 +00:00
Bram Kragten
396a8a3a10
Updated frontend to 20210402.1 ( #48639 )
2021-04-02 23:57:55 +00:00
Paulus Schoutsen
2a1f6d7e8f
Support modern config for the trigger based template entity ( #48635 )
2021-04-02 23:57:55 +00:00
Paulus Schoutsen
da31328150
Fix trigger template entities without a unique ID ( #48631 )
2021-04-02 23:57:54 +00:00
Shay Levy
cec80210a3
Bump aioshelly to 0.6.2 ( #48620 )
2021-04-02 23:57:53 +00:00
Paulus Schoutsen
e882460933
Support modern config for the trigger based template entity ( #48635 )
2021-04-02 16:57:16 -07:00
Bram Kragten
cffdbfe13c
Updated frontend to 20210402.1 ( #48639 )
2021-04-02 23:11:39 +02:00
jan iversen
0d7168a667
Remove duplicate test case in modbus switch ( #48636 )
2021-04-02 22:09:27 +02:00
Oliver
eed3bfc762
Going async with denonavr ( #47920 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-02 07:47:16 -10:00
Paulus Schoutsen
212d9aa748
Fix trigger template entities without a unique ID ( #48631 )
2021-04-02 10:24:38 -07:00
Paulus Schoutsen
bdbb4f939f
Add variables to execute script ( #48613 )
2021-04-02 06:27:41 -07:00
Shay Levy
e76b653246
Bump aioshelly to 0.6.2 ( #48620 )
2021-04-02 11:48:57 +02:00
HomeAssistant Azure
a5dfbf9c44
[ci skip] Translation update
2021-04-02 00:04:54 +00:00
Paulus Schoutsen
74357d9760
Bumped version to 2021.4.0b2
2021-04-01 23:33:37 +00:00
Erik Montnemery
231a55d416
Include blueprint input in automation trace ( #48575 )
2021-04-01 23:33:04 +00:00
Erik Montnemery
e760c23f37
Include script script_execution in script and automation traces ( #48576 )
2021-04-01 23:32:47 +00:00
Paulus Schoutsen
39f68de5fa
Bumped version to 2021.4.0b1
2021-04-01 23:23:47 +00:00
Robert Svensson
68b189cf9f
Increase time out for http requests done in Axis integration ( #48610 )
2021-04-01 23:23:31 +00:00
Bram Kragten
8d0941ba65
Update frontend to 20210402.0 ( #48609 )
2021-04-01 23:23:29 +00:00
Paulus Schoutsen
d1a48c7c5c
Clean up mobile app ( #48607 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-01 23:23:28 +00:00
Franck Nijhof
f0f8b79be0
Fix websocket search for related ( #48603 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-01 23:23:26 +00:00
Franck Nijhof
c2d17a72b7
Allow templatable service target to support scripts ( #48600 )
2021-04-01 23:23:25 +00:00
Franck Nijhof
f0bd3c577f
Upgrade numpy to 1.20.2 ( #48597 )
2021-04-01 23:23:24 +00:00
Erik Montnemery
947ac514b9
Return config entry details for 1-step config flows ( #48585 )
2021-04-01 23:23:22 +00:00
epenet
5df90b32fc
Cleanup orphan devices in onewire integration ( #48581 )
...
* Cleanup orphan devices (https://github.com/home-assistant/core/issues/47438 )
* Refactor unit testing
* Filter device entries for this config entry
* Update logging
* Cleanup check
2021-04-01 23:23:20 +00:00
Robert Svensson
f08e7dccdf
Don't care about DPI entries when looking for clients to be restored from UniFi ( #48579 )
...
* DPI switches shouldnt be restored, they're not part of clients to be restored
* Only care about Block and POE switch entries
2021-04-01 23:23:20 +00:00
Aaron Bach
3982849275
Fix incorrect constant import in Ambient PWS ( #48574 )
2021-04-01 23:23:17 +00:00
Joakim Sørensen
07827ca55d
Remove analytics from default_config ( #48566 )
2021-04-01 23:23:16 +00:00
youknowjack0
16da181692
Fix timer.finish to cancel callback ( #48549 )
...
Timer.finish doesn't cancel the callback, which can lead to incorrect early cancellation of the timer if it is subsequently restarted.
Bug reported here: https://community.home-assistant.io/t/timer-component-timer-stops-before-time-is-up/96038
2021-04-01 23:23:15 +00:00
Robert Svensson
a61d93adc2
Increase time out for http requests done in Axis integration ( #48610 )
2021-04-01 16:22:36 -07:00
Paulus Schoutsen
051531d9c1
Clean up mobile app ( #48607 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-01 16:22:08 -07:00
Bram Kragten
34ddea536e
Update frontend to 20210402.0 ( #48609 )
2021-04-01 16:19:57 -07:00
Khole
6482800724
Add hive heat on demand ( #48591 )
2021-04-02 01:14:40 +02:00
Raman Gupta
ebb369e008
Add zwave_js WS API command to call node.refresh_info ( #48564 )
2021-04-02 00:35:13 +02:00
Franck Nijhof
ceeb060c05
Fix websocket search for related ( #48603 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-01 15:31:19 -07:00
FMKaiba
09eb74fd9d
Upgrade Astral to 2.2 ( #48573 )
2021-04-02 00:29:08 +02:00
Franck Nijhof
e76503ddc3
Remove Geizhals integration (ADR-0004) ( #48594 )
2021-04-02 00:04:52 +02:00
Franck Nijhof
da54b9237b
Typing improvements for SolarEdge ( #48596 )
2021-04-01 23:59:26 +02:00
Erik Montnemery
76d0f93ec1
Include blueprint input in automation trace ( #48575 )
2021-04-01 13:34:47 -07:00
Franck Nijhof
528095b9b6
Upgrade numpy to 1.20.2 ( #48597 )
2021-04-01 13:32:49 -07:00
Franck Nijhof
4e3c12883e
Allow templatable service target to support scripts ( #48600 )
2021-04-01 13:10:01 -07:00
Martin Hjelmare
c9cd6b0fbb
Clean lazytox script ( #48583 )
2021-04-01 11:34:01 -07:00
Alan Tse
125161df6b
Only raise integrationnotfound for dependencies ( #48241 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-01 11:30:52 -07:00
MatthewFlamm
f8f0495319
Add nws sensor platform ( #45027 )
...
* Resolve rebase conflict.
Remove logging
* lint: fix elif after return
* fix attribution
* add tests for None valuea
* Remove Entity import
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Import SensorEntity
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Inherit SensorEntity
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* remove unused logging
* Use CoordinatorEntity
* Use type instead of name.
* add all entities
* add nice rounding to temperature and humidity
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-01 18:50:37 +02:00
Erik Montnemery
9f481e1642
Include script script_execution in script and automation traces ( #48576 )
2021-04-01 09:42:23 -07:00
youknowjack0
9d085778c2
Fix timer.finish to cancel callback ( #48549 )
...
Timer.finish doesn't cancel the callback, which can lead to incorrect early cancellation of the timer if it is subsequently restarted.
Bug reported here: https://community.home-assistant.io/t/timer-component-timer-stops-before-time-is-up/96038
2021-04-01 09:32:59 -07:00
Robert Svensson
6ce96dcb63
Don't care about DPI entries when looking for clients to be restored from UniFi ( #48579 )
...
* DPI switches shouldnt be restored, they're not part of clients to be restored
* Only care about Block and POE switch entries
2021-04-01 18:02:28 +02:00
Erik Montnemery
d26d2a8446
Return config entry details for 1-step config flows ( #48585 )
2021-04-01 16:20:53 +02:00
Erik Montnemery
2bf91fa359
Move cast config flow tests to test_config_flow ( #48362 )
2021-04-01 15:13:58 +02:00
epenet
81bdd41fdc
Cleanup orphan devices in onewire integration ( #48581 )
...
* Cleanup orphan devices (https://github.com/home-assistant/core/issues/47438 )
* Refactor unit testing
* Filter device entries for this config entry
* Update logging
* Cleanup check
2021-04-01 15:06:47 +02:00
Martin Hjelmare
fdbef90a57
Remove device class timestamp from device condition and trigger ( #48431 )
...
* Remove unit from garmin connect
* Remove unit from hvv departures
* Remove device class timestamp from device condition and trigger
* Remove unit from systemmonitor
* Use device class constant for timestamp in ring
2021-04-01 15:05:10 +02:00
Aaron Bach
efa6079c62
Fix incorrect constant import in Ambient PWS ( #48574 )
2021-04-01 08:00:39 +02:00
HomeAssistant Azure
a0483165da
[ci skip] Translation update
2021-04-01 00:03:55 +00:00
Joakim Sørensen
1de6fed4b6
Remove analytics from default_config ( #48566 )
2021-04-01 01:58:48 +02:00
Franck Nijhof
b58d6a6293
Bump version to 2021.5.0dev0 ( #48559 )
2021-03-31 23:16:50 +02:00
Raman Gupta
aae0ccc588
Add config flow support to google_travel_time ( #43509 )
...
* add config flow support to google_travel_time
* fix bugs and add strings
* fix import and add new test
* address comments in #43419 since this is a similar PR
* fix default name and test
* add unique ID and device info
* fix test
* feedback from waze PR
* continue incorporating feedback from waze PR
* final fixes and update tests
* call update in lambda
* Update homeassistant/components/google_travel_time/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* additional fixes
* validate config entry data during config flow and config entry setup
* don't store entity
* patch dependency instead of HA code
* fixes
* improve tests by moving all patching to fixtures
* use self.hass instead of setting self._hass
* invert if
* remove unnecessary else
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-31 22:10:24 +02:00
Franck Nijhof
75908f38f3
Bumped version to 2021.4.0b0
2021-03-31 21:32:05 +02:00
Robert Svensson
bc5d828554
Provide the improved service UX with deCONZ services ( #48382 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-03-31 20:14:26 +02:00
Erik Montnemery
c06ac9e12b
Improve automation trace tests ( #48542 )
2021-03-31 10:51:29 -07:00
J. Nick Koston
6cf57da89f
Use SOURCE_REAUTH constant for starting reauth flows ( #48553 )
2021-03-31 19:48:32 +02:00
arturdobo
68801ae5f7
Add Qingping Air Monitor Lite support support ( #48181 )
...
* Add cgllc.airm.cgdn1 support
* review remarks
* removed unnecessary lambdas
2021-03-31 19:47:42 +02:00
Ruslan Sayfutdinov
a6759d731d
Use Mapping[str, Any] instead of dict in Entity ( #48421 )
2021-03-31 19:34:00 +02:00
Simone Chemelli
bb7f64596c
Add operation sensor to Shelly Gas ( #48462 )
2021-03-31 09:46:39 -07:00
jjlawren
be71d626c8
Improve Plex device handling ( #48369 )
2021-03-31 09:37:16 -07:00
Bram Kragten
2f37a5727c
Update frontend to 20210331.0 ( #48552 )
2021-03-31 09:23:12 -07:00
J. Nick Koston
9790f3f609
Create homekit locks according to spec ( #48453 )
...
Any accessories, regardless of transport, that enable physical access to the home, such as door locks, must not be bridged.
2021-03-31 09:22:30 -07:00
Franck Nijhof
3acacf435a
Merge branch 'master' into dev
2021-03-31 17:54:27 +02:00
LJU
93920704d0
Remove Hass.io terms in strings.json ( #48541 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-03-31 17:19:18 +02:00
Michael
949cd4714a
Fix update of surveillance_station data in Synology DSM ( #47966 )
2021-03-31 17:18:58 +02:00
Mario Limonciello
9fd6980144
Avoid divide by zero errors in tplink light integration ( #48235 )
2021-03-31 17:16:24 +02:00
Marvin Wichmann
9e1a17c62e
Update xknx to version 0.17.5 ( #48522 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-03-31 17:04:22 +02:00
jjlawren
7dfe63e06f
Set Plex sensor availability properly ( #48546 )
2021-03-31 17:02:23 +02:00
Erik Montnemery
e2f8bce0a0
Improve error handling for WS API trace/get ( #48502 )
2021-03-31 15:58:36 +02:00
Philip Allgaier
6fe04f40a2
Ensure HA script and Python script services have a name ( #47204 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-03-31 15:09:45 +02:00
J. Nick Koston
bee55a0494
Prevent ping integration from delaying startup ( #43869 )
2021-03-31 15:06:49 +02:00
Erik Montnemery
b26779a27a
Add id to automation triggers ( #48464 )
2021-03-31 14:56:04 +02:00
Philip Allgaier
450f3740cd
Use consolidated constant for "description" ( #48490 )
2021-03-31 14:12:15 +02:00
jjlawren
d62297a28b
Add Plex library count sensors ( #48339 )
2021-03-31 13:57:16 +02:00
Vincent Le Bourlot
93498ec831
Add missing neato error status ( #48508 )
2021-03-31 13:48:04 +02:00
Joakim Sørensen
4d8ef115a3
Bump pyhaversion from 3.4.2 to 21.3.0 ( #48537 )
2021-03-31 12:46:14 +02:00
Nicolas Braem
96857b7466
Add vicare fuelcell ( #47167 )
2021-03-31 11:29:24 +02:00
Erik Montnemery
c7584a1f92
Add color_mode support to MQTT JSON light ( #47993 )
2021-03-31 11:28:45 +02:00
jan iversen
64d5dd1f6b
Remove if/else from modbus test cases ( #48514 )
2021-03-31 11:20:14 +02:00
Franck Nijhof
d4d8f74858
Deprecate SolarEdge YAML configuration ( #48533 )
2021-03-31 10:31:12 +02:00
Robert Svensson
c80f34a754
Add support for ZHADoorLock locks to deCONZ integration( #48516 )
2021-03-31 09:36:06 +02:00
Anders Melchiorsen
96c391af09
Fix Sonos Line-in favorites ( #48524 )
2021-03-31 07:22:54 +02:00
uvjustin
379843eb54
Shield async httpx call in generic ( #47852 )
...
* Shield async httpx call
* Don't set last_url/last_image on cancellation
* Add test
2021-03-31 12:46:10 +08:00
Steven Looman
7a6c88feeb
Bump async_upnp_client to 0.16.0 ( #48521 )
2021-03-30 15:36:18 -10:00
Quentame
c1ff4197d1
Bump Freebox to 0.0.10 ( #48526 )
2021-03-30 15:21:11 -10:00
Quentame
7f9c5d7a13
Bump Météo-France to 1.0.2 ( #48527 )
2021-03-30 15:20:46 -10:00
Quentame
bae337554f
Bump Synology DSM to 1.0.2 ( #48528 )
2021-03-31 02:13:56 +02:00
HomeAssistant Azure
919247f256
[ci skip] Translation update
2021-03-31 00:04:33 +00:00
Joakim Sørensen
52974e1f64
Add target version to log about missing version ( #48520 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-03-31 01:08:59 +02:00
Bram Kragten
d1a1e70726
Search for areas used in automations and scripts ( #48499 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-30 15:01:56 -07:00
Michael
309c3a8d82
Fix init for first added shelly device ( #48411 )
2021-03-30 23:52:02 +02:00
David F. Mulcahey
aa0292974a
support feedback for ZHA device reconfiguration ( #48447 )
2021-03-30 16:35:51 -04:00
Joakim Sørensen
78cff36f96
Remove analytics from updater ( #48518 )
2021-03-30 22:22:03 +02:00
jugla
76d9c62900
Evaluate AirVisual interval on reboot ( #48392 )
...
* Reevaluate interval on reboot (and periodically)
* AirVisual update interval periodically
* AirVisual : update periodically interval request
* AirVisual : update sever request interval periodically
* AirVisual : periodically update interval for server requests
* AirVisual : periodic update for server interval
* Airvisual : periodic update of server interval
* AirVisual : periodic update of server interval
* AirVisual : periodic update of interval request
* Periodic interval update of server request
* AirVisual : periodic update of interval request
* Reassess interval request on periodic event
* ReAssess interval between 2 requests during update
* ReAssess interval between 2 requests periodically
* Reassess interval of server requests periodically
* Reassess the interval between 2 server requests
* Reassess interval between 2 server requests
* Reassess server requests interval periodically
* Assess interval request after inserting instance
2021-03-30 11:03:35 -06:00
Jacob Shufro
f5d9713bd5
Add regex-based filters to logger component ( #48439 )
...
* Add regex-based filters to logger component
* Switch logger filter tests to use caplog for more coverage, add a scoping test
2021-03-30 06:53:02 -10:00
Ruslan Sayfutdinov
82c94826fb
Enable strict typing for zeroconf ( #48450 )
...
* Enable strict typing for zeroconf
* Fix lutron_caseta
* Fix pylint warning
* Fix tests
* Fix xiaomi_aqara test
* Add __init__.py in homeassistant.generated module
* Restore add_job with type: ignore
2021-03-30 06:48:04 -10:00
Matthias Alphart
338be8c70b
KNX passive group addresses ( #48009 )
2021-03-30 18:14:38 +02:00
J. Nick Koston
e9f2062f1b
Fix duplicates and unexpected failures during roomba discovery ( #48492 )
2021-03-30 17:54:36 +02:00
Franck Nijhof
cdd0624629
Correct FAA Delays integration domain in manifest ( #48512 )
2021-03-30 17:52:29 +02:00
Ruslan Sayfutdinov
575a460c65
Fix local mypy workflow ( #48433 )
...
* Fix local mypy workflow
* Run mypy directly
2021-03-30 17:18:29 +02:00
David F. Mulcahey
4dc885dcc3
Add discovery for Tube's Zigbee coordinators to ZHA ( #48420 )
...
* add discovery for tube zigbee gateways
* update discovery
* add test
* another test
* develop translations
* review comments
2021-03-30 11:13:26 -04:00
Philip Allgaier
9043a1f5aa
Raise Spotify exception if no active device found ( #48486 )
2021-03-30 16:54:33 +02:00
Erik Montnemery
9d8521169b
Add 'for' to lock device triggers ( #48504 )
...
* Add 'for' to lock device triggers
* Update tests/components/lock/test_device_trigger.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update test_device_trigger.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-30 16:40:57 +02:00
Erik Montnemery
04a09d9215
Add 'for' to media_player device triggers ( #48505 )
...
* Add 'for' to media_player device triggers
* Update tests/components/media_player/test_device_trigger.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update test_device_trigger.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-30 16:40:26 +02:00
Erik Montnemery
225d79c216
Add 'for' to vacuum device triggers ( #48506 )
...
* Add 'for' to vacuum device triggers
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update test_device_trigger.py
* Update test_device_trigger.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-30 16:40:08 +02:00
J. Nick Koston
f91de1c8b9
Add support for capturing renewals to dhcp discovery ( #48242 )
2021-03-30 15:41:12 +02:00
Erik Montnemery
b3b0904b94
Simplify device trigger code ( #48507 )
2021-03-30 13:54:27 +02:00
Erik Montnemery
9526701e57
Add 'for' to alarm device triggers ( #48503 )
2021-03-30 13:49:23 +02:00
Marc Mueller
ee55657ae9
Update pylint to 2.7.4 ( #48500 )
2021-03-30 12:23:59 +02:00
Joakim Sørensen
f98ce2dd71
Add myself as codeowner to analytics ( #48498 )
2021-03-30 11:40:11 +02:00
Raman Gupta
bc3881db29
Add zwave_js.set_value service ( #48487 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-30 11:13:48 +02:00
J. Nick Koston
f8265f44be
Include platform only integrations in analytics ( #48493 )
2021-03-30 10:46:02 +02:00
David McClosky
e47d576ee7
Use MAX_VOLUME constant in vlc_telnet ( #48491 )
...
We also don't need to call `int()` anymore due to underlying fixes in
the python-vlc-telnet library.
I believe this is the last item extracted from PR #44776 .
2021-03-30 09:57:53 +02:00
J. Nick Koston
0082eca932
Bump yalexs to 1.1.10 for august ( #48494 )
...
- Remove workaround for broken reconnect logic in pubnub
2021-03-30 09:37:19 +02:00
Martidjen
99ab084cdd
Add opentherm_gw option for setpoint override mode ( #48465 )
...
* Adding option for setpoint override mode
Temporary setpoint override mode can now be set on or off. 'Constant' setpoint override mode will be used when Temporary is set to off
* Changes after review comment
Added default value for the setpoint override mode
2021-03-30 09:35:29 +02:00
Niccolo Zapponi
fc8dc038e2
Fixed auth issue for non-2FA iCloud accounts ( #48455 )
2021-03-29 19:09:27 -10:00
Guido Schmitz
2fbe352ad5
Make devolo home control more robust against connection losts ( #48328 )
2021-03-29 19:08:08 -10:00
Alan Tse
984fb12fa4
Create new websession if more than one entry in Tesla ( #47886 )
...
* Create new websession if more than one entry
closes #47506
* Remove extraneous count
* Always create new session
* Update docs
2021-03-30 06:50:41 +02:00
Marc Mueller
2956eb0902
Update pylint to 2.7.3 ( #48488 )
...
* Update pylint to 2.7.3
* Add class-const-naming-style
* Remove unused-import message
* Additional cleanup
2021-03-29 18:02:56 -10:00
Raman Gupta
9a75019a65
Add zwave_js.bulk_set_partial_config_parameters service ( #48306 )
...
* Add zwave_js.bulk_set_partial_config_parameters service
* update to handle command status
* add test for awake node
* test using a device in service call
2021-03-29 23:07:55 -04:00
Paulus Schoutsen
114a97bf52
Bump frontend to 20210329.0
2021-03-30 00:33:17 +00:00
Tobias Sauerwein
467bd91c80
Add image proxy to Kodi media browser ( #47315 )
2021-03-29 17:30:51 -07:00
Joakim Sørensen
09c51da3a2
Add analytics integration ( #48256 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-29 17:20:11 -07:00
J. Nick Koston
6b7bcbbc96
Bump aiodiscoer to 1.3.2 for dhcp ( #48489 )
...
- Removes unused code in the library
- Cleanup a small slow memory leak
2021-03-29 17:18:54 -07:00
HomeAssistant Azure
a1472b174c
[ci skip] Translation update
2021-03-30 00:03:46 +00:00
Kevin Worrel
42a060ad33
Add asyncio locks to screenlogic api access points ( #48457 )
2021-03-29 13:27:17 -10:00
Franck Nijhof
c1d5638739
Remove HomeAssistantType alias from entity components - Part 2 ( #48468 )
2021-03-29 13:24:56 -10:00
Franck Nijhof
855b68faa1
Remove HomeAssistantType alias from entity components - Part 1 ( #48467 )
2021-03-29 13:24:36 -10:00
Franck Nijhof
bb9da22a84
Clean up superfluous integration setup - part 3 ( #48484 )
2021-03-29 13:23:44 -10:00
Franck Nijhof
6ec3234ccc
Clean up superfluous integration setup - part 2 ( #48478 )
2021-03-29 13:23:07 -10:00
Franck Nijhof
8393a215e9
Clean up superfluous integration setup - part 1 ( #48476 )
2021-03-29 13:22:33 -10:00
J. Nick Koston
a851bff95a
Create async_config_entry_first_refresh to reduce coordinator boilerplate ( #48451 )
2021-03-29 12:51:39 -10:00
J. Nick Koston
569c536a8e
Bump aiodiscover to 1.3.0 to improve performance ( #48482 )
2021-03-30 00:37:38 +02:00
Erik Montnemery
fe4ca18881
Refactor fan device triggers to use ToggleEntity triggers ( #48321 )
2021-03-30 00:09:41 +02:00
Erik Montnemery
8ad3c65645
Allow MQTT entities to be disabled by default ( #48284 )
...
* Allow MQTT entities to be disabled by default
* Tweak
2021-03-30 00:09:14 +02:00
Franck Nijhof
0805467c47
Clean up icons & device classes for Toon ( #48471 )
2021-03-29 14:17:25 -07:00
Erik Montnemery
7534b54e4e
Merge condition and action traces ( #48461 )
2021-03-29 14:06:49 -07:00
Erik Montnemery
c459789c09
Add 'for' to cover device triggers ( #48324 )
2021-03-29 13:57:30 -07:00
Franck Nijhof
52475c108f
Make integration setup optional ( #48381 )
2021-03-29 13:53:47 -07:00
Raman Gupta
dda9f957b6
Bump zwave-js-server-python to 0.23.0 to support zwave-js 7 ( #48094 )
...
* Bump zwave-js-server-python to 0.23.0 and update integration to support schema changes
* refactor notification evenets a bit
* fix tests and bug fixes
* additional changes due to new PR
* add command class and command name
* use new event names so we can retain event property names
* handle command status being returned from async_set_config_parameter
* bump dependency version
* adjust log message to be consistent
* disable pylint warning
* Update homeassistant/components/zwave_js/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* add test for awake node
* switch async_get_registry to async_get
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-29 16:28:55 -04:00
Bram Kragten
cf6352e93c
Add screenshot to manifest ( #48475 )
2021-03-29 13:13:42 -07:00
Jan Bouwhuis
d8a4cf63f4
Command template support for MQTT fan ( #48413 )
...
* Command template support
* Fix typo in abbreviations
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Fix initialize templates
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-29 20:41:51 +02:00
Bram Kragten
03b7b1305c
Cloud: Expose if google is registered in status + check on login ( #48260 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-29 19:26:51 +02:00
Paulus Schoutsen
022f56f54d
Allow specifying template entities based on triggers ( #48169 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-29 09:57:51 -07:00
David McClosky
f815ebe9cd
Fix unmute bug in vlc_telnet ( #48441 )
...
If volume was muted and media_player.volume_up is fired, VLC would still
show up as muted.
PR extracted from #44776 .
2021-03-29 18:23:26 +02:00
Franck Nijhof
81ae0ee451
Add support for Selectors in Script service fields ( #48469 )
2021-03-29 18:05:45 +02:00
J. Nick Koston
6023105c6a
Do not load ignored or disabled integrations at startup ( #48355 )
...
config_entries.async_setup will skip ignored and disabled integrations
but bootstrap would still load them in memory even though they would
never be setup.
2021-03-29 13:06:44 +02:00
J. Nick Koston
1fb9008488
Include platform only integrations in the manifest list api ( #48269 )
2021-03-29 12:51:48 +02:00
Pim
e2d3c0ea8f
Don't write 0 to next modbus register ( #48378 )
2021-03-29 12:45:44 +02:00
J. Nick Koston
cb1b45d31a
Log the reason a config entry failed to setup ( #48449 )
...
If we pass a string to ConfigEntryNotReady or raise it from
another exception we now log the string passed or the
string generated by the original exception.
With #47201 this makes it easy for developers to still show
the reason why setup failed without having to worry about log
spam from additional attempts by rasing ConfigEntryNotReady
from the original exception.
2021-03-29 12:25:40 +02:00
mptei
dd538bd291
Fix knx tests ( #48407 )
2021-03-29 12:17:54 +02:00
Erik Montnemery
0c6a1c29ec
Fix broken trace tests ( #48458 )
2021-03-29 10:06:22 +02:00
J. Nick Koston
564688af25
Fix template fan default speed count ( #48389 )
...
* Fix template fan default speed count
The default speed count was defaulting to 3 when percentage
was implemented instead of the documented value of 100
* Increase coverage
* remove unreachable code
2021-03-29 09:33:56 +02:00
J. Nick Koston
7063306cd8
Bump aiodiscover to 1.2.0 in for dhcp ( #48456 )
...
- Additional optimizations
2021-03-29 09:17:30 +02:00
J. Nick Koston
2796a58ead
Speed up bond setup with gather ( #48454 )
2021-03-29 08:58:48 +02:00
Erik Montnemery
14ef0531f0
Address review comments from trace refactoring PRs ( #48288 )
2021-03-29 08:09:14 +02:00
Paulus Schoutsen
ee81869c05
Bump frontend to 20210328.0
2021-03-29 03:14:29 +00:00
HomeAssistant Azure
357dedf5ef
[ci skip] Translation update
2021-03-29 00:04:31 +00:00
SukramJ
cc38db6a89
Remove myself as codeowner of HomematicIP Cloud ( #48437 )
2021-03-28 19:18:59 -04:00
J. Nick Koston
47156151ab
Bump aiodiscover to 1.1.2 for dhcp ( #48445 )
2021-03-28 13:12:31 -10:00
J. Nick Koston
a7d0fc2f86
Bump HAP-python to 3.4.1 for homekit ( #48444 )
2021-03-28 11:57:39 -10:00
Raman Gupta
08db248983
Fallback to current temperature unit for zwave_js climate ( #48347 )
...
* Fallback to current temperature unit for zwave_js climate
* don't use unit for N/A setpoint
* update comment
* add tests
2021-03-28 22:18:17 +02:00
J. Nick Koston
2ff94c8ed9
Add additional data source to dhcp ( #48430 )
2021-03-28 09:47:28 -10:00
David McClosky
23c7c4c977
Fallback to filename for title in vlc_telnet ( #48438 )
...
PR extracted from #44776 .
2021-03-28 19:39:36 +02:00
David McClosky
48c0cfb25c
Detect when media position is stale in vlc_telnet ( #48434 )
...
PR extracted from #44776 .
2021-03-28 18:19:05 +02:00
Robert Delpeut
4487565232
Add dsmr monthly and yearly totals ( #48253 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-28 16:37:27 +02:00
David McClosky
70e3fc430c
Fix bug in vlc_telnet seeking ( #48425 )
...
Seems the code assumed a different `vlc_telnet` API.
Note that this doesn't address issues in `update()`, which will be
handled in a different PR.
PR extracted from #44776 .
2021-03-28 11:58:11 +02:00
J. Nick Koston
958c4764f7
Handle routers that convert hostnames to lowercase in dhcp ( #48429 )
...
Some routers will lowercase all the hostnames. Since we
already lowercase hostnames for matching purposes, we now
pass the lowercased hostname to the integration.
Currently only roomba cared about this, and has been adjusted.
2021-03-28 11:23:06 +02:00
HomeAssistant Azure
ce3e00d018
[ci skip] Translation update
2021-03-28 00:05:04 +00:00
Unai
0706ae70dc
Simplify maxcube integration ( #48403 )
...
* Simplify maxcube integration
Device objects returned by maxcube-api dependency are stable, so
we do not need to resolve from the device address every time.
Also, refactor and unify how maxcube integration sets temperature & mode.
* Raise ValueError if missing parameters for set_temperature method
Raise a ValueError exception If set_temperature does not receive
a temperature parameter.
Also, document properly _set_target method.
* Use Type | None instead of Optional[Type] annotation
* Protect set_hvac_mode and set_preset_mode from unsupported parameters
2021-03-28 00:21:20 +01:00
jan iversen
ffdfc521b9
Allow discovery configuration of modbus platforms ( #46591 )
...
* Change modbus configuration to new style.
The old (frozen) configuration is still supported, but when detected a big
warning is issued that it will soon be removed. This allows users to change
their configuration at their pace.
Clean configuration SCHEMAs and move common modbus parts
to MODBUS_SCHEMA (renamed from BASE_SCHEMA).
Add BASE_COMPONENT_SCHEMA to ensure common configuration of components.
All component define e.g. NAME, move these to a common schema.
change components (binary_sensor, sensor, switch) to new config
Add test set for modbus itself (old config and discovery_info).
Add test of devices discovery_info configuration
* Update discovery_info configuration for binary_sensor.
* Update discovery_info configuration for sensor.
* Update discovery_info configuration for switch.
* Review comments.
* update due to change in core
* flake8 problem.
* Correct log message.
* add should_poll property.
* Fix polling for Modbus binary sensor
* Fix polling for Modbus sensor
* Fix polling for Modbus switch
* Fix switch.
* Fix pytest errors.
* Update homeassistant/components/modbus/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/modbus.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/modbus/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* ToogleEntity -> SwitchEntity and add abastract
* Update homeassistant/components/modbus/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update tests/components/modbus/test_init.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* removed if/else in test.
* Remove other if.
Co-authored-by: Vladimir Zahradnik <vladimir@zahradnik.io >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-27 22:48:06 +01:00
Álvaro Fernández Rojas
23d7330a2f
Discard outdated data reported by AEMET stations ( #48417 )
...
* aemet: achieve 100% test coverage
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* aemet: discard outdated station data
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* aemet: fix AemetSensor/AemetForecastSensor inheritance
AbstractAemetSensor already inherits SensorEntity.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-03-27 22:33:24 +01:00
Matthias Alphart
051f29f9b6
Remove KNX type alias for homeassistant.core types ( #48422 )
2021-03-27 22:20:11 +01:00
David F. Mulcahey
3aa2591b0a
Bump ZHA quirks to 0.0.55 ( #48418 )
...
* bump quirks version
* call new setup method in quirks
2021-03-27 15:59:31 -04:00
J. Nick Koston
35a5f110bd
Update mac address in broadlink test to match mocked device ( #48415 )
...
* Update mac address in broadlink test to match mocked device
* Update tests/components/broadlink/test_config_flow.py
2021-03-27 20:47:47 +01:00
Jesse Campbell
67791fa4df
ZHA lock code services and events ( #47208 )
...
* ZHA lock code services and events
* ZHA Locks: A few more services, use the library functions
* Catch exception when command id is not in command list
* Add tests for lock code services
* Add tests for enable/disable
* Better document code slot ID shifting
* Simplify cluster commands
2021-03-27 15:23:40 -04:00
Christian Soltenborn
955804bf58
Add template support for remaining attributes of weather entity ( #47736 )
...
* added template support for remaining attributes of weather entity
* wind bearing is now angle (number)
2021-03-27 18:53:35 +00:00
J. Nick Koston
388815b81a
Add broadlink dhcp discovery ( #48408 )
2021-03-27 08:40:19 -10:00
Raman Gupta
fbc3f97097
Add support for selective config parameter entity discovery ( #48336 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-27 18:14:06 +01:00
conflipper
56abe25c1f
Add Ambient Station PM25 indoor sensor ( #47970 )
2021-03-27 18:01:33 +01:00
Jonathan Keslin
11596afdfc
Address late review of vesync light ( #48130 )
2021-03-27 17:50:35 +01:00
J. Nick Koston
938a4cc1b6
Bump yalexs to 1.1.9 ( #48383 )
...
* Bump yalexs to workaround pubnub reconnect bug
* bump to 1.1.9 to loosen version requirement for pubnub
2021-03-27 15:55:18 +01:00
Franck Nijhof
cebcd7a202
Fix entity service calls on WLED master light ( #48402 )
2021-03-27 13:04:30 +01:00
Franck Nijhof
02182bfa86
Fix ability to ignore AdGuard hassio discovery ( #48401 )
2021-03-27 12:59:22 +01:00
Franck Nijhof
38d14702fa
Remove HomeAssistantType alias from helpers ( #48400 )
2021-03-27 12:55:24 +01:00
Unai
4a353efdfb
Add Maxcube unit tests ( #47872 )
...
* Simplify maxcube integration
Device objects returned by maxcube-api dependency are stable, so
we do not need to resolve from the device address every time.
Also, refactor and unify how maxcube integration sets temperature & mode.
* Add tests for maxcube component
* Use homeassistant.util.utcnow to retrieve current time
* Revert "Simplify maxcube integration"
This reverts commit 84d231d5bd .
* Make test pass again after rolling back integration changes
2021-03-27 12:42:23 +01:00
Franck Nijhof
0d595a2845
Merge of nested IF-IF cases - E-G ( #48367 )
2021-03-27 12:39:37 +01:00
Franck Nijhof
786023fce4
Merge of nested IF-IF cases - H-J ( #48368 )
2021-03-27 11:30:29 +01:00
Franck Nijhof
db355f9b23
Merge of nested IF-IF cases - A-C ( #48365 )
2021-03-27 10:58:38 +01:00
Franck Nijhof
8d5ce53098
Merge of nested IF-IF cases - S-W ( #48372 )
2021-03-27 10:54:59 +01:00
Franck Nijhof
3aed84560f
Merge of nested IF-IF cases - O-R ( #48371 )
2021-03-27 10:38:57 +01:00
Ville Skyttä
3cd52b695d
Upgrade flake8 and dependencies, enable flake8-noqa ( #48393 )
...
* Upgrade flake8 to 3.9.0
https://flake8.pycqa.org/en/latest/release-notes/3.9.0.html
* Upgrade pydocstyle to 6.0.0
https://www.pydocstyle.org/en/latest/release_notes.html#september-13th-2020
https://www.pydocstyle.org/en/latest/release_notes.html#march-18th-2021
* Upgrade flake8-docstrings to 1.6.0, enable flake8-noqa
https://gitlab.com/pycqa/flake8-docstrings/-/blob/1.6.0/HISTORY.rst
https://github.com/plinss/flake8-noqa/issues/1
* Upgrade/pin pyflakes to 2.3.1
https://github.com/PyCQA/pyflakes/blob/2.3.1/NEWS.rst
* Pin pycodestyle to 2.7.0
2021-03-27 10:22:11 +01:00
Franck Nijhof
86212db71d
Merge of nested IF-IF cases - K-N ( #48370 )
2021-03-27 10:03:15 +01:00
J. Nick Koston
9737480742
Lazy load broadlink storage ( #48391 )
...
With many broadlink devices, the storage load overwhelmed the
executor at startup. Delay loading storage until it is needed.
2021-03-27 09:32:30 +01:00
Franck Nijhof
45f77ccccf
Merge of nested IF-IF cases - Core ( #48364 )
2021-03-27 09:23:32 +01:00
Franck Nijhof
ad13a9295e
Merge multiple context managers in tests ( #48146 )
2021-03-27 09:17:15 +01:00
J. Nick Koston
79af18a8ab
Bump httpx to 0.17.1 ( #48388 )
...
* Bump httpx to 0.17.1
* git add
* typing
* add test
* tweak
2021-03-27 09:02:01 +01:00
J. Nick Koston
b50dcef94f
Block detectable I/O in the event loop ( #48387 )
...
We added a warning when this happens last April and gave developers
a year to fix the instability. We now prevent the instability by
raising RuntimeError when code attempts to do known I/O in the
event loop instead of the executor.
We now provide a suggestion on how to fix the code that is causing
the issue.
2021-03-27 08:54:49 +01:00
Paulus Schoutsen
63e3012380
Fix script default trace ( #48390 )
2021-03-26 23:56:40 -07:00
Franck Nijhof
387e166447
Remove HomeAssistantType alias from AdGuard integration ( #48377 )
2021-03-26 18:52:01 -10:00
HomeAssistant Azure
99874cd993
[ci skip] Translation update
2021-03-27 00:03:21 +00:00
Erik Montnemery
374dcde487
Return config entry details after creation ( #48316 )
2021-03-26 18:31:29 +01:00
Erik Montnemery
c6a20d0fc1
Improve traces for nested script runs ( #48366 )
2021-03-26 10:14:01 -07:00
Franck Nijhof
bbbc3a5f50
Merge of nested IF-IF case in elkm1 test ( #48374 )
2021-03-26 06:54:16 -10:00
Paulus Schoutsen
00683d3caa
Create FUNDING.yml ( #48375 )
2021-03-26 09:48:02 -07:00
Franck Nijhof
f4cc4a0896
Merge of nested IF-IF cases - X-Z ( #48373 )
2021-03-26 17:08:05 +01:00
Matthias Alphart
8fa935234a
Type check KNX integration __init__ and knx_entity ( #48044 )
2021-03-26 16:10:55 +01:00
Franck Nijhof
d2d78d6205
Extend typing on scaffold templates ( #48232 )
2021-03-26 15:19:44 +01:00
Tobias Sauerwein
3bc6497cbd
Add Netatmo schedule event handling ( #46573 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-03-26 15:08:41 +01:00
mptei
02b0a4ca1f
Xknx unneeded expose ( #48311 )
2021-03-26 14:51:36 +01:00
J. Nick Koston
ae8afb69e7
Improve august reconnect logic when service become unreachable ( #48349 )
...
This is a different error than internet down.
2021-03-26 13:47:32 +01:00
J. Nick Koston
c4f98a3084
Small speed up to adding entities ( #48353 )
2021-03-26 12:05:19 +01:00
D3v01dZA
8f40c87069
Bump snapcast to 2.1.2 ( #48343 )
2021-03-26 12:03:38 +01:00
Tobias Sauerwein
1ba54ac2bb
Refactor Netatmo tests ( #48277 )
2021-03-26 11:13:27 +01:00
Erik Montnemery
4fbc3da196
Validate device action schemas once ( #48351 )
2021-03-26 08:46:26 +01:00
Jan Bouwhuis
5b17aaf9d5
Percentage and preset mode support for MQTT fan ( #47944 )
...
* git push --all origin
* Fix percentage to ordered list conversion
* Tests for mqtt fan and fixes
* Improve tests and error handling base config
* Additional tests
* Tests completed, small fixes
* Allow preset mode and percentages combined
* Remove raise in setup and update tests
* Alignment with fan entity mode
* Fix pylint for len-as-condition
* Remove python binary cache file from PR
* Additional tests on async_turn_on and fix
* Added comments for deprecation of speeds
* Schema checks before init
* Optimize pre schema checks
* Correct schema checks
* Update homeassistant/components/mqtt/abbreviations.py
Comment speeds for mqtt fan are deprecated not needed here
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Comment speeds for mqtt fan are deprecated not needed here
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Comment speeds for mqtt fan are deprecated not needed here
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Comment speeds for mqtt fan are deprecated not needed here
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Comment speeds for mqtt fan are deprecated not needed here
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Warnings for exceptions - testing speed_range
* Update homeassistant/components/mqtt/abbreviations.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/components/mqtt/fan.py
* Save with black
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-26 08:37:47 +01:00
Franck Nijhof
da2fecb312
Pre-calculate Verisure alarm states ( #48340 )
...
* Pre-calculate Verisure alarm states
* Correct super call
2021-03-26 08:21:11 +01:00
Erik Montnemery
72281f4718
Validate device trigger schemas once ( #48319 )
2021-03-26 08:09:21 +01:00
Matthias Alphart
de1fa706a0
xknx 0.17.4 ( #48350 )
2021-03-26 08:07:57 +01:00
Simone Chemelli
2b24f8b735
Remove timedate manipulation from Neato attributes ( #48150 )
...
* Remove timedate manipulation to get timezone back
* Updated camera to new format
2021-03-26 05:11:08 +01:00
Garrett
a019f076c0
Subaru integration code quality changes ( #48193 )
...
* Apply changes from code review
* Update sensor tests
* Fix pylint error
* Apply suggestions from code review
Co-authored-by: Brandon Rothweiler <brandonrothweiler@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Brandon Rothweiler <brandonrothweiler@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-26 04:24:37 +01:00
Franck Nijhof
24dee01599
Use async with in Acmeda config flow ( #48291 )
2021-03-26 04:21:27 +01:00
Franck Nijhof
b90c620c5e
Address huisbaasje review comments ( #48313 )
...
* Address huisbaasje review comments
* Update homeassistant/components/huisbaasje/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-26 04:18:46 +01:00
starkillerOG
b4d39d517f
Update in 1 minute on unavailable Motion blinds ( #47800 )
...
* if unavailable request update in 1 minute
* fix styling
* improve changing update interval
* remove unused import
* try to fix
* remove unused pass
* add const
* fix missing timedelta
* update to motionblinds 0.4.10
* improve update coordinator
* fix linting errors
* remove unused import
* move update functions within the DataUpdateCoordinator
* fix white space
2021-03-25 20:06:40 -07:00
HomeAssistant Azure
d5afd0afb3
[ci skip] Translation update
2021-03-26 00:04:15 +00:00
Marc Mueller
1dc25a5864
Bump python-typing-update to 0.3.2 ( #48303 )
...
* Bump python-version-update to 0.3.2
* Changes after update
* Fix pylint issues
2021-03-25 21:09:06 +01:00
Robert Svensson
88b5eff726
Fix late comment to PR adding percentage support to deCONZ fan platform ( #48333 )
2021-03-25 20:02:17 +01:00
Alexey Kustov
056f7d493c
Support overriding token in notifify.event service ( #47133 )
...
* Add opportunity to define token for each message
* Update homeassistant/components/notify_events/notify.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-25 19:15:24 +01:00
jjlawren
e42ca35c94
Bump plexwebsocket to 0.0.13 ( #48330 )
2021-03-25 19:12:12 +01:00
Tobias Sauerwein
ec1334099e
Add tests for Netatmo data handler ( #46373 )
...
* Add tests for Netatmo data handler
* Clean up coveragerc
* Move block to fixture
* Minor update
* Remove tests of implementation details for data handler
* Update homeassistant/components/netatmo/data_handler.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/netatmo/data_handler.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Import callback
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-25 19:07:45 +01:00
Franck Nijhof
f0e5e616a7
Fix device discovery of OAuth2 config flows ( #48326 )
2021-03-25 10:35:01 -07:00
William Scanlon
4f4a6fd6a5
Add econet thermostat support and use getattr for sensors ( #45564 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-25 17:06:51 +01:00
Martin Hjelmare
9f07ca069d
Fix zha manual flow test ( #48317 )
2021-03-25 09:19:32 -04:00
chemaaa
1b60c8efb8
Add Homepluscontrol integration ( #46783 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-25 14:12:31 +01:00
Erik Montnemery
3188f796f9
Add allowed UUIDs and ignore CEC to Google Cast options flow ( #47269 )
2021-03-25 14:06:01 +01:00
Matthias Alphart
6b2a2740f1
Type check KNX integration climate ( #48054 )
2021-03-25 09:47:49 +01:00
Zixuan Wang
21c72fa559
Fix missing glances temperature sensors ( #46086 )
...
* Fix missing glances temperature sensors (#44899 )
* Revert matching rules for Glances
* Shorter if statement
Co-authored-by: J. Nick Koston <nick@koston.org >
* Revert long-line if statement
* Update if statement
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-03-25 09:19:11 +01:00
Boris Gulay
642bb91a9a
Add metrics upload by UDP to graphite ( #43751 )
2021-03-25 09:18:10 +01:00
jjlawren
20485eb132
Bump plexapi to 4.5.1 ( #48307 )
2021-03-25 08:41:21 +01:00
J. Nick Koston
da7fd8a294
Listen on the default interface by default for zeroconf ( #48302 )
2021-03-24 15:04:55 -10:00
Raman Gupta
058d232c57
Determine zwave_js sensor device class during initialization ( #48304 )
2021-03-24 20:08:16 -04:00
HomeAssistant Azure
6660fb7478
[ci skip] Translation update
2021-03-25 00:03:36 +00:00
J. Nick Koston
c340a39275
Handle range conversions that do not start at 1 ( #48298 )
2021-03-24 12:33:44 -10:00
djtimca
cc12d29f6d
Bump omnilogic to 0.4.3 to fix API certificate issue ( #48296 )
...
* Bump omnilogic to 0.4.3 to fix API certificate issue.
* Updated requirements files.
2021-03-24 22:58:03 +01:00
Marc Mueller
6fc3406c93
Ignore python-typing-update for pre-commit requirements ( #48292 )
2021-03-24 20:05:53 +01:00
scyto
a9ccba44ed
Add support for Roomba 980 discovery ( #47696 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-03-24 08:46:11 -10:00
Erik Montnemery
8896ae0d56
Add support for tracing script execution ( #48276 )
...
* Add support for tracing script execution
* Tweak
2021-03-24 17:56:22 +01:00
Franck Nijhof
0be6a868e0
Fix Core bug report issue form ( #48279 )
2021-03-24 10:20:49 +01:00
Matt Zimmerman
5265aabf92
Clean up SmartTub reminders ( #48033 )
...
* remove "date" state attribute
* remove unused constant
2021-03-24 08:39:23 +01:00
jjlawren
879c82ebf8
Improve Plex GDM client connections ( #48272 )
2021-03-24 07:57:45 +01:00
Tobias Sauerwein
0d699bb768
Add tests for Netatmo sensor ( #46393 )
...
* Add tests for Netatmo sensor
* Fix coveragerc
* Remove freezegun dependency
* Use f-strings instead of string concatenation
* Update tests/components/netatmo/test_sensor.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Address comment on config options test
* Replace deprecated call to async_get_registry()
* Fix public weather sensor update test
* Clean up
* Prevent division by zero
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-24 07:17:51 +01:00
Paulus Schoutsen
3dec394cad
Migrate template to register reload service on async_setup ( #48273 )
2021-03-23 20:35:15 -07:00
Paulus Schoutsen
b58dd7d047
Bump frontend to 20210324.0
2021-03-24 00:23:29 +00:00
HomeAssistant Azure
c4e5af8081
[ci skip] Translation update
2021-03-24 00:03:09 +00:00
Bram Kragten
b1d0b37d2c
Google assistant: disconnect user agent when not found in google ( #48233 )
2021-03-23 15:04:32 -07:00
Erik Montnemery
9f8b697e64
Refactor tracing: Prepare for tracing of scripts ( #48231 )
2021-03-23 14:53:38 -07:00
jjlawren
195d4de6cd
Bump plexapi to 4.5.0 ( #48264 )
2021-03-23 22:47:00 +01:00
Robert Svensson
70d9e8a582
Add proper percentage support to deCONZ fan integration ( #48187 )
...
* Add proper percentage support to deCONZ fan integration
* Properly convert speed to percentage
* Remove disabled method
* Replace convert_speed with a dict
2021-03-23 22:29:55 +01:00
Joakim Sørensen
49b47fe648
Install requirements.txt while building dev Dockerfile ( #48268 )
2021-03-23 14:04:15 -07:00
Diogo Gomes
fd5916e067
datetime must be a string ( #47809 )
2021-03-23 20:19:47 +01:00
Fredrik Erlandsson
d129b8e1e1
Update pypoint to 2.1.0 ( #48223 )
...
* update pypoint to 2.1.0
* Add properties and device_classes to constant
* Fix unique_ids for binary_sensors
* Update device icon
* Fallback to device_class icon.
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Just use known events
* Use DEVICE_CLASS_SOUND
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-23 20:03:54 +01:00
Franck Nijhof
cc73cbcace
Update issue form to use latest changes ( #48250 )
2021-03-23 18:45:40 +01:00
Alexei Chetroi
269608d1af
Bump up ZHA dependencies ( #48257 )
2021-03-23 11:03:16 -04:00
Erik Montnemery
a09c8eecb7
Fix some sensor classes ( #48254 )
...
* Fix some sensor classes
* Tweak
* Tweak
2021-03-23 15:56:33 +01:00
Franck Nijhof
6932cf9534
Use contextlib.suppress where possible ( #48189 )
2021-03-23 14:36:43 +01:00
Tobias Sauerwein
9656f260a4
Add tests for Netatmo ( #46372 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-23 14:28:35 +01:00
Robert Svensson
1095d93892
Increase test coverage of deCONZ device triggers ( #48126 )
...
* Increase test coverage of deCONZ device triggers
* Revert removed new line
* Found a way to explicitly assert that exceptions are raised
* Remove unnecessary block till done
* Fix unnecessary elif
* Fix review comments
* Remove helper tests
2021-03-23 13:49:44 +01:00
Fabian Affolter
e0e3495849
Upgrade pylast to 4.2.0 ( #48245 )
2021-03-23 12:18:03 +01:00
J. Nick Koston
7bd876beaf
Add dhcp discovery support to blink ( #48243 )
2021-03-23 12:00:06 +01:00
J. Nick Koston
6e07279257
Add august doorbells to dhcp discovery ( #48244 )
2021-03-23 11:59:04 +01:00
David Keijser
95370ac84b
Change nanoleaf name to configured name instead of hostname ( #46407 )
...
* nanoleaf: Key config by device id
Rather than host which is not stable
* nanoleaf: Use pretty name instead of hostname
2021-03-23 10:28:19 +01:00
Kevin Fronczak
8900b38c7f
Add Blink config migration ( #46671 )
2021-03-23 09:24:42 +01:00
Dewet Diener
fb03d79daf
Bump nanoleaf to 0.1.0, add unique IDs ( #48135 )
...
* bump pynanoleaf and expose model/serial as unique_id
* addressed PR feedback
2021-03-23 09:18:48 +01:00
uvjustin
cd455e296e
Remove login details before logging stream source ( #45398 )
...
* Remove login details before logging stream source
* Convert to str before re
* Use compiled RE
* Add tests and filter log message in worker
* Update import
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* isort
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-23 07:30:45 +01:00
HomeAssistant Azure
55b689b464
[ci skip] Translation update
2021-03-23 00:03:29 +00:00
Paulus Schoutsen
19ab7306ec
Clean up AsusWRT ( #48012 )
2021-03-22 23:21:33 +01:00
Erik Montnemery
9e9ba53f0e
Move SensorEntity last in the inheritance tree ( #48230 )
2021-03-22 20:05:13 +01:00
plomosits
18e6816373
Improve Docker and Kubernetes support for KNX ( #48065 )
...
Co-authored-by: Matthias Alphart <farmio@alphart.net >
2021-03-22 20:03:57 +01:00
Erik Montnemery
fdf97eaca3
Migrate integrations i-m to extend SensorEntity ( #48213 )
2021-03-22 19:59:03 +01:00
Erik Montnemery
64bc9a8196
Migrate integrations r-s to extend SensorEntity ( #48215 )
2021-03-22 19:54:14 +01:00
Erik Montnemery
0c086b5067
Migrate integrations w-z to extend SensorEntity ( #48217 )
2021-03-22 19:50:29 +01:00
Erik Montnemery
783b453bbe
Migrate integrations t-v to extend SensorEntity ( #48216 )
2021-03-22 19:47:44 +01:00
Erik Montnemery
c900e3030b
Migrate integrations n-q to extend SensorEntity ( #48214 )
2021-03-22 19:46:46 +01:00
Erik Montnemery
339a56e434
Migrate integrations f-h to extend SensorEntity ( #48212 )
2021-03-22 19:45:17 +01:00
Erik Montnemery
a49989241a
Refactor tracing: Move trace support to its own integration ( #48224 )
2021-03-22 19:19:38 +01:00
Dermot Duffy
781084880b
Add an option to hide selected Hyperion effects ( #45689 )
2021-03-22 15:59:12 +01:00
Philip Allgaier
286217f771
Fix condition extra fields for climate and humidifier ( #48184 )
2021-03-22 14:59:40 +01:00
MatsNl
53a9c117ee
Add jobstate parser to Onvif integration ( #46589 )
2021-03-22 14:43:46 +01:00
starkillerOG
a583f56bd8
Add identification for YAML imports ( #48162 )
2021-03-22 14:35:24 +01:00
Franck Nijhof
dc15f243e6
Upgrade pyupgrade to v2.11.0 ( #48220 )
2021-03-22 13:29:39 +01:00
Erik Montnemery
272dffc384
Improve script tracing ( #48100 )
...
* Improve script tracing
* Fix test
2021-03-22 13:15:45 +01:00
unaiur
3fb323b745
Fix maxcube temperature for thermostat auto mode ( #48047 )
...
maxcube-api dependency now supports using None as the
target temperature: in that case, it uses the scheduled
temperature in auto mode and current temperature in all
other modes.
We will use that feature when changing hvac_mode to auto and
selecting PRESET_NONE.
2021-03-22 13:13:06 +01:00
Franck Nijhof
b7ad5ff032
Upgrade pre-commit to 2.11.1 ( #48219 )
2021-03-22 13:11:06 +01:00
Franck Nijhof
6cead320de
Bump colorlog to 4.8.0 ( #48218 )
2021-03-22 13:10:01 +01:00
Erik Montnemery
23b562386f
Migrate integrations d-e to extend SensorEntity ( #48211 )
2021-03-22 12:52:29 +01:00
Erik Montnemery
e0cd7072d6
Migrate integrations a-c to extend SensorEntity ( #48210 )
2021-03-22 12:37:16 +01:00
Sean Wilson
1bb29bffbb
Update aqualogic library to v2.6 ( #48119 )
2021-03-22 12:12:14 +01:00
Greg Dowling
834fc1ae14
Remove vera should_poll ( #48209 )
2021-03-22 12:01:17 +01:00
J. Nick Koston
136ac88bed
Bump yalexs to 1.1.5 for august ( #48205 )
...
Turns on auto-reconnect support
2021-03-22 11:19:05 +01:00
Paulus Schoutsen
f67e8b4369
Populate trigger variable when manually triggering automation ( #48202 )
...
* Populate trigger variable when manually triggering automation
* Update tests/components/automation/test_init.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-22 08:22:32 +01:00
J. Nick Koston
6b93c4073d
Ensure homekit yaml config works when there is an ignored config entry ( #48175 )
2021-03-21 21:17:04 -10:00
J. Nick Koston
a2c4b438ea
Convert august to be push instead of poll ( #47544 )
2021-03-21 22:35:12 -07:00
J. Nick Koston
8e4c0e3ff7
Increase config entries test coverage ( #48203 )
2021-03-21 19:29:48 -10:00
J. Nick Koston
7a447c4209
Exclude homekit accessories created by the homekit integration from homekit_controller ( #48201 )
2021-03-21 22:18:24 -07:00
jjlawren
e5893ca42c
Trigger Plex GDM scans regularly ( #48041 )
2021-03-21 22:14:09 -07:00
Erik Montnemery
40ce25800c
Test that homeassistant stop and restart do not block WS ( #48081 )
2021-03-21 22:12:56 -07:00
Erik Montnemery
73e546e2b8
Improve condition trace tests ( #48152 )
2021-03-21 22:09:59 -07:00
Emily Mills
8557b856a4
Fix Kulersky and Zerproc config unloading ( #47572 )
2021-03-21 22:08:09 -07:00
J. Nick Koston
f35641ae8e
Make sure include_ignore=False always works with _async_current_entries ( #48196 )
...
If the step was anything other than SOURCE_USER,
include_ignore=False would not be honored
2021-03-21 21:57:49 -07:00
J. Nick Koston
fd310e1f41
Update homekit to improve representation of activity based remotes ( #47261 )
2021-03-21 21:55:20 -07:00
J. Nick Koston
3f2ca16ad7
Index config entries by id ( #48199 )
2021-03-21 21:44:29 -07:00
HomeAssistant Azure
6fab4a2c82
[ci skip] Translation update
2021-03-22 00:08:34 +00:00
Nate Clark
2912db84d7
Handle switch state updates from Konnected device ( #48167 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-22 00:16:34 +01:00
xonestonex
9739707f62
Preset support for MOES thermostat valves ( #48178 )
2021-03-21 18:03:23 -04:00
Ikko Ashimine
7473f25afd
Fix typo in homekit strings.json ( #48176 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-03-21 12:39:33 +01:00
Kevin Worrel
fb48fd7d10
ScreenLogic cleanups ( #48136 )
...
* ScreenLogic cleanup.
Bump screenlogicpy to 0.2.0.
Move heating functions from water_heater to climate platform.
Address notes from original PR.
* Fix temperature attribute
* Addressing notes.
Bump screenlogicpy to 0.2.1.
Made device_types constants.
Made (known) equipment flags constants.
Used dict.get() in places where None is the default.
Return fast with good _last_preset.
* Update homeassistant/components/screenlogic/climate.py
Let base entity handle state property.
Co-authored-by: J. Nick Koston <nick@koston.org >
* Patch integration setup functions.
* Exception, ATTR_TEMPERATURE notes
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-03-21 11:56:46 +01:00
Erik Montnemery
346a724ac3
Mark base components' state_attribute @final, rename others to extra_state_attributes ( #48161 )
...
* Mark base state_attributes @final, rename others to extra_state_attributes
* Fix calendar, update tests
2021-03-21 10:38:24 +01:00
javicalle
668d018e9c
Make Rflink handle set_level command for dimmable devices ( #46499 )
...
* Added handle_event for set_level command in dimmable devices
* refactor common code for dimmable devices
* Force tests
Silly change to force tests execution
* fix super()
* add rflink dim utils
2021-03-21 08:43:38 +01:00
Franck Nijhof
87499989a0
Small code styling tweaks for HomeKit ( #48163 )
2021-03-20 17:08:49 -10:00
javicalle
99d2d72d13
Update RFLink tests ( #48149 )
2021-03-21 03:27:24 +01:00
Otto Winter
0193f16ae9
ESPHome trigger reconnect immediately when mDNS record received ( #48129 )
2021-03-20 14:49:03 -10:00
HomeAssistant Azure
46a3b80a2d
[ci skip] Translation update
2021-03-21 00:05:03 +00:00
Philip Allgaier
3ae9460131
Use domain const in config_flow ( #48168 )
2021-03-21 00:34:46 +01:00
David F. Mulcahey
01fcc41aa0
only block coord removal if it is active ( #48147 )
2021-03-20 17:26:23 -04:00
Franck Nijhof
08870690a6
Fix a collection of tests with missing asserts ( #48127 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-20 17:23:55 +01:00
Erik Montnemery
f8755a52c2
Warn on undefined variables in templates ( #48140 )
...
* Warn on undefined variables in templates
* Add test
* fix tests
* fix tests
2021-03-20 15:16:04 +01:00
Robert Svensson
863f75e65e
Improve test coverage of deconz_device ( #48141 )
2021-03-20 14:22:01 +01:00
Franck Nijhof
5a2b5fe7c5
Yoda assertion style removed is ( #48142 )
2021-03-20 13:55:10 +01:00
Tobias Sauerwein
365e8a74ee
Add tests for Netatmo webhook handler ( #46396 )
...
* Add tests for Netatmo webhook handler
* Add async prefix
* Remove freezegun dependency
* Clean up
2021-03-20 08:26:11 +01:00
Jonathan Keslin
0f16d4f1e7
Update pyvesync to 1.3.1 ( #48128 )
2021-03-19 19:50:52 -05:00
Franck Nijhof
fb849b81b5
Rewrite of not a == b occurances ( #48132 )
2021-03-20 01:27:04 +01:00
Thiago Oliveira
26bceae99d
Set zwave_js climate precision to tenths for F ( #48133 )
2021-03-20 01:20:09 +01:00
HomeAssistant Azure
098c53e8b5
[ci skip] Translation update
2021-03-20 00:04:10 +00:00
Franck Nijhof
e47d8da3b4
Remove defunct test from percentage util ( #48125 )
2021-03-19 17:16:45 -05:00
Matthias Alphart
70bebc51f2
Type check KNX integration cover ( #48046 )
2021-03-19 22:25:20 +01:00
Matthias Alphart
16a4f05e27
Type check KNX integration fan ( #48056 )
2021-03-19 20:55:08 +01:00
Greg Dowling
b03c97cdd0
Make Vera should_poll static rather than dynamic ( #47854 )
...
* Make should_poll static.
* Address review comments.
* Fix black error.
2021-03-19 20:27:56 +01:00
Robert Svensson
24e067782a
Improve sensor coverage by verifying daylight sensor attributes ( #48090 )
2021-03-19 16:51:44 +01:00
sycx2
bc0eb9bf32
Improve uvc test camera ( #41438 )
...
* Improve uvc test camera
* Clean setup full config
* Clean setup partial config
* Set more camera defaults
* Clean setup partial config v31x
* Clean setup incomplete config
* Clean setup nvr errors during indexing
* Clean setup nvr errors during initialization
* Clean properties
* Fix motion recording mode properties
* Clean stream
* Clean login
* Clean login v31x
* Clean login tries both addres and caches
* Clean login fails both properly
* Remove not needed test
* Clean camera image error
* Test snapshot login retry
* Clean up
* Test enable and disable motion detection
* Times must be UTC
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-19 15:54:07 +01:00
javicalle
e798f415a4
Wait for switch startup in generic_thermostat ( #45253 )
...
* Better status control on restore
* Better status control on restore
* fix code coverage
* Rollback hvac_mode initialization
I think I have better understood the handling of the `hvac_mode`.
I change the approach. Now the thermostat doesn't initialize until the switch is available.
* fix pyupgrade
* fix black
* Delete test_turn_on_while_restarting
HVAC mode should not be modified by the switch.
IMHO, this test does not make sense because if the switch is turned on the thermostat is not turning on (and not changing HVAC_MODE)
* Re add turn off if HVAC is off
If HVAC_MODE is off thermostat will not control heater switch. This can be because `initial_hvac_mode`, because state defaults to or because old_state.
IMHO it is preferable to be excessively cautious.
* Update climate.py
* Change warning message
* Fix black
* Fix black
2021-03-19 15:42:45 +01:00
J. Nick Koston
c820dd4cb5
Have pylint warn when user visible log messages do not start with capital letter or end with a period ( #48064 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-19 09:26:36 -05:00
Martin Hjelmare
3742f175ad
Add missing oauth2 error abort reason ( #48112 )
2021-03-19 14:27:26 +01:00
Franck Nijhof
8a56dbf587
Add flake8 comprehensions checks to pre-commit & CI ( #48111 )
2021-03-19 13:41:09 +01:00
Robert Svensson
fa5ce70af1
Improve test coverage of deCONZ config flow ( #48091 )
2021-03-19 13:37:22 +01:00
Franck Nijhof
6e0c0afde2
Upgrade RPi.GPIO to 0.7.1a4 ( #48106 )
2021-03-19 13:36:44 +01:00
Erik Montnemery
703c073e53
Improve websocket debug log
2021-03-19 13:30:16 +01:00
Michael Cicogna
b1626f0091
Fix Homematic transition function on light devices with multiple channels ( #45725 )
...
* Update light.py
Fix Transition function on devices with multiple channels
* Update light.py
fix Flake8 Warning W293 blank line contains whitespace
2021-03-19 12:36:03 +01:00
Andreas Brett
993261e7f5
Add "timestamp" attribute to seventeentrack ( #47960 )
...
* bump py17track to 3.0.1
* Make aiohttp ClientSession optional
as introduced in py17track v3.0.0 (https://github.com/bachya/py17track/releases/tag/3.0.0 )
* Update manifest.json
* add new attribute timestamp
introduced in 3.1.0
* Update requirements.txt
* Update requirements_all.txt
* Update requirements.txt
* Update requirements_test_all.txt
* Update sensor.py
* Update sensor.py
* Update manifest.json
* provide timezone configuration
user config to pre-define timezone of package status timestamps
* Update requirements_all.txt
* Update requirements_test_all.txt
* linting
* use hass.config.time_zone
* Update sensor.py
* Update test_sensor.py
* Update test_sensor.py
* black
* Update manifest.json
* adjust changes to session param
* added test against latest dev branch
* make isort happy
* make black happy
* make flake8 happy
* make black happy
* bump to 3.2.1
* 3.2.1
* Update typing 15
2021-03-19 12:34:06 +01:00
Tobias Sauerwein
4ee4d674d8
Add tests for Netatmo camera ( #46380 )
...
* Add test for Netatmo camera
* Improve docstrings
* Remove light tests
* Remove freezegun from tests
* Update camera tests
* Remove freezegun dependency
* Update tests/components/netatmo/test_camera.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update tests/components/netatmo/test_camera.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Deduplication of the fake webhook payload
* Mock pyatmo instead of checking the logs
* Clean up
* Further deduplication
* Assert function arguments
* Rename mocked functions
* Update .coveragerc
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-19 12:19:57 +01:00
Tobias Sauerwein
aaafe399a1
Add tests for Netatmo light ( #46381 )
...
* Add tests for Netatmo light
* Improve docstring
* Register the camera data class for the light platform
* Remove freezegun dependency
* Update tests
* Update tests/components/netatmo/test_light.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Deduplicate webhook test data
* Mock pytest to verify it is called
* Don't test internals
* Rename
* Assert light still on with erroneous event data
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-19 12:19:27 +01:00
Maciej Bieniek
7858b59944
Use device class voltage in NUT integration ( #48096 )
2021-03-19 10:25:17 +01:00
Matthias Alphart
66b537c0e3
Type check KNX integration factory and schema ( #48045 )
...
these are used non-optional anyway
get them per config[] notation
2021-03-19 10:23:50 +01:00
Matthias Alphart
e522b311ce
Type check KNX integration binary_sensor, sensor and switch ( #48050 )
2021-03-19 10:22:18 +01:00
Matthias Alphart
fb1e76db8c
Type check KNX integration light ( #48053 )
...
* type check light
* review changes
2021-03-19 10:21:06 +01:00
Matthias Alphart
943ce8afaf
Type check KNX integration weather, notify and scene ( #48051 )
2021-03-19 10:16:27 +01:00
Matthias Alphart
987c2d1612
Type check KNX integration expose ( #48055 )
2021-03-19 10:12:55 +01:00
Tobias Sauerwein
2f15957707
Refactor Netatmo test ( #48097 )
...
* Refactor webhook simulate
* Update test_climate.py
2021-03-19 09:57:11 +01:00
HomeAssistant Azure
d77a28b8a1
[ci skip] Translation update
2021-03-19 00:03:03 +00:00
Martidjen
8a37b616bf
Add Opentherm Gateway current and setpoint precision ( #47484 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-19 00:47:59 +01:00
Marc Mueller
7def367467
Update pyupgrade to v2.10.1 ( #48089 )
2021-03-19 00:03:27 +01:00
Marc Mueller
314a5518f1
Add python-typing-update to pre-commit-config ( #48088 )
2021-03-18 23:20:25 +01:00
Marc Mueller
4cb7718192
Update typing 16 ( #48087 )
2021-03-18 22:58:19 +01:00
Maciej Bieniek
0f5efca76b
Fix Shelly sleeping device initialization after reconfiguration ( #48076 )
2021-03-18 13:26:20 -07:00
Erik Montnemery
7b717bc437
Correct trace for repeat script actions ( #48031 )
2021-03-18 13:14:06 -07:00
bestlibre
98d7e6b898
Add images support to matrix notify ( #37625 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-03-18 11:30:38 -07:00
Dan Klaffenbach
5174f63fd8
Add definitions for grouping media players ( #41193 )
...
* Add definitions for grouping media players
See https://github.com/home-assistant/architecture/issues/364
* Fix Google Assistant tests
* Define sync versions of async_join_players/async_unjoin
* Don't use async API in synchronous test methods
* Fix tests and make pylint happy
The method name `unjoin` is used by another component, so let's use
`unjoin_player` instead.
* Fix emulated_hue tests
The new media player entity in the `demo` component requires a tiny
adjustment in the emulated_hue tests.
* Use "target:" in service description
* Also use "name:" in service descriptions
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-03-18 18:19:28 +01:00
Raman Gupta
9fca001eed
Bump zwave-js-server-python to 0.22.0 ( #48085 )
2021-03-18 18:12:33 +01:00
elyobelyob
53687c766d
Add URL input for Prowl ( #46427 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev >
2021-03-18 17:02:38 +01:00
Marc Mueller
54d1e9985f
Update typing 15 ( #48079 )
2021-03-18 15:13:22 +01:00
Marc Mueller
dcca29ef68
Update typing 14 ( #48078 )
2021-03-18 15:08:35 +01:00
Tobias Sauerwein
7d196abc4a
Add tests for Netatmo oauth2 api ( #46375 )
...
* Add Netatmo tests for api
* Update tests/components/netatmo/test_api.py
* Update .coveragerc
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-18 14:55:39 +01:00
Marc Mueller
b67b9b94f9
Update typing 13 ( #48077 )
2021-03-18 14:43:52 +01:00
Marc Mueller
a3cd1854f6
Update typing 12 ( #48073 )
2021-03-18 14:31:38 +01:00
Berni Moses
6cd6ad6904
Ignore not implemented lg_soundbar source/equaliser. ( #45868 )
2021-03-18 14:06:17 +01:00
Marc Mueller
3d2b81a401
Update typing 11 ( #48072 )
2021-03-18 13:21:46 +01:00
Raj Laud
99f9f8dec0
Allow hdmi_cec to recover from lost connection to adapter without restart ( #40714 )
...
* Only update CecDevice state when there is new data
* Replace CecDevice with CecEntity
* Support for losing and reconnecting to pycec TcpAdapter
* Register listener in async_added_to_hass
* Rename hdmi_cec watchdog
* Only update CecDevice state when there is new data
* Fix flake8 docstring error
* Fix linter error
* Bump pycec version to 0.5.0
* Bump pycec version to 0.5.1
* Fixe merge mistake
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-03-18 13:07:35 +01:00
Marc Mueller
25a13d1554
Update typing 10 ( #48071 )
2021-03-18 13:07:04 +01:00
Andreas
00dca88024
Amcrest add support for CrossLineDetection ( #44582 )
...
Co-authored-by: andreas-amlabs <andreas-amlabs@users.noreply.github.com >
2021-03-18 12:32:08 +01:00
javicalle
c8950870a2
Propagate RFLink 'send_command' event ( #43588 )
...
* propagate send_command event
* propagate send_command event
2021-03-18 12:25:00 +01:00
Robert Svensson
8b8a54b367
Improve deCONZ services and scenes tests ( #47829 )
...
Use patch.dict rather than deep copy to change DECONZ_WEB_REQUEST
2021-03-18 11:57:56 +01:00
Robert Svensson
ad5dbebc03
Use websocket fixture in deCONZ switch tests ( #47831 )
...
Localize test data
Improve asserts
2021-03-18 11:44:52 +01:00
Robert Svensson
a4b2dff58d
Use websocket fixture in deCONZ sensor tests ( #47830 )
...
Localize test data
Improve asserts
2021-03-18 11:41:27 +01:00
Robert Svensson
a21d0cadf8
Use websocket fixture in deCONZ lock tests ( #47827 )
...
Localize test data
Improve asserts
2021-03-18 11:06:44 +01:00
Robert Svensson
3f2d3bd1b2
Use websocket fixture in deCONZ light tests ( #47826 )
...
Localize test data
Improve asserts#
2021-03-18 11:01:32 +01:00
Robert Svensson
7350215b4e
Use websocket fixture in deCONZ fan tests ( #47824 )
...
Localize test data
Improve asserts
2021-03-18 10:49:48 +01:00
Robert Svensson
7ff9610e67
Use websocket fixture in deCONZ event related tests ( #47823 )
...
Localize test data
Improve asserts
2021-03-18 10:44:31 +01:00
Robert Svensson
a57d340037
Use websocket fixture in deCONZ cover tests ( #47822 )
...
Localize test data
Improve asserts
2021-03-18 10:07:11 +01:00
Marc Mueller
283b4abe67
Update typing 09 ( #48059 )
2021-03-18 10:02:00 +01:00
Robert Svensson
2ab640aaef
Use websocket fixture in deCONZ climate tests ( #47821 )
...
Localize test data
Improve asserts
2021-03-18 09:57:27 +01:00
J. Nick Koston
fea0e39fa0
Reduce rest setup code ( #48062 )
...
- Switch to storing each platform config/rest data in a list
2021-03-18 09:55:38 +01:00
Robert Svensson
333f5da036
Use websocket fixture in deCONZ binary sensor tests ( #47820 )
...
Localize test data
Improve asserts
2021-03-18 09:51:42 +01:00
Marc Mueller
5cdd945f44
Update typing 08 ( #48058 )
2021-03-18 09:25:40 +01:00
Marc Mueller
9e1a6610dc
Update typing 07 ( #48057 )
2021-03-18 08:02:55 +01:00
J. Nick Koston
08db262972
Add a service to reload config entries that can easily be called though automations ( #46762 )
2021-03-17 21:27:21 -07:00
corneyl
6fb0e49335
Upgraded aiopylgtv to v0.4.0 ( #47014 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-03-17 20:59:48 -07:00
Tobias Haber
f785cc7d9a
Google has deprecated a comma separated list for modes changed it to array ( #48029 )
2021-03-17 20:59:06 -07:00
HomeAssistant Azure
f625e324dd
[ci skip] Translation update
2021-03-18 00:07:07 +00:00
Marc Mueller
91df3fa904
Update typing 06 ( #48039 )
2021-03-17 23:49:01 +01:00
Marc Mueller
7c0734bdd5
Update typing 05 ( #48038 )
2021-03-17 23:43:55 +01:00
Marc Mueller
76199c0eb2
Update typing 04 ( #48037 )
2021-03-17 23:34:25 +01:00
Guillermo Ruffino
02619ca2cd
Add service schema for ESPHome api services ( #47426 )
2021-03-17 22:50:21 +01:00
J. Nick Koston
dd56cc8010
Fix rest sensor data misalignment with multiple sensors ( #48043 )
...
If there were multiple rest data sources, the index needed
to be incremented by type instead of by data source/type
2021-03-17 22:47:42 +01:00
Marc Mueller
fabd73f08b
Update typing 03 ( #48015 )
2021-03-17 21:46:07 +01:00
Marc Mueller
6fb2e63e49
Update typing 02 ( #48014 )
2021-03-17 18:34:19 +01:00
Hans Kröner
86d3baa34e
Improve OWM Precipitation sensors ( #47945 )
2021-03-17 17:39:47 +01:00
Marc Mueller
e55702d635
Update typing 01 ( #48013 )
2021-03-17 17:34:55 +01:00
Matthew Donoughe
9011a54e7f
Switch history tests to pytest ( #42318 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-17 15:32:44 +01:00
schiermi
6a24ec7a30
Fix workday sensor to honor timezone ( #47927 )
2021-03-17 15:32:18 +01:00
Marc Mueller
a1ff45cbf2
Update metadata license string ( #46899 )
2021-03-17 14:32:13 +01:00
sycx2
009e44ed9b
Rewrite tests for Template Light ( #41163 )
2021-03-17 11:30:44 +01:00
Nathan Tilley
6f7f4955a3
Add Logger Check Before Adding Another ( #47954 )
2021-03-17 11:11:39 +01:00
dependabot[bot]
4f3b7f917f
Bump codecov/codecov-action from v1.2.2 to v1.3.1 ( #48020 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.2 to v1.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.2...fcebab03f26c7530a22baa63f06b3e0515f0c7cd )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-17 09:52:17 +01:00
Jim Ekman
ecf93e09e8
Add support for percentage based fan model in esphome ( #46712 )
2021-03-17 08:50:34 +01:00
Nathan Spencer
bdc8a2878f
Fix issue with setting sleep mode during DST ( #48001 )
2021-03-17 08:23:54 +01:00
Philip Allgaier
470b0b8b87
Fix historic attributes for input_datetime ( #45208 )
2021-03-16 22:40:20 -07:00
HomeAssistant Azure
4306c8fbb4
[ci skip] Translation update
2021-03-17 00:03:55 +00:00
Paulus Schoutsen
529b23d8af
Bump frontend to 20210316.0
2021-03-16 23:43:16 +00:00
Kevin Worrel
d21d9951ba
Add Pentair ScreenLogic integration ( #47933 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-03-16 13:32:02 -10:00
J. Nick Koston
f605a3c149
Remove YAML support from August ( #47615 )
2021-03-16 13:22:07 -10:00
Abílio Costa
d49a436573
Delay ZHA group updates to ensure all members are updated first ( #46861 )
...
* Delay ZHA group updates to ensure all members are updated first
After turning off a group, when the first device reports "off", the
other devices may still be "on". If HA processes the group state update
quickly enough, the group will see that some devices are on, so the
state of the group will revert back to "on", and then "off" when the
remaining devices all report "off". That would cause the UI toggle to go
back and forward quickly, and automations that trigger with "state: on"
to fire when the user turns the group off.
This PR fixes that by delaying the group state update, giving time for
all the devices to report their states first.
* Fix zha group tests
* Reorder sleeping.
* Update tests/components/zha/common.py
Co-authored-by: Alexei Chetroi <lexoid@gmail.com >
2021-03-16 17:38:16 -04:00
Paulus Schoutsen
f1c274b3dd
Add run_id to automation logbook event ( #47980 )
2021-03-16 14:37:26 -07:00
Matthias Alphart
a4075d9e11
KNX sensor: float no longer valid for type ( #48005 )
2021-03-16 21:33:56 +01:00
Joakim Plate
d39aa9f80b
Bump philips_js with backported fixes ( #47959 )
2021-03-16 21:24:01 +01:00
Alan Tse
f86e7535e0
Add location details to deprecation warning ( #47155 )
2021-03-16 21:16:07 +01:00
chpego
f3c74948c3
Upgrade youtube_dl to version 2021.03.14 ( #48000 )
2021-03-16 21:02:05 +01:00
Kevin Eifinger
14d3e29e64
Add missing "pin" field in step "pair" for philips_js ( #47802 )
2021-03-16 20:56:49 +01:00
billsq
55db855f91
Add support for Xiaomi Air Purifier Pro H ( #47601 )
2021-03-16 20:54:13 +01:00
Matt Zimmerman
73c6728e98
Add binary_sensor entities for SmartTub reminders ( #47583 )
2021-03-16 17:38:09 +01:00
Alexei Chetroi
6a66ccef1b
Bump up ZHA dependencies ( #47997 )
2021-03-16 12:21:08 -04:00
Ron Heft
bbd98e196b
Fix withings InvalidParamsException ( #47975 )
...
* Bump withings_api to 2.3.1 (fixes #47329 )
* Fix NotifyAppli calls to be compatible with withings_api 2.3.1
* Fix errors with withings_api 2.2+ using pydantic
* Bump withings_api to 2.3.2
2021-03-16 17:15:22 +01:00
Klaas Schoute
0097169dd3
Add aliases to actions in automation blueprints ( #47940 )
2021-03-16 17:14:07 +01:00
Erik Montnemery
389891d13d
Improve JSONEncoder test coverage ( #47935 )
2021-03-16 17:12:51 +01:00
Matthias Alphart
7ed9e5b2c2
Update xknx to 0.17.3 ( #47996 )
2021-03-16 16:43:11 +01:00
Franck Nijhof
f695155af5
Add device classes to Verisure sensors ( #47990 )
2021-03-16 16:30:04 +01:00
Antoine Meillet
4dc0cdbb5f
Ignore STATE_UNKNOWN in prometheus ( #47840 )
...
Giving a value of 0 by default can lead to erroneous
data being exported. For example, if a MQTT temperature
sensor is in `STATE_UNKNOWN` (which can happen after a
HASS restart), a temperature of 0°C will be exported.
Some user might prefer no value rather than a wrong one.
2021-03-16 16:11:51 +01:00
David F. Mulcahey
673ebe2911
Guard extra call in ZHA lights ( #47832 )
...
* add flag to prevent sending an on command
* fix condition
* add constant for default transition
* make groups work with new force on flag
* reorder light entity creation
* rearrange logic
* update test
* remove failed attempt at group light flag
* fix flag
2021-03-16 10:02:26 -04:00
Erik Montnemery
9647eeb2e0
Add custom JSONEncoder for automation traces ( #47942 )
...
* Add custom JSONEncoder for automation traces
* Add tests
* Update default case to include type
* Tweak
* Refactor
* Tweak
* Lint
* Update websocket_api.py
2021-03-16 14:21:05 +01:00
Erik Montnemery
5f2326fb57
Add support for light color modes ( #47720 )
...
* Add support for light color modes
* Update tests
* Update comments
* Fix bugs, add tests
* Suppress lint errors
* Don't suppress brightness when state is ambiguous
* Improve reproduce_state + add tests
* Add comment
* Change COLOR_MODE_* constants, rename COLOR_MODE_DIMMER to COLOR_MODE_BRIGHTNESS
* Fix tests
* Tweaks
2021-03-16 12:51:39 +01:00
Erik Montnemery
333e6a215a
Add execute_script WS API ( #47964 )
...
* Add execute_script WS API
* Improve tests
2021-03-16 08:51:00 +01:00
Erik Montnemery
1cde1074c9
Correct trace for choose and repeat script actions ( #47973 )
...
* Correct trace for choose and repeat script actions
* only choose-wrap the choices
* Update tests
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-16 08:49:16 +01:00
Franck Nijhof
354c0a7fd1
Add reauthentication to Verisure ( #47972 )
...
* Add reauthentication to Verisure
* Update translations
* Correct translation step key
* Address pylint warning
* = is not :
2021-03-16 08:41:41 +01:00
Guido Schmitz
2230b03888
Add voltage device class to devolo Home Control ( #47967 )
2021-03-16 08:13:03 +01:00
SoCalix
0e368df023
Fix xmpp notify for muc rooms ( #46715 )
2021-03-16 02:07:54 +01:00
HomeAssistant Azure
c11b85af2f
[ci skip] Translation update
2021-03-16 00:04:36 +00:00
Erik Montnemery
f82e59c32a
Make it possible to list debug traces for a specific automation ( #47744 )
2021-03-15 16:51:04 -07:00
Franck Nijhof
5f627df6f8
Add devices to Verisure integration ( #47913 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-15 23:59:41 +01:00
Franck Nijhof
9fd973d8e8
Move Verisure services to entity services ( #47905 )
2021-03-15 22:50:28 +01:00
Martin Hjelmare
40c12997ed
Add zwave_js sensor humidity device class ( #47953 )
2021-03-15 20:51:24 +01:00
Franck Nijhof
059e9e8307
Add config flow to Verisure ( #47880 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-15 12:30:44 -07:00
RadekHvizdos
9f4c2f6260
Add suggested_area to MQTT discovery ( #47903 )
...
* Add suggested_area to MQTT Discovery
This adds suggested_area to MQTT discovery, so that the discovered devices could be automatically added to the proper area.
* Add abbreviation for MQTT suggested_area
* Remove extra whitespace
* Remove extra whitespace #2
* Added tests for MQTT Dicovery of suggested_area
* Fix test for MQTT suggested_area
* Better tests of MQTT suggested_area
Changes made as per feedback from @emontnemery
2021-03-15 20:02:02 +01:00
Michael
07c197687f
improve debug logging ( #47858 )
2021-03-15 19:42:13 +01:00
Joakim Sørensen
8b3dccb1b4
Use ClientTimeout for hassio send_command ( #47957 )
2021-03-15 11:31:34 -07:00
J. Nick Koston
28c80c1133
Ensure recorder purge tests can handle multiple purge cycle ( #47956 )
...
Since a purge can generate another purge task, we now wait for
three recorder queue completions by default.
2021-03-15 11:19:19 -07:00
Mick Vleeshouwer
9e05aa2d1f
Update state translation strings for water_heater ( #46588 )
2021-03-15 18:20:10 +01:00
Nathan Tilley
93c38551d3
Implement Wake On Lan Dummy State ( #47719 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-15 17:20:47 +01:00
Maciej Bieniek
8239fb76d1
Bump brother library ( #47949 )
2021-03-15 16:42:28 +01:00
Franck Nijhof
5d5a110a20
None optional hass typing in base entity and notify ( #47528 )
2021-03-15 15:11:41 +01:00
Martin Hjelmare
b9a26cf539
Add zwave_js dev docs readme ( #47621 )
2021-03-15 15:08:45 +01:00
David McClosky
37c53e0a04
Sort supported features in vlc_telnet ( #46800 )
2021-03-15 15:07:36 +01:00
Franck Nijhof
48808dc2ad
Upgrade vsure to 1.7.3 ( #47946 )
2021-03-15 14:43:32 +01:00
Andre Lengwenus
50b7b1cc7a
Migrate LCN configuration to ConfigEntry (Part 1) ( #44090 )
2021-03-15 13:45:13 +01:00
Aidan Timson
fb34d1a56e
Clean up Lyric ( #47899 )
2021-03-15 13:06:57 +01:00
Colin O'Dell
b645dabd66
Upgrade qnapstats library to 0.3.1 ( #47907 )
...
Fixes #47674
2021-03-15 12:53:45 +01:00
Bram Kragten
87d62cbbb8
Fix target of WLED services ( #47938 )
2021-03-15 12:50:19 +01:00
Tobias Sauerwein
6b98583bc1
Add tests for Netatmo climate ( #46392 )
...
* Add tests for Netatmo climate
* Add comments and fake webhook events
* Split tests
* Split tests
* Clean up
* Fix coveragerc
* Fix requirements
* Remove freezegun dependency
* Move async_block_till_done to
* Call async_handle_webhook directly
* Use async_handle_webhook directly p2
* Exclude helper.py from
* Remove assertion of implementation details
* Use the webhook integration handler
* Extract function
2021-03-15 12:45:36 +01:00
Khole
cfeb8eb06a
Add Hive config flow ( #47300 )
...
* Add Hive UI
* Fix tests and review updates
* Slimmed down config_flow
* Fix tests
* Updated Services.yaml with extra ui attributes
* cleanup config flow
* Update config entry
* Remove ATTR_AVAILABLE
* Fix Re-Auth Test
* Added more tests.
* Update tests
2021-03-15 12:27:10 +01:00
starkillerOG
1aa4fd4cc9
Make Xiaomi Miio unavailable device independent ( #47795 )
...
* make unavailable independent
* fix data is None
* process review comments
2021-03-15 12:25:11 +01:00
starkillerOG
b2efcb3c22
Support all Xiaomi Miio gateway switches ( #46657 )
...
* Support all gateway switches
* fix checks
* process revieuw
* Update homeassistant/components/xiaomi_miio/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* generilize variable matching
* fix styling
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-15 12:15:34 +01:00
Drzony
99d1e3e71d
MQTT Light: Use flash attribute in async_turn_off ( #47919 )
2021-03-15 11:24:07 +01:00
Paulus Schoutsen
7fe3c472e9
Improve bad JSON data reporting ( #47932 )
...
* Improve bad data reporting
* Fix tests
Co-authored-by: Erik <erik@montnemery.com >
2021-03-15 10:41:25 +01:00
Patrick Decat
9ec4c07753
Update openwrt-luci-rpc from 1.1.6 to 1.1.8 ( #47848 )
2021-03-14 22:57:56 -07:00
Brandon Rothweiler
fbf3225234
Address review comments and minor fix for Mazda integration ( #47702 )
...
* Address comments from code review
* Fix handling of missing sensor values
* Use default timeout for get_vehicles
* Fix test_update_auth_failure
2021-03-15 06:57:39 +01:00
Allen Porter
bcadccf7aa
Invalidate HLS Stream on nest url refresh failure ( #47869 )
...
This will ensure that the HLS stream is re-created and fetches a new url.
2021-03-14 22:49:21 -07:00
unaiur
e91be3f9f5
Upgrade to maxcube-api-0.4.1 ( #47910 )
...
This new version implements a workaround for a hardware bug
that causes a factory reset of the full MAX! service.
See https://github.com/hackercowboy/python-maxcube-api/issues/12
for more details.
2021-03-14 22:45:14 -07:00
Maciej Bieniek
be2be4e867
Bump gios library ( #47917 )
2021-03-14 22:44:13 -07:00
Maciej Bieniek
0be1389cf4
Bump accuweather library ( #47915 )
2021-03-14 22:44:04 -07:00
J. Nick Koston
8795608ae3
Add suggested area support to august ( #47930 )
2021-03-14 22:42:49 -07:00
J. Nick Koston
15aa00d6cc
Fix homekit checking for port cleanup too many times ( #47836 )
...
* Fix homekit checking for port cleanup too many times
The loop should have terminated as soon as the port was available
* coverage
* tweak homekit shutdown wait
2021-03-15 05:14:46 +01:00
J. Nick Koston
61a2460c87
Improve error reporting in recorder purge test ( #47929 )
2021-03-14 19:46:21 -07:00
Paulus Schoutsen
9dabc988fb
Bump frontend to 20210314.0
2021-03-14 23:48:47 +00:00
Daniel Perna
d32c364d7f
Update pyhomematic to 0.1.72 ( #47906 )
2021-03-14 18:52:47 +01:00
jugla
4d61f6f8c2
Reduce number of iqair request ( #47890 )
2021-03-14 09:04:08 -06:00
Daniel Hjelseth Høyer
fea944bcea
Upgrade Tibber library to 0.16.2 ( #47892 )
2021-03-14 13:44:07 +01:00
starkillerOG
50b5fc4860
Add Xiaomi Miio subdevice lightbulb support ( #46660 )
...
* Xiaomi Miio: add subdevice lightbulb support
* fix tests
* process revieuw comments
* bump python-miio to 0.5.5
* bump python-miio to 0.5.5
* fix imports
2021-03-14 12:32:19 +01:00
Franck Nijhof
60838cf7ed
Verisure: Remove JSONPath, unique IDs, small cleanups ( #47870 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-14 10:38:09 +01:00
Aidan Timson
984f02882b
Add HVAC action to Lyric climate platform ( #47876 )
2021-03-13 22:05:47 -10:00
Aidan Timson
47114c5f4f
Update service config for lyric ( #47857 )
2021-03-13 22:04:49 -10:00
Martin Hjelmare
c53a462b3d
Fix zwave_js preset mode lookup ( #47851 )
2021-03-13 22:27:05 +01:00
Alexei Chetroi
7d8eb49d88
Bump up ZHA dependency ( #47873 )
2021-03-13 16:06:07 -05:00
Pierre Ståhl
518c86a0ab
Add device_info to Apple TV entities ( #47837 )
2021-03-13 10:39:04 -10:00
Aidan Timson
263023a152
Update aiolyric to v1.0.6 ( #47871 )
2021-03-13 10:32:38 -10:00
tdorsey
eddb97b6fd
Fix spelling of automatically in roomba/lutron_caseta components ( #47856 )
2021-03-13 10:26:48 -10:00
Raman Gupta
c7b9a0715d
Fix zwave_js preset supported feature ( #47819 )
2021-03-13 12:43:03 +01:00
Allen Porter
02a82d3f00
Add timeouts in stream tests to prevent possible hangs ( #47545 )
...
* Add timeouts on recving packets
Add a timeout when recving packets from the worker thread in case it hangs.
Add an exit condition just in case the while loop goes on forever.
* Add a timeout to recorder thread join.
* Wait for recorder thread to be invoked in tests
Remove the while loop and instead wait for segments to be produced by the background worker thread.
* Allow worker to resume before stopping to fix timeouts
* Lower test timeout further
* Remove test_stream_ended since it is flaky
This test doesn't really add additional value on top of other tests.
2021-03-13 01:53:26 -08:00
Raj Laud
30f99177c7
Fix missing integer cast in squeezebox config flow ( #47846 )
2021-03-13 08:34:20 +01:00
Paulus Schoutsen
eccdf85b29
Bump frontend to 20210313.0 ( #47844 )
2021-03-12 21:21:24 -08:00
David F. Mulcahey
547fd7d352
fix exception on device removal ( #47803 )
2021-03-12 21:06:37 -05:00
Erik Montnemery
2178e27fb4
Fix unclean shutdown of recorder test ( #47791 )
2021-03-12 14:17:27 -08:00
Paulus Schoutsen
6ed01463c3
Merge pull request #47835 from home-assistant/rc
2021-03-12 14:00:52 -08:00
Paulus Schoutsen
a024343a15
Bumped version to 2021.3.4
2021-03-12 21:01:15 +00:00
Tobias Sauerwein
926b0d8491
Fix Netatmo event handling ( #47792 )
2021-03-12 21:01:06 +00:00
J. Nick Koston
108d9eab1a
Ensure homekit reset accessory service can target any entity ( #47787 )
2021-03-12 21:01:02 +00:00
jjlawren
72ef88693a
Bump plexapi to 4.4.1 ( #47766 )
2021-03-12 21:00:59 +00:00
J. Nick Koston
81336809e8
Adjust insteon fan speed range to valid upper bound ( #47765 )
2021-03-12 21:00:55 +00:00
Chris
726eb69b40
Fix zwave_js target_temp_low ( #47762 )
2021-03-12 21:00:53 +00:00
mtl010957
544844d865
Cover Tilt Position Bugfix ( #47682 )
...
* Report tilt position properly when inverting using tilt_max < tilt_min
* Add warning per review comment
* Add test for inverted tilt position configuration
* Separate non-numeric and out of range warnings per review comment
* Fix out of range message and add tests for not numeric and out of range messages
2021-03-12 21:00:50 +00:00
Aaron Bach
ed37c31630
Write SimpliSafe alarm control panel state after arming/disarming ( #47649 )
...
* Write SimpliSafe alarm control panel state after arming/disarming
* Include locks
2021-03-12 21:00:49 +00:00
Tobias Sauerwein
07aeb8d160
Fix Netatmo event handling ( #47792 )
2021-03-12 12:57:02 -08:00
Hans Kröner
362e7226e9
Additional sensors for OpenWeatherMap ( #47806 )
2021-03-12 12:55:13 -08:00
Klaas Schoute
7826f6e3f8
Update cloud integration to 0.42.0 ( #47818 )
2021-03-12 12:52:43 -08:00
Robert Svensson
786cbcc1d6
Introduction of deCONZ websocket fixture ( #47812 )
2021-03-12 12:03:29 -08:00
Robert Svensson
6b03c8d126
Improve deCONZ init tests ( #47825 )
...
Use patch.dict rather than deep copy to change DECONZ_WEB_REQUEST
2021-03-12 12:02:15 -08:00
Robert Svensson
597bf67f5a
UniFi has changed to not report uptime in epoch form ( #47492 )
2021-03-12 11:55:11 -08:00
Mick Vleeshouwer
9a98dcf432
Add HomeKit support for new CO / CO2 device class ( #47737 )
2021-03-12 09:03:47 -10:00
Charles Garwood
13cd2f52d8
Return property_key in zwave_js get_config_parameters websocket ( #47808 )
2021-03-12 13:49:59 -05:00
Erik Montnemery
3115bf9aab
Add temperature sensor for gogogate2 wireless door sensor ( #47754 )
...
* Add temperature sensor for gogogate2 wireless door sensor
* Chain sensor generators
2021-03-12 19:04:56 +01:00
Michael
72cb1f5480
Add ambient sensors to nut integration ( #47411 )
2021-03-12 07:19:55 -10:00
Paulus Schoutsen
04b335afe9
Allow filtering the logbook by context_id ( #47783 )
2021-03-12 09:04:02 -08:00
Pierre Ståhl
bf5028df2b
Bump pyatv to 0.7.7 ( #47798 )
...
* Bump pyatv to 0.7.7
* Change to assume name always exist in config entry
2021-03-12 16:19:14 +01:00
Erik Montnemery
514516bacc
Remove unused COVER_SCHEMA from gogogate2 cover ( #47170 )
2021-03-12 13:52:46 +01:00
J. Nick Koston
40c28aa38a
Ensure homekit reset accessory service can target any entity ( #47787 )
2021-03-12 11:41:01 +01:00
Guido Schmitz
6610e821bc
Bump devolo_home_control_api to 0.17.0 ( #47790 )
2021-03-12 11:37:39 +01:00
Paulus Schoutsen
ff94e920e4
Do not use AsyncTrackStates ( #47255 )
2021-03-11 23:18:09 -08:00
Paulus Schoutsen
2a22c54fcb
Store the correct context in the trace ( #47785 )
2021-03-12 08:12:26 +01:00
MatsNl
fa0c544bf5
Improve Atag integration and bump version to 0.3.5.3 ( #47778 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-03-11 22:15:45 -08:00
J. Nick Koston
f4b775b125
Cleanup homekit and remove aid storage from hass.data ( #47488 )
2021-03-11 22:05:03 -08:00
J. Nick Koston
33c4eb3434
Log the full exception when the recorder fails to setup ( #47770 )
2021-03-11 21:52:04 -08:00
James Nimmo
7f60edd7e7
Bump pyIntesisHome to v1.7.6 ( #47500 )
2021-03-11 21:39:44 -08:00
J. Nick Koston
e2f0b18427
Adjust insteon fan speed range to valid upper bound ( #47765 )
2021-03-11 21:35:24 -08:00
Felipe Martins Diel
9ca0cd5464
Bump broadlink from 0.16.0 to 0.17.0 ( #47779 )
2021-03-11 21:34:56 -08:00
Marc Mueller
92852b9c10
Add apply_filter attribute to recorder.purge service ( #45826 )
2021-03-11 17:03:30 -10:00
Franck Nijhof
66605b5994
Upgrade adguardhome to v0.5.0 ( #47774 )
2021-03-12 00:37:34 +01:00
jjlawren
daab9f9810
Bump plexapi to 4.4.1 ( #47766 )
2021-03-12 00:35:11 +01:00
Chris
7ca5e969cc
Fix zwave_js target_temp_low ( #47762 )
2021-03-12 00:28:38 +01:00
Henning Claßen
3ebc262b7f
Upgrade numato-gpio to 0.10.0 ( #47539 )
...
This adds support for devices sending '\n\r' end-of-line sequences.
2021-03-11 22:54:27 +01:00
Philip Allgaier
4bafd03dff
Consistent spelling of "PIN" ( #47771 )
2021-03-11 16:18:16 -05:00
Erik Montnemery
14ff6d4d1f
Update integrations p-s to override extra_state_attributes() ( #47759 )
2021-03-11 21:23:20 +01:00
Erik Montnemery
1fc8e32d86
Update integrations t-z to override extra_state_attributes() ( #47760 )
2021-03-11 20:16:26 +01:00
Erik Montnemery
14a59d290a
Update integrations j-o to override extra_state_attributes() ( #47758 )
2021-03-11 20:11:25 +01:00
Franck Nijhof
1095905f8c
Add DataUpdateCoordinator to Verisure ( #47574 )
2021-03-11 19:41:01 +01:00
Marc Mueller
10848b9bdf
Recorder improvements ( #47739 )
2021-03-11 07:52:07 -10:00
Erik Montnemery
af4d06b12e
Update integrations f-i to override extra_state_attributes() ( #47757 )
2021-03-11 16:57:47 +01:00
Erik Montnemery
6c084ae6ce
Update integrations a-e to override extra_state_attributes() ( #47756 )
2021-03-11 16:51:03 +01:00
Aaron Bach
f92b75cbb2
Write SimpliSafe alarm control panel state after arming/disarming ( #47649 )
...
* Write SimpliSafe alarm control panel state after arming/disarming
* Include locks
2021-03-11 15:22:35 +01:00
starkillerOG
cf4954fead
Add Xiaomi Miio light config flow ( #47161 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-11 14:09:21 +01:00
mtl010957
b162c45e0a
Cover Tilt Position Bugfix ( #47682 )
...
* Report tilt position properly when inverting using tilt_max < tilt_min
* Add warning per review comment
* Add test for inverted tilt position configuration
* Separate non-numeric and out of range warnings per review comment
* Fix out of range message and add tests for not numeric and out of range messages
2021-03-11 13:49:10 +01:00
Kristian Heljas
9e487eb260
Hoist mqtt name property and add icon support to MqttEntity ( #47165 )
...
* hoist common MqttEntity properties
* remove default name for MqttEntity
Default naming is sensible enough
* disable overriding common MqttEntity schema
* merge common MqttEntity schemas into MQTT_ENTITY_COMMON_SCHEMA
2021-03-11 13:42:13 +01:00
starkillerOG
724574d336
Add Xiaomi Miio sensor config flow ( #46964 )
...
* add config flow
* fix styling
* Add air_quality platform
* fix imports
* fix black
* Update homeassistant/components/xiaomi_miio/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/xiaomi_miio/air_quality.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* process revieuw feedback
* remove unused import
* fix formatting
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-11 11:48:48 +01:00
Erik Montnemery
b9c2f80cab
Fix light brightness_step on multiple entities ( #47746 )
...
* Fix light brightness_step on multiple entities
* Fix comment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-11 11:46:32 +01:00
Philip Allgaier
7e615cb7fd
Fixed string typos in Lutron and Roomba ( #47745 )
2021-03-11 10:16:52 +01:00
J. Nick Koston
9a686d148e
Ensure startup can proceed when there is package metadata cruft ( #47706 )
...
If a package fails to install or partially installed importlib
version can return None. We now try pkg_resources first, then
try importlib, and handle the case where version unexpectedly
returns None
2021-03-10 21:12:02 -10:00
Paulus Schoutsen
00bd591238
Verify get_zones webhook works ( #47741 )
2021-03-11 01:08:12 +01:00
Erik Montnemery
a9a9e1f199
Tweak automation tracing ( #47721 )
2021-03-10 14:42:13 -08:00
hung2kgithub
15da1c4785
Add missing clear-night weather condition ( #47666 )
2021-03-10 10:48:06 -10:00
Matthias Alphart
54a9b69ecb
Update xknx to 0.17.2 ( #47732 )
2021-03-10 10:32:22 -10:00
Álvaro Fernández Rojas
ff09643b33
Add Tado weather support ( #44807 )
2021-03-10 10:31:37 -10:00
Franck Nijhof
10535018cc
Improve HomeKit discovered Hue config flow ( #47729 )
2021-03-10 11:20:51 -08:00
Paulus Schoutsen
3ad4c26f98
Allow SSDP discovery modern Hue hubs ( #47725 )
2021-03-10 19:21:51 +01:00
Mike Keesey
78c974d527
Refactor Harmony tests to better follow Home Assistant conventions ( #47141 )
2021-03-10 08:19:04 -10:00
CurrentThread
7c8851264f
Use LONGTEXT column instead of TEXT for MySQL/MariaDB and migrate existing databases ( #47026 )
2021-03-10 08:12:58 -10:00
David Bonnes
2103335323
Bump incomfort client to 0.4.4 ( #47718 )
...
* bump incomfort client
* bump client to 0.4.4
* restore launch.json
2021-03-10 18:58:37 +01:00
David Bonnes
d53f1e98ac
bump client library ( #47722 )
2021-03-10 18:58:04 +01:00
Mick Vleeshouwer
461e766a93
Add device class CO2 to various integrations ( #47676 )
...
* Add device class CO2 to Fibaro
* Add device class CO2 to Awair
* Add device class CO2 to Tasmota
* Add device class CO2 to Netatmo
* Add device class CO2 to Ambient Station
* Update Tasmota tests
* Remove icon
2021-03-10 12:52:55 +01:00
Álvaro Fernández Rojas
5bc0e9a50f
Fix aemet temperatures with a value of 0 ( #47680 )
...
* aemet: catch TypeError exceptions
format_float() and format_int() should also catch possible TypeError
exceptions.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* aemet: correctly parse temperatures with a value of 0
Right now, when a temperature with a value of 0 is provided by the API, the if
condition isn't satisfied, return None instead of 0.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* aemet: group format int/float exceptions
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-03-10 10:25:04 +01:00
dependabot[bot]
5c70dd8ab4
Bump codecov/codecov-action from v1.2.1 to v1.2.2 ( #47707 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.1 to v1.2.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.1...1f8f3abcccf7960749744fd13547965f0e7d1bdd )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 09:40:03 +01:00
Paulus Schoutsen
a50e9812cb
Fix automations with traces. ( #47705 )
2021-03-09 22:40:17 -08:00
Erik Montnemery
704000c049
Add support for breakpoints in scripts ( #47632 )
2021-03-09 21:23:11 -08:00
Sam Steele
bf64421be9
Use the local timezone when parsing Todoist due dates ( #45994 )
2021-03-09 20:52:32 -08:00
Franck Nijhof
62e49e545b
Add confirm only for Elgato ( #47684 )
2021-03-10 01:53:00 +01:00
Matt Zimmerman
7840db0598
Restore switch.turn_on and switch.turn_off functionality for SmartTub pumps ( #47586 )
...
Revert "Remove turn_on and turn_off from SmartTub pump switches (#47184 )"
This reverts commit bab66a5cb9 .
2021-03-10 01:26:54 +01:00
J. Nick Koston
a060acc2b1
Fix recorder with MSSQL ( #46678 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2021-03-09 11:16:19 -10:00
Paulus Schoutsen
46e593485e
Handle zeroconf updated events ( #47683 )
2021-03-09 10:14:00 -10:00
Paulus Schoutsen
ed679b263b
Improve logging elgato ( #47681 )
2021-03-09 19:52:53 +01:00
Erik Montnemery
fd1add8f15
Rename AutomationTrace.runid to AutomationTrace.run_id ( #47669 )
2021-03-09 15:49:41 +01:00
Marc Mueller
0c61cb555c
Add TYPE_CHECKING to coverage excludes ( #47668 )
2021-03-09 14:57:44 +01:00
Erik Montnemery
84226da404
Update tests i-o to use async_get() instead of async_get_registry() ( #47653 )
2021-03-09 14:32:08 +01:00
Erik Montnemery
87e7cebd36
Update tests c-h to use registry async_get ( #47652 )
2021-03-09 14:31:17 +01:00
Erik Montnemery
ba2978c693
Update tests p-s to use async_get() instead of async_get_registry() ( #47654 )
2021-03-09 14:28:32 +01:00
Erik Montnemery
b3fecb1c95
Update tests t-z to use async_get() instead of async_get_registry() ( #47655 )
2021-03-09 14:25:03 +01:00
Erik Montnemery
78b21b1ad1
Update tests a-b to use async_get() instead of async_get_registry() ( #47651 )
2021-03-09 14:24:34 +01:00
Erik Montnemery
3a054c3be7
Replace Entity.device_state_attributes with Entity.extra_state_attributes ( #47304 )
2021-03-09 13:58:43 +01:00
Shay Levy
19f67335ec
Revert Shelly temperature sensor name change ( #47664 )
2021-03-09 13:45:58 +01:00
Paulus Schoutsen
34b9e6f6fc
Shelly: set confirm only ( #47608 )
2021-03-09 13:13:43 +01:00
Paulus Schoutsen
a8844ff24a
Merge pull request #47645 from home-assistant/rc
2021-03-08 17:40:16 -08:00
Michael
8e58c3aa7b
Add error message to options flow if connection fails for nut integration ( #46972 )
2021-03-08 14:12:52 -10:00
J. Nick Koston
5d7b53603f
Harmony: set confirm only ( #47617 )
2021-03-08 15:44:55 -08:00
Paulus Schoutsen
b80c2d426c
Bumped version to 2021.3.3
2021-03-08 23:23:04 +00:00
Raman Gupta
b352c5840f
Update zwave_js supported features list to be static ( #47623 )
2021-03-08 23:22:47 +00:00
Shay Levy
9f6007b4e2
Fix Shelly logbook exception when missing COAP ( #47620 )
2021-03-08 23:22:47 +00:00
J. Nick Koston
58573dc74d
Fix turning off scene in homekit ( #47604 )
2021-03-08 23:22:46 +00:00
J. Nick Koston
a51ad137a1
Fix insteon fan speeds ( #47603 )
2021-03-08 23:22:45 +00:00
J. Nick Koston
9601cb7445
Ensure template fan value_template always determines on state ( #47598 )
2021-03-08 23:22:44 +00:00
J. Nick Koston
96b266b2e8
Fix turn on without speed in homekit controller ( #47597 )
2021-03-08 23:22:44 +00:00
Bram Kragten
3c1aac1034
Update frontend to 20210302.6 ( #47592 )
2021-03-08 23:22:43 +00:00
J. Nick Koston
0f115f6937
Ensure bond devices recover when wifi disconnects and reconnects ( #47591 )
2021-03-08 23:22:42 +00:00
Raman Gupta
f1fc6c4b25
Add fallback zwave_js entity name using node ID ( #47582 )
...
* add fallback zwave_js entity name using node ID
* add new fixture and test for name that was failing
2021-03-08 23:22:12 +00:00
Tony Roman
37f486941a
Allow running and restarting with both ozw and zwave active ( #47566 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-08 23:21:14 +00:00
Diogo Gomes
69f63129aa
Correct weather entities forecast time ( #47565 )
2021-03-08 23:21:14 +00:00
Martin Hjelmare
56efae3cb5
Fix mysensors unload clean up ( #47541 )
2021-03-08 23:21:13 +00:00
Martin Hjelmare
a2e00324a8
Fix mysensors device tracker ( #47536 )
2021-03-08 23:21:12 +00:00
Martin Hjelmare
e63f766c20
Bump pymysensors to 0.21.0 ( #47530 )
2021-03-08 23:21:11 +00:00
ollo69
e7717694a3
Fix AsusWRT wrong api call ( #47522 )
2021-03-08 23:21:11 +00:00
Martin Hjelmare
ba2b62305b
Fix mysensors notify platform ( #47517 )
2021-03-08 23:21:10 +00:00
Anders Melchiorsen
b25f846136
Fix Sonos polling mode ( #47498 )
2021-03-08 23:21:09 +00:00
J. Nick Koston
c1a5a18b53
Bump HAP-python to 3.4.0 ( #47476 )
...
* Bump HAP-python to 3.3.3
* bump
* fix mocking
2021-03-08 23:21:09 +00:00
Nathan Spencer
3b05a12e62
Adjust litterrobot tests and code to match guidelines ( #47060 )
...
* Use SwitchEntity instead of ToggleEntity and adjust test patches as recommended
* Move async_create_entry out of try block in config_flow
* Patch pypi package instead of HA code
* Bump pylitterbot to 2021.2.6, fix tests, and implement other code review suggestions
* Bump pylitterbot to 2021.2.8, remove sleep mode start/end time from vacuum, adjust and add sensors for sleep mode start/end time
* Move icon helper back to Litter-Robot component and isoformat times on time sensors
2021-03-08 23:21:08 +00:00
J. Nick Koston
1dd35ff059
Catch dhcp setup permission errors sooner ( #47639 )
...
This solves an unexpected thread exception on macs when running as
a user intead of root
2021-03-08 15:15:22 -08:00
unaiur
10eca5b986
Fix maxcube thermostat transition from off to heat mode ( #47643 )
...
Transition from HVAC_MODE_OFF to HVAC_MODE_HEAT are not executed because
target temperature is kept at OFF_TEMPERATURE, turning it into a no-op.
This change ensures that we increase the target temperature to at least
the minimum temperature when transitioning to HVAC_MODE_HEAT mode.
2021-03-08 15:14:24 -08:00
Raman Gupta
797ee81fc9
Update zwave_js supported features list to be static ( #47623 )
2021-03-08 15:11:54 -08:00
J. Nick Koston
d9ffb65898
Fix insteon fan speeds ( #47603 )
2021-03-08 14:20:21 -08:00
J. Nick Koston
6af754a7d3
Fix turning off scene in homekit ( #47604 )
2021-03-08 14:19:05 -08:00
Franck Nijhof
efe415f225
Upgrade aiohttp to 3.7.4.post0 ( #47627 )
2021-03-08 23:18:55 +01:00
Franck Nijhof
fbf8b68488
Upgrade sentry-sdk to 1.0.0 ( #47626 )
2021-03-08 23:13:18 +01:00
Diogo Gomes
ee25723468
Add option to reverse switch behaviour in KMTronic ( #47532 )
2021-03-08 22:56:24 +01:00
Oliver
520c4a8ee3
Update attrs to 20.3.0 ( #47642 )
2021-03-08 11:49:54 -10:00
Erik Montnemery
ea4f3e31d5
Include changed variables in automation trace ( #47549 )
...
* Include changed variables in automation trace
* Deduplicate some code
* Tweak
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Fix format
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-03-08 22:48:36 +01:00
Philip Allgaier
665e2c3473
Ensure bond light follows proper typing ( #47641 )
2021-03-08 21:53:44 +01:00
Shay Levy
215ab5fd40
Add type hints to LightEntity ( #47024 )
2021-03-08 21:21:45 +01:00
Erik Montnemery
a243adc551
Add WS command to get a summary of automation traces ( #47557 )
...
* Add WS command to get a summary of automation traces
* Update tests
* Correct rebase mistake, update tests
2021-03-08 20:30:52 +01:00
uvjustin
d9bf63103f
Fix I-frame interval in stream test video ( #47638 )
2021-03-08 11:23:57 -08:00
Paulus Schoutsen
67effbc8c4
Config flow to allow marking itself as confirm only ( #47607 )
2021-03-08 10:54:51 -08:00
J. Nick Koston
573c40cb11
Ensure bond devices recover when wifi disconnects and reconnects ( #47591 )
2021-03-08 10:44:28 -08:00
J. Nick Koston
b315fcab11
Fix turn on without speed in homekit controller ( #47597 )
2021-03-08 10:43:22 -08:00
ollo69
32476a3fed
Fix AsusWRT wrong api call ( #47522 )
2021-03-08 10:34:12 -08:00
Tony Roman
f9e33a4a0d
Allow running and restarting with both ozw and zwave active ( #47566 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-08 10:26:08 -08:00
J. Nick Koston
65776ef980
Remove self as code owner for mylink ( #46242 )
...
Sadly these devices turn out to be so unreliable that I
gave up on them and replaced them with bond (bondhome.io)
devices which have been rock solid
2021-03-08 07:40:39 -10:00
J. Nick Koston
9d14ff8105
Add suggested_area support to Apple TV ( #47015 )
2021-03-08 07:39:57 -10:00
Czapla
8018097c54
Add title key to allow mobile app title translation to other languages ( #46593 )
2021-03-08 18:37:37 +01:00
J. Nick Koston
53952b9662
Ensure template fan value_template always determines on state ( #47598 )
2021-03-08 18:34:34 +01:00
Erik Montnemery
8fe51b8ea7
Store automation traces indexed by run_id ( #47509 )
...
* Store traces indexed by run_id
* Format
* Add test
* Add test
* Clarify comment
2021-03-08 18:04:41 +01:00
B-Hartley
ee2658f9e6
Add (some) of ZCL concentration clusters to ZHA component ( #47590 )
...
* Update registries.py
Add concentration clusters recently added to zigpy
* Update measurement.py
Add concentration clusters recently added to ZigPy
* Update sensor.py
Add concentration clusters recently added to ZigPy
* Update sensor.py
remove unnecessary tabs
* Update measurement.py
remove unnecessary tabs
* Update sensor.py
Just adding CO and CO2 for now.
* Update registries.py
Just adding CO2 and CO for now.
* Update measurement.py
Just adding CO2 and CO for now
* Update sensor.py
import const CONCENTRATION_PARTS_PER_MILLION
* Update registries.py
removed trailing whitespace
* Update sensor.py
added extra blank lines and removed trailing whitespace
* Update measurement.py
added extra blank lines and removed trailing whitespace
* Update sensor.py
add device classes for CO and CO2
2021-03-08 11:22:13 -05:00
Shay Levy
24db0ff956
Fix Shelly logbook exception when missing COAP ( #47620 )
2021-03-08 15:59:54 +01:00
Franck Nijhof
197687399d
Upgrade pillow to 8.1.2 ( #47619 )
2021-03-08 14:26:52 +01:00
Matt Zimmerman
9774ada4aa
Code cleanup for SmartTub integration ( #47584 )
2021-03-08 14:05:39 +01:00
Evgeny
cf507b51cb
Add feels like temperature sensor to OpenWeatherMap ( #47559 )
2021-03-08 13:51:26 +01:00
Alexei Chetroi
f3c71a69f0
Allow 10mV precision for ZHA battery sensor entities ( #47520 )
2021-03-08 07:37:33 -05:00
Adam Ernst
ad86eb4be3
Add support for Flo "pucks" ( #47074 )
...
So far the Flo integration only supports shutoff valves. Add support for Flo leak detector pucks, which measure temperature and humidity in addition to providing leak alerts.
2021-03-08 07:36:03 -05:00
Franck Nijhof
d37fb7d88d
Upgrade pre-commit to 2.11.0 ( #47618 )
2021-03-08 13:03:39 +01:00
Franck Nijhof
457db1d0c3
Upgrade elgato to 2.0.1 ( #47616 )
2021-03-08 12:57:27 +01:00
Chris Talkington
597d8eaa4c
Update rokuecp to 0.8.1 ( #47589 )
2021-03-08 12:15:08 +01:00
dependabot[bot]
629700c97c
Bump actions/stale from v3.0.17 to v3.0.18 ( #47612 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from v3.0.17 to v3.0.18.
- [Release notes](https://github.com/actions/stale/releases )
- [Commits](https://github.com/actions/stale/compare/v3.0.17...3b3c3f03cd4d8e2b61e179ef744a0d20efbe90b4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 10:37:42 +01:00
Raman Gupta
1d387e12cc
Add fallback zwave_js entity name using node ID ( #47582 )
...
* add fallback zwave_js entity name using node ID
* add new fixture and test for name that was failing
2021-03-08 09:08:17 +01:00
Bram Kragten
683425876f
Update frontend to 20210302.6 ( #47592 )
2021-03-07 21:45:15 -08:00
Alex
a066f84828
Remove @newAM from hdmi_cec codeowners ( #47542 )
2021-03-07 12:49:13 -05:00
Austin Mroczek
7050c71524
Round miles in myChevy sensors ( #46879 )
2021-03-07 07:46:14 -10:00
Diogo Gomes
d3bd2378ba
Correct weather entities forecast time ( #47565 )
2021-03-07 16:07:02 +01:00
Martin Hjelmare
d85d1a65a7
Fix mysensors unload clean up ( #47541 )
2021-03-07 14:20:21 +01:00
tkdrob
13d4d7039e
Clean up kmtronic ( #47537 )
2021-03-07 14:15:43 +01:00
tkdrob
07fd1b3b43
Clean up Lutron Caseta ( #47534 )
2021-03-07 14:14:15 +01:00
Jan-Philipp Litza
4018d0a152
Correctly close lacrosse on homeassistant stop ( #47555 )
...
Since lacrosse.close() takes no arguments, but was directly added as a
listener to EVENT_HOMEASSISTANT_STOP, the following occured on shutdown:
Traceback (most recent call last):
File "/usr/lib/python/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
TypeError: close() takes 1 positional argument but 2 were given
2021-03-07 13:53:48 +01:00
Robert Svensson
48f1a55a28
Improve common structure in UniFi device tracker tests ( #47526 )
2021-03-07 13:20:04 +01:00
Anders Melchiorsen
c8c394ef91
Increase ESPHome log level on first connection failure ( #47547 )
2021-03-07 11:36:28 +01:00
J. Nick Koston
0d07dae3bc
Change default homekit ports to 21063 and 21064 ( #47491 )
...
We previously used a value in the linux default ephemerial port range
which meant that if something else happened to use that port HomeKit
would not start up. We now use a value below 32768 to ensure that
the port is not randomly unavailable
2021-03-06 21:41:56 -10:00
J. Nick Koston
2e89f152ba
Bump HAP-python to 3.4.0 ( #47476 )
...
* Bump HAP-python to 3.3.3
* bump
* fix mocking
2021-03-07 01:30:57 +01:00
Alexei Chetroi
79b5ca9415
Add device classes for CO and CO2 measurements ( #47487 )
2021-03-07 00:52:43 +01:00
N1c093
9101ed2732
Add precipitation probability forecast to owm ( #47284 )
...
* Add precipitation probability forecast to owm
* Update weather_update_coordinator.py
Reformat the code based on black
2021-03-07 00:48:22 +01:00
Martin Hjelmare
f542b360d5
Fix mysensors device tracker ( #47536 )
2021-03-06 23:41:43 +01:00
Franck Nijhof
b01a6367cc
Complete typing on AdGuard Home integration ( #47477 )
2021-03-06 23:19:03 +01:00
Martin Hjelmare
d944bbbc52
Bump pymysensors to 0.21.0 ( #47530 )
2021-03-06 23:06:50 +01:00
Martin Hjelmare
1600207f5c
Fix mysensors notify platform ( #47517 )
2021-03-06 18:33:55 +01:00
Nathan Spencer
e9052233a6
Adjust litterrobot tests and code to match guidelines ( #47060 )
...
* Use SwitchEntity instead of ToggleEntity and adjust test patches as recommended
* Move async_create_entry out of try block in config_flow
* Patch pypi package instead of HA code
* Bump pylitterbot to 2021.2.6, fix tests, and implement other code review suggestions
* Bump pylitterbot to 2021.2.8, remove sleep mode start/end time from vacuum, adjust and add sensors for sleep mode start/end time
* Move icon helper back to Litter-Robot component and isoformat times on time sensors
2021-03-06 17:28:33 +01:00
uvjustin
14f85d8731
Disable audio stream when ADTS AAC detected ( #47441 )
...
* Disable audio stream when ADTS AAC detected
* Use context manager for memoryview
* Fix tests
* Add test
* Fix tests
* Change FakePacket bytearray size to 3
2021-03-06 16:40:49 +01:00
Erik Montnemery
2f9d03d115
Merge action and condition traces ( #47373 )
...
* Merge action and condition traces
* Update __init__.py
* Add typing to AutomationTrace
* Make trace_get prepare a new trace by default
* Correct typing of trace_cv
* Fix tests
2021-03-06 12:57:21 +01:00
Ville Skyttä
022184176a
Upgrade upcloud-api to 1.0.1 ( #47501 )
...
https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/0.4.6
https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v1.0.0
https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v1.0.1
2021-03-06 12:36:20 +01:00
FidgetyRat
4cade4b736
Add OPENING & CLOSING state to MySensors cover ( #47285 )
...
* Added OPENING & CLOSING State Support
Added support for OPENING and CLOSING states using a combination of
the required V_ variables. Simplified the determination of the
cover's state by use of a new enumeration and single method allowing
the state to be used by all three HomeAssistant query methods.
* Fixes for HomeAssistant Style
Corrections to style to allow flake8, isort, and black to pass.
* Peer Review Changes
Added @unique to the main enumeration. Removed unnecessary parens from
door state logic. Reordered CLOSING and CLOSED in the enumeration.
2021-03-06 10:26:04 +01:00
Anders Melchiorsen
c7718f2b3b
Fix Sonos polling mode ( #47498 )
2021-03-06 10:21:00 +01:00
Paulus Schoutsen
1145c30c4b
Merge pull request #47490 from home-assistant/rc
2021-03-05 16:22:59 -08:00
Paulus Schoutsen
939da2403f
Bumped version to 2021.3.2
2021-03-05 23:38:27 +00:00
Franck Nijhof
10dae253e5
Complete typing on Verisure integration ( #47482 )
2021-03-05 15:37:56 -08:00
Phil Bruckner
ef79d24a8c
Bump amcrest package version to 1.7.1 ( #47483 )
2021-03-05 23:37:55 +00:00
Raman Gupta
55c1b67de4
Update zwave_js.refresh_value service description ( #47469 )
2021-03-05 23:37:54 +00:00
Paulus Schoutsen
90e0801c1b
Raise error instead of crashing when template passed to call service target ( #47467 )
2021-03-05 23:37:54 +00:00
Raman Gupta
65859b4107
Bump zwave-js-server-python to 0.21.1 ( #47464 )
2021-03-05 23:37:52 +00:00
functionpointer
6c45a7d533
Use conn_made callback in MySensors ( #47463 )
2021-03-05 23:37:52 +00:00
Bram Kragten
ddc6cd6da1
Update frontend to 20210302.5 ( #47462 )
2021-03-05 23:37:51 +00:00
Joakim Plate
a4369fc352
Bump version with fix for v1 ( #47458 )
2021-03-05 23:37:50 +00:00
Franck Nijhof
d11da43551
Fix Hue scene overriding Hue default transition times ( #47454 )
2021-03-05 23:37:49 +00:00
Tobias Sauerwein
f99ef25f88
Fix issue at Netatmo startup ( #47452 )
2021-03-05 23:37:49 +00:00
mvn23
9fa0de8600
Update pyotgw to 1.1b1 ( #47446 )
2021-03-05 23:37:48 +00:00
Paulus Schoutsen
4c181bbfe5
Raise error instead of crashing when template passed to call service target ( #47467 )
2021-03-05 15:34:18 -08:00
Franck Nijhof
8f31b09b55
Complete typing on TwenteMilieu integration ( #47480 )
2021-03-05 15:33:26 -08:00
Phil Bruckner
2472dad1fa
Bump amcrest package version to 1.7.1 ( #47483 )
2021-03-05 15:05:36 -08:00
ollo69
292f4262aa
Move AsusWrt sensors update logic in router module ( #46606 )
2021-03-05 23:40:04 +01:00
Alexei Chetroi
a12b98e30e
Update ZHA dependencies ( #47479 )
2021-03-05 17:01:54 -05:00
Robert Svensson
50d3aae418
Improve restoring UniFi POE entity state ( #47148 )
...
* Improve restoring data and better handling when the restore data is empty
Improve readability of some logic related to POE clients
* There is no need to check clients_all in Switch platform
* Add better tests when restoring state
* Port except handling shouldn't be needed anymore
* Walrusify get_last_state
2021-03-05 22:09:05 +01:00
Franck Nijhof
02e723f206
Typing tweak to the Elgato integration ( #47471 )
2021-03-05 21:48:02 +01:00
Tobias Sauerwein
b3c33fc1be
Fix issue at Netatmo startup ( #47452 )
2021-03-05 21:41:55 +01:00
Robert Svensson
793929f2ea
Increase test coverage of UniFi integration ( #46347 )
...
* Increase coverage of init
* Increase coverage of config_flow
* Improve coverage of controller
* Minor improvement to switch test
* Fix review comment
* Mock websocket class
* Replace the rest of the old websocket event tests
* Improve websocket fixture for cleaner tests
* Fix typing
* Improve connection state signalling based on Martins feedback
* Improve tests of reconnection_mechanisms based on Martins review comments
* Fix unload entry
* Fix isort issue after rebase
* Fix martins comment on not using caplog
* Fix wireless clients test
* Fix martins comments on wireless clients test
2021-03-05 21:28:41 +01:00
Emily Mills
7c08592b5a
Convert kulersky to use new async backend ( #47403 )
2021-03-05 14:24:55 -06:00
Raman Gupta
6debf52e9b
Update zwave_js.refresh_value service description ( #47469 )
2021-03-05 20:57:06 +01:00
Franck Nijhof
61be29117d
Deprecate HomeKit auto start ( #47470 )
2021-03-05 11:51:49 -08:00
mvn23
ab0a5bccab
Update pyotgw to 1.1b1 ( #47446 )
2021-03-05 20:22:40 +01:00
functionpointer
a2ee7d598b
Use conn_made callback in MySensors ( #47463 )
2021-03-05 20:21:24 +01:00
Emily Mills
a547d0fea2
Prevent Zerproc leaving open unnecessary connections ( #47401 )
...
* Zerproc: Prevent leaving open unnecessary connections
* Fix config entry unloading
2021-03-05 13:14:03 -06:00
tkdrob
3baeed3684
Clean up constants ( #47323 )
2021-03-05 19:08:04 +01:00
Franck Nijhof
cc99fd5e32
Fix Hue scene overriding Hue default transition times ( #47454 )
2021-03-05 09:43:26 -08:00
Joakim Plate
f2a2dbb561
Bump version with fix for v1 ( #47458 )
2021-03-05 09:42:20 -08:00
Bram Kragten
a6c5e79de2
Update frontend to 20210302.5 ( #47462 )
2021-03-05 09:42:08 -08:00
Raman Gupta
cad5e67588
Bump zwave-js-server-python to 0.21.1 ( #47464 )
2021-03-05 09:41:36 -08:00
Anders Melchiorsen
79ebe930e3
Limit log spam by ESPHome ( #47456 )
2021-03-05 16:16:07 +01:00
uvjustin
864380e77c
Add allenporter to stream codeowners ( #47431 )
2021-03-05 15:51:07 +01:00
Paul Dee
6a4b755faf
Spellcheck on Synology component ( #47451 )
2021-03-05 15:36:07 +01:00
Paulus Schoutsen
91ac4554a2
Merge pull request #47422 from home-assistant/rc
2021-03-04 17:17:29 -08:00
Martin Hjelmare
d9542c2efe
Only create snapshot if add-on update will be done ( #47424 )
2021-03-05 00:38:53 +00:00
Martin Hjelmare
0350a6ed21
Only create snapshot if add-on update will be done ( #47424 )
2021-03-04 16:38:33 -08:00
Paulus Schoutsen
915ee2f4ee
Bumped version to 2021.3.1
2021-03-05 00:22:31 +00:00
Franck Nijhof
ff86f64806
Fix older Roborock models ( #47412 )
2021-03-05 00:21:55 +00:00
Raman Gupta
25ff2e745d
Bump zwave-js-server-python to 0.21.0 ( #47408 )
...
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com >
2021-03-05 00:18:18 +00:00
Raman Gupta
f53cff49d5
Don't convert Climacell forecast temperatures to celsius because platform does it automatically ( #47406 )
2021-03-05 00:18:17 +00:00
Aaron Bach
36a2521799
Fix AirVisual exception when config entry contains old integration type ( #47405 )
2021-03-05 00:18:16 +00:00
Raman Gupta
ee55a04b4b
Fix Climacell timezone issue with daily forecasts ( #47402 )
2021-03-05 00:18:15 +00:00
Sebastian Muszynski
6724d86565
Fix measurement unit ( Closes : #47390 ) ( #47398 )
2021-03-05 00:18:14 +00:00
J. Nick Koston
14dca8e783
Map silent as a preset mode for fan backcompat ( #47396 )
...
The original change did not map silent as a preset mode
because it was not clear if it was a speed or a preset.
2021-03-05 00:18:14 +00:00
Christophe Painchaud
1817147995
Fix RFLink TCP KeepAlive error log ( #47395 )
2021-03-05 00:18:13 +00:00
Eric Severance
0bf3dea40c
Revert "Speed-up wemo discovery ( #46821 )" ( #47392 )
...
This reverts commit 6e52b26c06 .
2021-03-05 00:18:12 +00:00
Bram Kragten
5685b4aa33
Update frontend to 20210302.4 ( #47383 )
2021-03-05 00:18:11 +00:00
Martin Hjelmare
ef9b9663c5
Fix access of missing zwave_js climate unit value ( #47380 )
2021-03-05 00:18:11 +00:00
Franck Nijhof
d83ccdc97a
Don't raise on known non-matching states in numeric state condition ( #47378 )
2021-03-05 00:18:10 +00:00
Martin Hjelmare
c0840e22dc
Fix zwave_js manual reconfiguration of add-on managed entry ( #47364 )
2021-03-05 00:18:09 +00:00
Anders Melchiorsen
33c3566106
Catch ConditionError in generic_thermostat climate ( #47359 )
2021-03-05 00:18:09 +00:00
Martin Hjelmare
d175ac8e0d
Make zwave_js add-on manager more flexible ( #47356 )
2021-03-05 00:18:08 +00:00
starkillerOG
c2f7a38d09
Fix Xiaomi Miio setup of switch entity for lumi.acpartner.v3 ( #47345 )
2021-03-05 00:18:07 +00:00
Raman Gupta
ee69e93b46
Bump zwave-js-server-python to 0.21.0 ( #47408 )
...
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com >
2021-03-04 16:15:50 -08:00
Christophe Painchaud
a1faba29f0
Fix RFLink TCP KeepAlive error log ( #47395 )
2021-03-05 01:09:54 +01:00
Cooper Dale
35d5522e79
Fix typo in docs link for forked_daapd ( #47413 )
...
corrected link to existing site
2021-03-05 00:58:42 +01:00
Tobias Sauerwein
c3bddc0fa6
Update browse_media.py ( #47414 )
2021-03-04 23:35:39 +01:00
Martin Hjelmare
682943511a
Make zwave_js add-on manager more flexible ( #47356 )
2021-03-04 14:14:24 -08:00
Petru Paler
7ed80d6c39
Update Solax library to 0.2.6 ( #47384 )
2021-03-04 22:29:19 +01:00
Franck Nijhof
6f7179dce9
Fix older Roborock models ( #47412 )
2021-03-04 13:27:59 -08:00
Raman Gupta
74746125ce
Fix Climacell timezone issue with daily forecasts ( #47402 )
2021-03-04 13:21:56 -08:00
Aaron Bach
fa8ded5ad8
Fix AirVisual exception when config entry contains old integration type ( #47405 )
2021-03-04 13:20:08 -08:00
Raman Gupta
972baa2ce4
Don't convert Climacell forecast temperatures to celsius because platform does it automatically ( #47406 )
2021-03-04 13:15:27 -08:00
Sebastian Muszynski
541e166317
Fix measurement unit ( Closes : #47390 ) ( #47398 )
2021-03-04 13:12:04 -08:00
Martin Hjelmare
5ced7395f3
Fix access of missing zwave_js climate unit value ( #47380 )
2021-03-04 13:11:38 -08:00
Martin Hjelmare
d64fe6ea32
Fix zwave_js manual reconfiguration of add-on managed entry ( #47364 )
2021-03-04 13:11:07 -08:00
Bram Kragten
cea4808db8
Update frontend to 20210302.4 ( #47383 )
2021-03-04 13:09:51 -08:00
Franck Nijhof
7a8b7224c8
Don't raise on known non-matching states in numeric state condition ( #47378 )
2021-03-04 13:09:08 -08:00
Eric Severance
f05f60c4c4
Revert "Speed-up wemo discovery ( #46821 )" ( #47392 )
...
This reverts commit 6e52b26c06 .
2021-03-04 13:07:42 -08:00
J. Nick Koston
62d8e47c51
Map silent as a preset mode for fan backcompat ( #47396 )
...
The original change did not map silent as a preset mode
because it was not clear if it was a speed or a preset.
2021-03-04 13:02:50 -08:00
starkillerOG
b58f9ce33a
Fix Xiaomi Miio setup of switch entity for lumi.acpartner.v3 ( #47345 )
2021-03-04 21:53:09 +01:00
Anders Melchiorsen
b49a672fd5
Catch ConditionError in generic_thermostat climate ( #47359 )
2021-03-04 21:47:24 +01:00
Franck Nijhof
208a104e96
Fix secrets in files included via include_dir_list ( #47350 )
2021-03-04 09:33:35 -08:00
Erik Montnemery
17401cbc29
Initial automation tracing ( #46755 )
...
* Initial prototype of automation tracing
* Small fixes
* Lint
* Move trace helpers to its own file
* Improve trace for state and numeric_state conditions
* Tweaks + apply suggestions from code review
* Index traces by automation_id, trace while script is running
* Refactor condition tracing
* Improve WS API to get traces for single automation
* Add tests
* Fix imports
* Fix imports
* Address review comments
* Cap logging of loops
* Remove unused ContextVar action_config
2021-03-04 14:16:24 +01:00
Chris
6d478804e7
Add LZW36 device schema to zwave_js discovery ( #47314 )
...
* Add LZW26 device schema to discovery
Co-authored-by: @kpine
* Update homeassistant/components/zwave_js/discovery.py
Co-authored-by: kpine <keith.pine@gmail.com >
* Add tests
* Fix test
Co-authored-by: kpine <keith.pine@gmail.com >
2021-03-04 00:32:37 +01:00
tkdrob
53e62a897b
Fix grammar in pi_hole logs ( #47324 )
2021-03-04 00:20:35 +01:00
Franck Nijhof
e9785fcd3d
Merge pull request #47319 from home-assistant/rc
2021-03-03 20:05:36 +01:00
Franck Nijhof
b711686e10
Bumped version to 2021.3.0
2021-03-03 19:17:17 +01:00
Paulus Schoutsen
584ad07567
Simplify switch light ( #47317 )
2021-03-03 19:16:25 +01:00
Erik Montnemery
a89ba0ed8e
Improve behaviour when disabling or enabling config entries ( #47301 )
2021-03-03 19:16:21 +01:00
Paulus Schoutsen
e6a6b2a680
Simplify switch light ( #47317 )
2021-03-03 10:13:04 -08:00
Erik Montnemery
504e5b77ca
Improve behaviour when disabling or enabling config entries ( #47301 )
2021-03-03 10:12:37 -08:00
Joakim Plate
7626aa5c94
Philips JS correct post review comments ( #47247 )
2021-03-03 18:51:58 +01:00
Bram Kragten
15c89ebada
Update frontend to 20210302.3 ( #47310 )
2021-03-03 16:01:30 +01:00
Raman Gupta
24919e99b8
Correct climacell device info ( #47292 )
2021-03-03 16:01:26 +01:00
Martin Hjelmare
099c9c59cb
Fix Supervisor platform coordinator data lookup ( #47308 )
2021-03-03 14:37:36 +01:00
Bram Kragten
c192a44e87
Update frontend to 20210302.3 ( #47310 )
2021-03-03 14:35:58 +01:00
Nick Adams
cc72cf0c0d
Update izone services.yaml and remove entity_id from schema. ( #47305 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-03-03 11:51:40 +01:00
Erik Montnemery
b147ba1377
Correct gogogate2 battery sensor attributes ( #47302 )
2021-03-03 10:20:48 +01:00
Milan Meulemans
8f3c2573e2
Remove name from keenetic-ndms2 strings ( #47113 )
2021-03-03 10:12:26 +01:00
Matt Zimmerman
9022b90945
bump python-smarttub to 0.0.19 ( #47294 )
2021-03-03 07:04:17 +01:00
J. Nick Koston
32fe4fa378
Add activity properties to remote entity model ( #47237 )
2021-03-02 17:57:36 -10:00
Raman Gupta
6019bcf9d1
Correct climacell device info ( #47292 )
2021-03-03 01:55:10 +01:00
Matthias Alphart
ce8871ef59
KNX remove custom deprecation warnings ( #47238 )
2021-03-03 00:50:40 +01:00
Paulus Schoutsen
da2c7dc743
Bumped version to 2021.3.0b7
2021-03-02 22:37:27 +00:00
Raman Gupta
f74b88a29c
Bump zwave-js-server-python to 0.20.1 ( #47289 )
2021-03-02 22:36:52 +00:00
Raman Gupta
eb981fb007
Convert climacell forecast timestamp to isoformat so that UI shows the right times ( #47286 )
2021-03-02 22:36:51 +00:00
Alexei Chetroi
39b9ad0ca0
Update ZHA dependencies ( #47282 )
2021-03-02 22:36:50 +00:00
Bram Kragten
ebb9008c27
Update frontend to 20210302.0 ( #47278 )
2021-03-02 22:36:49 +00:00
Tobias Sauerwein
4b9c148989
Fix issue when setting boost preset for a turned off Netatmo thermostat ( #47275 )
2021-03-02 22:36:49 +00:00
Aaron Bach
b8bc0a7fe9
Bump simplisafe-python to 9.6.9 ( #47273 )
2021-03-02 22:36:48 +00:00
Erik Montnemery
7a6edf9725
Make MQTT number respect retain setting ( #47270 )
2021-03-02 22:36:47 +00:00
Raman Gupta
6c5c3233f1
Add raw values to zwave_js value notification event ( #47258 )
...
* add value_raw to value notification event that always shows the untranslated state value
* add property key and property to event params
2021-03-02 22:36:46 +00:00
Paulus Schoutsen
d7f4416421
Fix Alexa doorbells ( #47257 )
2021-03-02 22:36:45 +00:00
Martin Hjelmare
23049955f8
Add zwave_js add-on manager ( #47251 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-02 22:36:45 +00:00
Franck Nijhof
d88ee3bf4a
Upgrade pillow to 8.1.1 ( #47223 )
2021-03-02 22:36:44 +00:00
Simone Chemelli
dddf28b138
Limit log spam by ConfigEntryNotReady ( #47201 )
2021-03-02 22:36:42 +00:00
HomeAssistant Azure
13516aa90c
[ci skip] Translation update
2021-03-02 22:35:04 +00:00
HomeAssistant Azure
d81155327a
[ci skip] Translation update
2021-03-02 22:35:04 +00:00
HomeAssistant Azure
3b459cd59a
[ci skip] Translation update
2021-03-02 22:35:03 +00:00
HomeAssistant Azure
be4de15a10
[ci skip] Translation update
2021-03-02 22:35:03 +00:00
HomeAssistant Azure
ab5173c4cf
[ci skip] Translation update
2021-03-02 22:35:03 +00:00
Martin Hjelmare
d3721bcf26
Add zwave_js add-on manager ( #47251 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-03-02 14:22:42 -08:00
Raman Gupta
e443597b46
Bump zwave-js-server-python to 0.20.1 ( #47289 )
2021-03-02 23:09:50 +01:00
Raman Gupta
c327f3fc42
Convert climacell forecast timestamp to isoformat so that UI shows the right times ( #47286 )
2021-03-02 13:25:09 -08:00
Raman Gupta
42af775f53
Add raw values to zwave_js value notification event ( #47258 )
...
* add value_raw to value notification event that always shows the untranslated state value
* add property key and property to event params
2021-03-02 16:10:30 -05:00
Tobias Sauerwein
d20659d2ee
Fix issue when setting boost preset for a turned off Netatmo thermostat ( #47275 )
2021-03-02 13:02:59 -08:00
Franck Nijhof
1926941d8e
Upgrade pillow to 8.1.1 ( #47223 )
2021-03-02 13:02:41 -08:00
Paulus Schoutsen
2df644c6cc
Clean up secret loading ( #47034 )
2021-03-02 12:58:53 -08:00
Simone Chemelli
17444e2f2f
Limit log spam by ConfigEntryNotReady ( #47201 )
2021-03-02 12:50:28 -08:00
Quentame
198ecb0945
Uniformize platform setup ( #47101 )
...
* A platform is not a component
* Fix dynalite
* SUPPORTED_PLATFORMS --> PLATFORMS
* In tests
* In tests 2
* Fix SmartThings
* Fix ZHA test
* Fix Z-Wave
* Revert Z-Wave
* Use PLATFORMS const in ambient_station
* Fix ihc comment
2021-03-02 21:43:59 +01:00
Quentame
ca54de095d
Add disk sensor to Freebox ( #46689 )
...
* Add disk sensor to Freebox
* Add debug logging into sensors
* Remove useless sensor[X] assignement in disk sensor
2021-03-02 21:23:02 +01:00
Ville Skyttä
b0c873dd34
Upgrade isort to 5.7.0 ( #47279 )
...
https://pycqa.github.io/isort/CHANGELOG/#570-december-30th-2020
2021-03-02 21:16:11 +01:00
Alexei Chetroi
7ef174fb5e
Update ZHA dependencies ( #47282 )
2021-03-02 21:12:30 +01:00
Aaron Bach
112b039107
Bump simplisafe-python to 9.6.9 ( #47273 )
2021-03-02 12:19:04 -07:00
Bram Kragten
8e80e428d0
Update frontend to 20210302.0 ( #47278 )
2021-03-02 20:15:09 +01:00
Rene Lehfeld
2272925699
Add force_update to tasmota sensors ( #47052 )
...
* Add force update also to non-binary sensors as e.g. POWER Measurement agerage cannot be calculated otherwise. This is the same behavior as set with the obsolete tasmota detection
* add tests in binary_sensor and test_sensor for force_update flag
* satisfy flake8
* next try for force_update test but this time on the entity object which is the correct level
* once again satisfy flake8
* one more try for a test
* fix typo
* satisfy black
2021-03-02 18:57:14 +01:00
Franck Nijhof
4904207f77
Fix izone flake8 error ( #47276 )
2021-03-02 16:58:02 +01:00
Paulus Schoutsen
2ebca88950
Fix Alexa doorbells ( #47257 )
2021-03-02 15:13:45 +01:00
Erik Montnemery
959181a2e9
Make MQTT number respect retain setting ( #47270 )
2021-03-02 14:28:31 +01:00
Nick Adams
027d125617
Add services for izone airflow min/max ( #45727 )
...
* Create airflow_min and airflow_max services for the izone component
* Bump pizone library requirement
2021-03-02 20:58:41 +08:00
Quentame
6b9abfc2c6
Add init test to Freebox ( #46998 )
...
* Add init test to Freebox
* Review : more readable conftest
* Expect 2 blank lines between defs
* Review : Not I/O in the event loop
* Fix test_setup test
* remove useless const
* Review : mock setup methods
* Add service test
* Add import test
2021-03-02 13:37:33 +01:00
tkdrob
ab53b49d3f
Clean up constants ( #46948 )
...
* Clean up constants
* clean up humidifier constants
* fix tests
* fix prometheus tests
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com >
2021-03-02 12:52:00 +01:00
Ville Skyttä
dc880118a4
Lint suppression cleanups ( #47248 )
...
* Unused pylint suppression cleanups
* Remove outdated pylint bug references
* Add flake8-noqa config and note to run it every now and then
* Add codes to noqa's
* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
J. Nick Koston
38a2f196b8
Fix typing on fan percentage ( #47259 )
2021-03-02 08:32:24 +01:00
Erik Montnemery
7e71050669
Add battery sensor for gogogate2 wireless door sensor ( #47145 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-03-01 17:34:37 -10:00
Paulus Schoutsen
ec95474604
Bumped version to 2021.3.0b6
2021-03-02 01:17:40 +00:00
Paulus Schoutsen
3117e47e1b
Revert "Fix the updater schema ( #47128 )" ( #47254 )
...
This reverts commit 98be703d90 .
2021-03-02 01:17:26 +00:00
Bram Kragten
bd29d82728
Update frontend to 20210301.0 ( #47252 )
2021-03-02 01:17:26 +00:00
Raman Gupta
88d29bcf20
Add suggested area for zwave_js devices ( #47250 )
2021-03-02 01:17:25 +00:00
J. Nick Koston
3ebe31e172
Fix lutron caseta fan handling of speed off ( #47244 )
2021-03-02 01:17:24 +00:00
Aaron Bach
8cf0fcc7f3
Bump simplisafe-python to 9.6.8 ( #47241 )
2021-03-02 01:17:24 +00:00
Erik Montnemery
118c996a9f
Pass variables to initial evaluation of template trigger ( #47236 )
...
* Pass variables to initial evaluation of template trigger
* Add test
* Clarify test
2021-03-02 01:17:23 +00:00
Shay Levy
c411f0dcdc
Fix Shelly Polling ( #47224 )
2021-03-02 01:17:22 +00:00
starkillerOG
30ccd33e7f
Fix Xiaomi Miio flow unique_id for non discovery flows ( #47222 )
2021-03-02 01:17:22 +00:00
Franck Nijhof
acdad8a28c
Fix duplicate template handling in Persistent Notifications ( #47217 )
2021-03-02 01:17:21 +00:00
J. Nick Koston
c28903103d
Fix harmony failing to switch activities when a switch is in progress ( #47212 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-03-02 01:17:20 +00:00
Erik Montnemery
b2a3c35e3a
Fix race when disabling config entries ( #47210 )
...
* Fix race when disabling config entries
* Remove unused constant
2021-03-02 01:17:19 +00:00
Max Chodorowski
ea65f612cc
Fix number of reported issues by github integration ( #47203 )
2021-03-02 01:17:19 +00:00
Marcel van der Veldt
819738a15c
Update color logic for zwave_js light platform ( #47110 )
...
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com >
2021-03-02 01:17:18 +00:00
Marcel van der Veldt
853d9ac4a9
Update color logic for zwave_js light platform ( #47110 )
...
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com >
2021-03-01 17:12:49 -08:00
stephan192
7bc2328802
Remove rounding from The Things Network ( #47157 )
2021-03-01 17:00:42 -08:00
J. Nick Koston
d02218ff30
Fix harmony failing to switch activities when a switch is in progress ( #47212 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-03-01 16:56:42 -08:00
Milan Meulemans
cb99969845
Fix typo in plaato strings ( #47245 )
2021-03-01 16:34:39 -08:00
Franck Nijhof
d1afef843b
Deprecate LIFX Legacy integration ( #47235 )
2021-03-01 16:34:14 -08:00
Franck Nijhof
4f9f870e7d
Fix duplicate template handling in Persistent Notifications ( #47217 )
2021-03-01 16:27:26 -08:00
Paulus Schoutsen
cc6293623f
Revert "Fix the updater schema ( #47128 )" ( #47254 )
...
This reverts commit 98be703d90 .
2021-03-01 16:12:48 -08:00
Aaron Bach
3ee589d973
Bump simplisafe-python to 9.6.8 ( #47241 )
2021-03-01 17:08:36 -07:00
Bram Kragten
036ce55bea
Update frontend to 20210301.0 ( #47252 )
2021-03-01 15:32:39 -08:00
Raman Gupta
3e34bb3e89
Add suggested area for zwave_js devices ( #47250 )
2021-03-01 15:24:55 -08:00
Joakim Plate
c6cfcc2abb
Add remote control support to philips_js ( #47249 )
2021-03-01 15:21:10 -08:00
J. Nick Koston
2e65a60624
Fix lutron caseta fan handling of speed off ( #47244 )
2021-03-01 15:18:47 -08:00
Erik Montnemery
96cc17b462
Add support for a list of known hosts to Google Cast ( #47232 )
2021-03-01 15:18:18 -08:00
Erik Montnemery
dd9e926689
Pass variables to initial evaluation of template trigger ( #47236 )
...
* Pass variables to initial evaluation of template trigger
* Add test
* Clarify test
2021-03-01 23:34:26 +01:00
Matthias Alphart
3fda9fd0c6
KNX address constant ( #47196 )
2021-03-01 21:59:36 +01:00
Raman Gupta
3c290c9a44
Address late hassio review ( #47229 )
...
* hassio code cleanup to address comments in #46342
* fix code
2021-03-01 12:10:51 -05:00
Dermot Duffy
61f509bdd8
Minor Hyperion mypy cleanups ( #45765 )
2021-03-01 18:10:28 +01:00
Shay Levy
adad4a7785
Fix Shelly Polling ( #47224 )
2021-03-01 17:27:43 +01:00
Dermot Duffy
be8584c0bc
Overhaul command_line tests ( #46682 )
2021-03-01 17:27:04 +01:00
jdeath
3ebd5aff98
Bump mcstatus to 5.1.1 ( #47169 )
2021-03-01 16:35:47 +01:00
Franck Nijhof
5cb2fdb6f7
Upgrade spotipy to 2.17.1 ( #47228 )
2021-03-01 16:02:55 +01:00
Franck Nijhof
93d4e46bb6
Upgrade coverage to 5.5 ( #47227 )
2021-03-01 15:37:03 +01:00
Matt Zimmerman
947f6ea51e
Parameterize SmartTub tests ( #47189 )
...
* Parameterize SmartTub tests
* parameterize light service calls
* remove stray print()
* add comment
2021-03-01 13:53:57 +01:00
Franck Nijhof
a2b13785c2
Restore pylint concurrency ( #47221 )
2021-03-01 13:40:46 +01:00
starkillerOG
084cfa4a1d
Fix Xiaomi Miio flow unique_id for non discovery flows ( #47222 )
2021-03-01 12:46:02 +01:00
Erik Montnemery
003fee2a35
Fix race when disabling config entries ( #47210 )
...
* Fix race when disabling config entries
* Remove unused constant
2021-03-01 12:38:49 +01:00
Matthias Alphart
dadc99dbd3
Deprecate knx config_file ( #46874 )
...
* deprecate config_file
* removed cv.deprecated for now, added persistent notification
* Update homeassistant/components/knx/__init__.py
Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de >
* remove notification, add cv.deprecated again
* Update homeassistant/components/knx/__init__.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* remove cv.deprecated again
Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-03-01 11:55:55 +01:00
Matthias Alphart
92afcb6b4b
KNX services send and event_register accept multiple group addresses ( #46908 )
...
* send and event_register service accept lists of group addresses
* remove lambda
* object selector for lists
* knx.read takes lists too
2021-03-01 11:51:59 +01:00
Max Chodorowski
4c42e469b3
Fix number of reported issues by github integration ( #47203 )
2021-03-01 10:38:07 +01:00
J. Nick Koston
2de01ddaeb
Remove griddy integration ( #47218 )
2021-03-01 10:35:23 +01:00
Tobias Sauerwein
732db3b67c
Revert const replacement in fritzbox_callmonitor ( #47211 )
2021-03-01 10:31:13 +01:00
Marc Mueller
e1d24c69b8
Improve CI workflow ( #46696 )
2021-03-01 10:28:41 +01:00
Raman Gupta
0592309b65
Add hassio addon_update service and hassio config entry with addon and OS devices and entities ( #46342 )
...
* add addon_update service, use config flow to set up config entry, create disabled sensors
* move most of entity logic to common entity class, improve device info, get rid of config_flow user step
* fix setup logic
* additional refactor
* fix refactored logic
* fix config flow tests
* add test for addon_update service and get_addons_info
* add entry setup and unload test and fix update coordinator
* handle if entry setup calls unload
* return nothing for coordinator if entry is being reloaded because coordinator will get recreated anyway
* remove entry when HA instance is no longer hassio and add corresponding test
* handle adding and removing device registry entries
* better config entry reload logic
* fix comment
* bugfix
* fix flake error
* switch pass to return
* use repository attribute for model and fallback to url
* use custom 'system' source since hassio source is misleading
* Update homeassistant/components/hassio/entity.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* update remove addons function name
* Update homeassistant/components/hassio/__init__.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* fix import
* pop coordinator after unload
* additional fixes
* always pass in sensor name when creating entity
* prefix one more function with async and fix tests
* use supervisor info for addons since list is already filtered on what's installed
* remove unused service
* update sensor names
* remove added handler function
* use walrus
* add OS device and sensors
* fix
* re-add addon_update service schema
* add more test coverage and exclude entities from tests
* check if instance is using hass OS in order to create OS entities
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-03-01 09:41:04 +01:00
Pascal Vizeli
f192b3c1e5
Bumped version to 2021.3.0b5
2021-03-01 08:32:13 +00:00
Stefan Agner
b9edd0d7ad
Fix generic-x86-64 build ( #47214 )
...
Replace the wrong Docker Hub repository slipped in during testing.
2021-03-01 08:30:22 +00:00
J. Nick Koston
4907c12964
Bump HAP-python to 3.3.2 to fix unavailable condition on restart ( #47213 )
...
Fixes
https://github.com/ikalchev/HAP-python/compare/v3.3.1...v3.3.2
2021-03-01 08:30:21 +00:00
J. Nick Koston
62e224ecb0
Increment the homekit config version when restarting ( #47209 )
...
If an entity changes between restart the iOS/controller
device may have cached the old chars for the accessory.
To force the iOS/controller to reload the chars, we
increment the config version when Home Assistant restarts
2021-03-01 08:30:21 +00:00
Aaron Bach
0e951f288b
Bump simplisafe-python to 9.6.7 ( #47206 )
2021-03-01 08:30:20 +00:00
starkillerOG
aa9b445856
Fix Xiaomi Miio discovery ( #47134 )
2021-03-01 08:30:20 +00:00
AJ Schmidt
8513250628
Update AlarmDecoder dependency ( #46841 )
2021-03-01 08:30:19 +00:00
Stefan Agner
d2db58d138
Fix generic-x86-64 build ( #47214 )
...
Replace the wrong Docker Hub repository slipped in during testing.
2021-03-01 09:17:41 +01:00
Marc Mueller
16dcbf1467
Update pylint ( #47205 )
2021-02-28 22:09:01 -10:00
J. Nick Koston
cb94e7949b
Bump HAP-python to 3.3.2 to fix unavailable condition on restart ( #47213 )
...
Fixes
https://github.com/ikalchev/HAP-python/compare/v3.3.1...v3.3.2
2021-02-28 22:00:31 -10:00
J. Nick Koston
853da40e70
Increment the homekit config version when restarting ( #47209 )
...
If an entity changes between restart the iOS/controller
device may have cached the old chars for the accessory.
To force the iOS/controller to reload the chars, we
increment the config version when Home Assistant restarts
2021-02-28 20:42:09 -08:00
Aaron Bach
0e9f2dc272
Bump simplisafe-python to 9.6.7 ( #47206 )
2021-02-28 20:41:09 -08:00
J. Nick Koston
5784e14d0c
Enforce typing in bond ( #47187 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-03-01 03:16:30 +01:00
Allen Porter
715a254913
Handle stream failures in recorder ( #47151 )
...
* Handle stream failures in recorder
Fail gracefully with an error message when the recorder is invoked with no segments due to a stream failure.
* Update homeassistant/components/stream/recorder.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
2021-02-28 18:01:28 -08:00
HomeAssistant Azure
44ed6cda40
[ci skip] Translation update
2021-03-01 00:09:01 +00:00
Matt Zimmerman
277c3cb661
Cleanup SmartTub filtration cycles ( #47192 )
2021-02-28 13:53:57 -10:00
Eric Severance
1d7660f071
Explain why should_pool is True initially for wemo ( #47191 )
2021-02-28 13:51:43 -10:00
Matt Zimmerman
c6223873f4
Move SmartTub climate constants to module level ( #47190 )
2021-02-28 13:49:25 -10:00
Matt Zimmerman
bab66a5cb9
Remove turn_on and turn_off from SmartTub pump switches ( #47184 )
2021-02-28 13:48:30 -10:00
AJ Schmidt
b8c8fe0820
Update AlarmDecoder dependency ( #46841 )
2021-02-28 13:21:04 -10:00
starkillerOG
1c9a9be197
Fix Xiaomi Miio discovery ( #47134 )
2021-02-28 12:25:40 -08:00
Paulus Schoutsen
6887474ddc
Bumped version to 2021.3.0b4
2021-02-28 20:22:46 +00:00
J. Nick Koston
e93868f85b
Update HAP-python to 3.3.1 ( #47180 )
...
Fixes disconnect when setting a single char fails
https://github.com/ikalchev/HAP-python/compare/v3.3.0...v3.3.1
2021-02-28 20:22:29 +00:00
David F. Mulcahey
db098d90dd
Bump ZHA quirks to 0.0.54 ( #47172 )
2021-02-28 20:22:29 +00:00
Stefan Agner
552da0327e
Bump builder to get generic-x86-64 nightly builds ( #47164 )
2021-02-28 20:22:28 +00:00
Erik Montnemery
104d5c510f
Fix MQTT trigger where wanted payload may be parsed as an integer ( #47162 )
2021-02-28 20:22:27 +00:00
Paulus Schoutsen
d9d979d50e
Fix the updater schema ( #47128 )
2021-02-28 20:21:41 +00:00
Bram Kragten
e65b2231ba
Update frontend to 20210226.0 ( #47123 )
2021-02-28 20:21:41 +00:00
J. Nick Koston
2b0f6716b3
Provide a human readable exception for the percentage util ( #47121 )
2021-02-28 20:21:40 +00:00
J. Nick Koston
dd4f8bf4b4
Handle lutron_caseta fan speed being none ( #47120 )
2021-02-28 20:21:39 +00:00
Shay Levy
505ca07c4e
Fix Shelly RGBW ( #47116 )
2021-02-28 20:21:39 +00:00
Paulus Schoutsen
807bf15ff3
Use async_capture_events to avoid running in executor ( #47111 )
2021-02-28 20:21:38 +00:00
Erik Montnemery
72b82449d8
Update MQTT device triggers with support for templates ( #47142 )
2021-02-28 12:20:09 -08:00
Erik Montnemery
19cd29affa
Fix MQTT trigger where wanted payload may be parsed as an integer ( #47162 )
2021-02-28 12:19:27 -08:00
J. Nick Koston
6ff3eb0569
Update HAP-python to 3.3.1 ( #47180 )
...
Fixes disconnect when setting a single char fails
https://github.com/ikalchev/HAP-python/compare/v3.3.0...v3.3.1
2021-02-28 19:27:36 +01:00
Allen Porter
5cc8302e6a
Fix flaky hls keepalive test ( #47186 )
...
Remove a call to stream.start() which is issued before the test is fully
setup (e.g. keepalive is not set to True, and mock calls are not registered)
2021-02-28 10:25:07 -08:00
Michael
261d86f06b
Apply recommendations to synology_dsm ( #47178 )
2021-02-28 19:19:50 +01:00
Erik Montnemery
da5902e4f8
Tweak Tasmota fan typing ( #47175 )
2021-02-28 17:48:23 +01:00
David F. Mulcahey
4853a81366
Bump ZHA quirks to 0.0.54 ( #47172 )
2021-02-28 10:55:14 -05:00
Paulus Schoutsen
98be703d90
Fix the updater schema ( #47128 )
2021-02-28 14:41:06 +01:00
Stefan Agner
f4189510e9
Bump builder to get generic-x86-64 nightly builds ( #47164 )
2021-02-28 14:33:48 +01:00
tkdrob
fa1d91d1fe
Clean up mqtt_room ( #46882 )
2021-02-28 14:16:37 +01:00
Maciej Bieniek
66027bcef5
Bump airly library to version 1.1.0 ( #47163 )
2021-02-28 12:53:13 +01:00
HomeAssistant Azure
eb7220ff26
[ci skip] Translation update
2021-02-28 00:07:08 +00:00
Robert Svensson
da309ce342
Change device class of window covers to shade ( #47129 )
2021-02-27 14:09:25 -06:00
Allen Porter
97b59023d1
Improve handling for recording start of nest cam stream ( #47144 )
...
* Improve handling for start of nest cam stream
Add negative_cts_offsets to segment container options in order to better handle recording at the start of a stream. Nest streams start off with a negative offset, and if the segment container does not support it, then it adjusts the timestamps making it out of order with the next segment as described in issue #46968
* Update homeassistant/components/stream/__init__.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
2021-02-27 11:20:58 -08:00
J. Nick Koston
49315a90d9
Handle lutron_caseta fan speed being none ( #47120 )
2021-02-26 16:33:31 -08:00
J. Nick Koston
86f8cd8037
Provide a human readable exception for the percentage util ( #47121 )
2021-02-26 16:33:13 -08:00
Bram Kragten
84e01baa5a
Update frontend to 20210226.0 ( #47123 )
2021-02-26 16:32:51 -08:00
HomeAssistant Azure
43621091b7
[ci skip] Translation update
2021-02-27 00:05:45 +00:00
Shay Levy
e9b8e035b4
Fix Shelly RGBW ( #47116 )
2021-02-26 14:28:16 -08:00
Paulus Schoutsen
7c2545af6e
Use async_capture_events to avoid running in executor ( #47111 )
2021-02-26 13:28:52 -08:00
Paulus Schoutsen
cdf7372fd8
Bumped version to 2021.3.0b3
2021-02-26 19:21:15 +00:00
Allen Porter
0969cc985b
Bump google-nest-sdm to v0.2.12 to improve API call error messages ( #47108 )
2021-02-26 19:21:08 +00:00
Stefan Agner
5e2bafca56
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 19:21:07 +00:00
Simone Chemelli
1d1be8ad1a
Bump aioshelly to 0.6.1 ( #47088 )
2021-02-26 19:21:06 +00:00
Marcel van der Veldt
d55f0df09a
Fix Z-Wave JS discovery schema for thermostat devices ( #47087 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-26 19:21:06 +00:00
Erik Montnemery
96e118ccfe
Bump pychromecast to 8.1.2 ( #47085 )
2021-02-26 19:21:05 +00:00
Paulus Schoutsen
255b6faa7f
Upgrade aiohttp to 3.7.4 ( #47077 )
2021-02-26 19:21:04 +00:00
rikroe
4cd40d0f9f
Bump bimmer_connected to 0.7.15 and fix bugs ( #47066 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2021-02-26 19:21:03 +00:00
J. Nick Koston
c12769213d
Add suggested area to hue ( #47056 )
2021-02-26 19:21:02 +00:00
CurrentThread
6a850a1481
Add support for Shelly SHBTN-2 device triggers ( #46644 )
2021-02-26 19:21:02 +00:00
Joakim Plate
101897c260
Add support for v6 features to philips js integration ( #46422 )
2021-02-26 19:21:01 +00:00
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
6cdd6c3f44
Bumped version to 2021.3.0b2
2021-02-26 06:01:42 +00:00
Paulus Schoutsen
2c30579a11
Bump Z-Wave JS Server Python to 0.20.0 ( #47076 )
2021-02-26 06:01:35 +00:00
Raman Gupta
ae0d301fd9
catch ValueError when unique ID update fails because its taken and remove the duplicate entity ( #47072 )
2021-02-26 06:01:34 +00:00
J. Nick Koston
a7a66e8ddb
Ensure hue options show the defaults when the config options have not yet been saved ( #47067 )
2021-02-26 06:01:33 +00:00
Bram Kragten
5228bbd43c
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-26 06:01:33 +00:00
Bram Kragten
35bce434cc
Updated frontend to 20210225.0 ( #47059 )
2021-02-26 06:01:32 +00: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
Paulus Schoutsen
33a6fb1baf
Bumped version to 2021.3.0b1
2021-02-25 19:42:48 +00:00
Paulus Schoutsen
399c299cf2
Remove deprecated credstash + keyring ( #47033 )
2021-02-25 19:42:43 +00:00
Raman Gupta
c797e0c8de
Fix zwave_js unique ID migration logic ( #47031 )
2021-02-25 19:42:42 +00:00
Simone Chemelli
cb2dd6d908
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 19:42:41 +00:00
Ron Klinkien
a3cde9b19e
Bump python-garminconnect to 0.1.19 to fix broken api ( #47020 )
2021-02-25 19:42:40 +00:00
Joakim Sørensen
a58931280a
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:42:40 +00:00
J. Nick Koston
2fef4c4eef
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-25 19:42:39 +00: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
Franck Nijhof
567ec26c48
Bumped version to 2021.3.0b0
2021-02-24 22:01:28 +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
jjlawren
2f1dba74d1
Use Plex server URL as config entry title ( #47010 )
2021-02-24 20:57:02 +01:00
Tobias Sauerwein
39baeb62f2
Add Sonos media browser image proxy ( #46902 )
2021-02-24 20:51:12 +01:00
Erik Montnemery
daf7595ca6
Support value_template in MQTT triggers ( #46891 )
...
* Support value_template in MQTT triggers
* Rename value_template to payload_template
* Revert "Rename value_template to payload_template"
This reverts commit 902094eefc .
2021-02-24 20:16:36 +01:00
Raman Gupta
783e0f9a14
Setup config entry even if vizio device is unreachable ( #46864 )
2021-02-24 20:15:47 +01:00
Marcel van der Veldt
868a536d81
Add number platform to Z-Wave JS ( #46956 )
...
* add number platform to zwave_js integration
* add discovery scheme for thermostat valve control, using number platform
Co-authored-by: kpine <keith.pine@gmail.com >
2021-02-24 19:39:35 +01:00
Milan Meulemans
0eb8951aed
Remove recursive key reference ( #46999 )
2021-02-24 13:29:53 -05:00
Tobias Sauerwein
722b1e8746
Add Netatmo device trigger ( #45387 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-24 19:20:40 +01:00
Milan Meulemans
db0d815f9d
Use location common key reference in totalconnect ( #46995 )
2021-02-24 12:44:12 -05:00
Raman Gupta
106ae18432
Climacell fixes: Use common keys for strings, fix temp_low measurement, add windy condition ( #46991 )
...
* use common keys for lat and long
* additional fixes
* Update homeassistant/components/climacell/strings.json
Co-authored-by: Milan Meulemans <milan.meulemans@live.be >
Co-authored-by: Milan Meulemans <milan.meulemans@live.be >
2021-02-24 11:15:01 -05:00
Joakim Sørensen
11a89bc3ac
Add addon selector ( #46789 )
2021-02-24 17:02:48 +01:00
Fabian Affolter
0ef16dd563
Set awesomeversion to 21.2.3 ( #46989 )
2021-02-24 16:43:09 +01:00
Martin Hjelmare
db8f597f10
Fix zwave_js config flow server version timeout ( #46990 )
2021-02-24 16:22:58 +01:00
Raman Gupta
424526db7e
Migrate zwave_js entities to use new unique ID format ( #46979 )
...
* migrate zwave_js entities to use new unique ID format
* remove extra param from helper
* add comment to remove migration logic in the future
* update comment
* use instance attribute instead of calling functino on every state update
2021-02-24 09:41:10 -05:00
adrian-vlad
44293a3738
Add enable and disable services for recorder ( #45778 )
2021-02-24 07:26:05 -06:00
Álvaro Fernández Rojas
470121e5b0
Restore Tado binary sensor attributes ( #46069 )
2021-02-24 07:17:01 -06:00
Maciej Bieniek
b645b151f9
Catch AuthRequired exception in confirm discovery step for Shelly config flow ( #46135 )
2021-02-24 07:13:32 -06:00
Franck Nijhof
8f19d041e4
Merge branch 'master' into dev
2021-02-24 13:52:44 +01:00
Franck Nijhof
45b50c53ad
Mullvad integration improvements ( #46987 )
2021-02-24 13:43:44 +01:00
Bram Kragten
b0d56970a5
Fix TTS services name ( #46988 )
2021-02-24 13:43:24 +01:00
Martin Hjelmare
17f4c9dd06
Improve mysensors config flow ( #46984 )
2021-02-24 12:52:04 +01:00
MeIchthys
1a73cb4791
Mullvad VPN ( #44189 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-02-24 12:04:38 +01:00
Martin Hjelmare
1c7c6163dd
Save mysensors gateway type in config entry ( #46981 )
2021-02-24 11:31:31 +01:00
Raman Gupta
eccdae60bf
Add ClimaCell weather integration ( #36547 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-24 09:34:27 +01:00
Matthias Alphart
a632215541
Validate KNX addresses ( #46933 )
2021-02-24 08:37:41 +01:00
Franck Nijhof
42fd3be0e8
Add template support to service targets ( #46977 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-02-23 22:46:00 -08:00
Steven Looman
3e26e2adad
Handle device IP change in upnp ( #46859 )
2021-02-23 21:00:47 -06:00
Allen Porter
19f5b467b7
Make FAN_ON use the max duration rather than 15 min default ( #46489 )
2021-02-23 20:38:52 -06:00
Nathan Spencer
b8f7bc12ee
Add switches and sensors to Litter-Robot ( #46942 )
2021-02-23 20:34:25 -06:00
Marcel van der Veldt
d4d68ebc64
Extend zwave_js discovery scheme for lights ( #46907 )
2021-02-23 16:31:24 -08:00
Matthias Alphart
d02b27a5d0
Update xknx to 0.17.1 ( #46974 )
2021-02-23 16:26:17 -08:00
J. Nick Koston
87cbbcb014
Automatically create HomeKit accessory mode entries ( #46473 )
...
When we set up HomeKit, we asked users if they wanted
to create an entry in bridge or accessory mode.
This approach required the user to understand how HomeKit works and
choose which type to create.
When the user includes the media player or camera domains,
we exclude them from the bridge and create the additional entries
for each entity in accessory mode.
2021-02-23 16:22:23 -08:00
HomeAssistant Azure
9159f54900
[ci skip] Translation update
2021-02-24 00:04:14 +00:00
Raman Gupta
b657fd02cd
deep copy zwave_js state in test fixtures so tests are more isolated ( #46976 )
2021-02-23 18:58:25 -05:00
Raman Gupta
1a99562e91
Add zwave_js.refresh_value service ( #46944 )
...
* add poll_value service
* switch vol.All to vol.Schema
* more relevant log message
* switch service name to refresh_value, add parameter to refresh all watched values, fix tests
* rename parameter and create task for polling command so we don't wait for a response
* raise ValueError for unknown entity
* better error message
* fix test
2021-02-23 18:58:04 -05:00
Milan Meulemans
228096847b
Fix typo in fireservicerota strings ( #46973 )
2021-02-23 23:42:24 +01:00
jjlawren
425d56d024
Fix Plex showing removed shared users ( #46971 )
2021-02-23 23:36:46 +01:00
tkdrob
c9847920af
Use core constants for dht ( #46029 )
2021-02-23 23:32:39 +01:00
MHV33
23b2953773
Add more shopping list services ( #45591 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-02-23 23:25:50 +01:00
Michael
d96249e39c
Implement additional DataUpdateCoordinator to harmonize the data update handling of Synology DSM ( #46113 )
2021-02-23 16:23:50 -06:00
Matthias Alphart
b583ded8b5
Fix KNX services.yaml ( #46897 )
2021-02-23 22:59:16 +01:00
J. Nick Koston
d68a51ddce
Avoid having to ask for the bond token when possible during config ( #46845 )
2021-02-23 13:42:56 -08:00
Simone Chemelli
00dd557cce
Fix Shelly mireds and color_temp return type ( #46112 )
2021-02-23 22:42:33 +01:00
Martin Hjelmare
089effbe3f
Improve zwave_js config flow ( #46906 )
2021-02-23 13:41:19 -08:00
jjlawren
272e975a52
Fix Plex handling of clips ( #46667 )
2021-02-23 22:38:24 +01:00
J. Nick Koston
eb8d723689
Bump pymyq to fix myq in core ( #46962 )
2021-02-23 21:50:06 +01:00
Jon Caruana
6a8b5ee51b
LiteJet is now configured using config_flow ( #44409 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-23 14:20:58 -06:00
J. Nick Koston
ffe42e150a
Add missing target to increase_speed/decrease_speed service ( #46939 )
2021-02-23 12:03:30 -06:00
Raman Gupta
5a3bd30e01
Add zwave_js.set_config_parameter service ( #46673 )
...
* create zwave_js.set_config_value service
* update docstring
* PR comments
* make proposed changes
* handle providing a label for the new value
* fix docstring
* use new library function
* config param endpoint is always 0
* corresponding changes from upstream PR
* bug fixes and add tests
* create zwave_js.set_config_value service
* update docstring
* PR comments
* make proposed changes
* handle providing a label for the new value
* fix docstring
* use new library function
* config param endpoint is always 0
* corresponding changes from upstream PR
* bug fixes and add tests
* use lambda to avoid extra function
* add services description file
* bring back the missing selector
* move helper functions to helper file for reuse
* allow target selector for automation editor
* formatting
* fix service schema
* update docstrings
* raise error in service if call to set value is unsuccessful
* Update homeassistant/components/zwave_js/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/zwave_js/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/zwave_js/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/zwave_js/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/zwave_js/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/zwave_js/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* remove extra param to vol.Optional
* switch to set over list for nodes
* switch to set over list for nodes
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-02-23 11:35:11 -05:00
Martin Hjelmare
c94968d811
Catch more zwave_js errors ( #46957 )
2021-02-23 16:36:53 +01:00
Philip Allgaier
7a7147edcf
Add stop tilt support to KNX ( #46947 )
2021-02-23 16:34:02 +01:00
Charles Garwood
3c35b6558b
Return states list from zwave_js get_config_parameters websocket if available ( #46954 )
2021-02-23 09:31:47 -05:00
Bram Kragten
f0f752936b
Update homeassistant services.yaml ( #46952 )
...
Add names and missing target to turn off service
2021-02-23 14:49:04 +01:00
Bram Kragten
afa91e886b
Add description to tts and notify services ( #46764 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-02-23 14:29:57 +01:00
Franck Nijhof
ea4bbd771f
Add service names to previously enriched services ( #46929 )
...
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com >
2021-02-23 14:10:13 +01:00
Maciej Bieniek
593e7aea5a
Bump accuweather to 0.1.0 ( #46951 )
2021-02-23 14:00:21 +01:00
Martin Hjelmare
6fe72b04eb
Add zwave_js constant for add-on slug ( #46950 )
2021-02-23 13:24:07 +01:00
tkdrob
4fdb617e22
Clean up constants ( #46924 )
...
* Clean up constants
* fix imports
2021-02-23 09:56:44 +01:00
J. Nick Koston
08889a9819
Fix smaty fan typing ( #46941 )
2021-02-23 07:14:39 +01:00
J. Nick Koston
f33618d33d
Add suggested area support to isy994 ( #46927 )
2021-02-22 21:27:33 -06:00
J. Nick Koston
bd87047ff2
Update tasmota to use new fan entity model ( #45877 )
2021-02-22 21:27:21 -06:00
J. Nick Koston
fb2a100f5e
Add suggested area to tado ( #46932 )
...
I realized tado shows what we internally call `zone_name` as
the room name in the app.
2021-02-22 21:27:09 -06:00
uvjustin
f005c68630
Restore stream recorder functionality and add discontinuity support ( #46772 )
...
* Add discontinuity support to stream recorder
* Use same container options for both StreamOutputs
* Fix pts adjuster
* Remove redundant/incorrect duplicate hls segment check
* Use same StreamBuffer across outputs
* Remove keepalive check for recorder
* Set output video timescale explicitly
* Disable avoid_negative_ts
2021-02-23 10:37:19 +08:00
Raman Gupta
1cecf229b9
Add zwave_js set_config_parameter WS API command ( #46910 )
...
* add WS API command
* handle error scenario better
* fixes and remove duplicate catch
* make elif statement more compact
* fix conflict
* switch to str(err)
2021-02-22 20:34:47 -05:00
HomeAssistant Azure
580d25c622
[ci skip] Translation update
2021-02-23 00:05:06 +00:00
Raman Gupta
20ccec9aab
Add zwave_js/get_log_config and zwave_js/update_log_config WS API commands ( #46601 )
...
* Add zwave_js.update_log_config service
* fix comment
* reduce lines
* move update_log_config from service to ws API call
* fix docstring
* Add zwave_js/get_log_config WS API command
* resolve stale comments
* remove transports since it will be removed from upstream PR
* add support to update all log config parameters since they could be useful outside of the UI for advanced users
* fix comment
* switch to lambda instead of single line validator
* fix rebase
* re-add ATTR_DOMAIN
2021-02-22 18:35:19 -05:00
Raman Gupta
9d7c64ec1a
Add missing required=true to code slot field in zwave_js.set_lock_usercode service ( #46931 )
2021-02-22 23:42:12 +01:00
Charles Garwood
04e07d8b2c
Add get_config_parameters websocket command to zwave_js ( #46463 )
...
* Add get_configuration_values websocket command to zwave_js
* Tweak return value
* Review comments and cleanup returned values
* Update test
* Rename to get_config_parameters
* Add get_configuration_values websocket command to zwave_js
* Rename to get_config_parameters
* fix test
* fix tests #2
* Add readable to metadata
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com >
2021-02-22 17:03:38 -05:00
Bram Kragten
be33336d96
Update frontend to 20210222.0 ( #46928 )
2021-02-22 22:48:47 +01:00
Philip Allgaier
8ac9faef3b
Description tweaks for automation services ( #46926 )
2021-02-22 21:36:38 +01:00
tkdrob
f0c7aff248
Clean up Mitemp_bt constants ( #46881 )
...
* Use core constants for acer_projector
* Use core constants for mitemp_bt
* remove acer changes
2021-02-22 21:12:00 +01:00
kpine
fb32c2e3a8
Test zwave_js GE 12730 fan controller device-specific discovery ( #46840 )
...
* Add test for GE 12730 fan controller device-specific discovery
* Adjust
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-22 10:56:23 -08:00
Nathan Spencer
e70d896e1b
Add litterrobot integration ( #45886 )
2021-02-22 08:53:57 -10:00
Raman Gupta
668574c48f
Add name and target filter to vizio entity service ( #46916 )
...
* Add name and target filter to vizio entity service
* Update homeassistant/components/vizio/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* add selectors
* Update homeassistant/components/vizio/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/vizio/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
* Update homeassistant/components/vizio/services.yaml
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-02-22 13:31:18 -05:00
Michal Knizek
5907129b25
Increase tado API polling interval to 5 minutes ( #46915 )
...
Polling interval of 15 seconds causes high load on tado servers and does
not provide enough value to warrant it. tado plans to introduce a rate
limit to prevent such misuse of the API, therefore the polling interval
needs to be increased to make sure the integration works well in the
future.
2021-02-22 19:30:23 +01:00
Raman Gupta
6e10b39d67
add name and target filter to zwave_js lock services.yaml ( #46914 )
2021-02-22 12:54:06 -05:00
Tobias Sauerwein
692942b399
Add service names to Netatmo services ( #46909 )
2021-02-22 18:50:01 +01:00
Franck Nijhof
c8ffac20b9
Add name to services ( #46905 )
2021-02-22 16:26:46 +01:00
tkdrob
75e04f3a71
Clean up constants ( #46885 )
2021-02-22 15:28:08 +01:00
Matt Zimmerman
81d011efc5
Add binary sensor to SmartTub for online status ( #46889 )
2021-02-22 04:10:00 -10:00
Franck Nijhof
603191702f
Cleanup of possibily confusing comment in esphome ( #46903 )
2021-02-22 14:43:29 +01:00
Simone Chemelli
82a9dc620c
Add device_class to Shelly cover domain ( #46894 )
...
Fix author
2021-02-22 14:31:22 +01:00
Jaroslav Hanslík
36b56586de
Bump samsungtvws from 1.4.0 to 1.6.0 ( #46878 )
2021-02-22 13:58:32 +01:00
starkillerOG
338c07a56b
Add Xiaomi Miio vacuum config flow ( #46669 )
2021-02-22 13:01:02 +01:00
Franck Nijhof
23c2bd4e69
Upgrade mypy to 0.812 ( #46898 )
2021-02-22 12:44:40 +01:00
Austin Mroczek
e5aef45bd7
Add usercode support to totalconnect ( #39199 )
...
* Add test for invalid usercode
* Add usercodes to totalconnect.
* Update existing tests for usercodes
* Fix tests
* Add test for invalid usercode
* Add usercodes to totalconnect.
* Update existing tests for usercodes
* Fix tests
* Remove YAML support
* Fix conflict
* Bump to total_connect_client 0.56
* Change Exception to HomeAssistantError
* Fix config_flow.py
* Simplify async_setup since no yaml
* Remove import from config flow and tests
* Add reauth and test for it. Various other fixes.
* Fix pylint in __init__
* Show config yaml as deprecated
* separate config_flow and init tests
* Assert ENTRY_STATE_SETUP_ERROR in init test
* Add test for reauth flow
* Fix reauth and tests
* Fix strings
* Restore username and usercode with new passord
* Correct the integration name
* Update tests/components/totalconnect/test_config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update tests/components/totalconnect/test_init.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update .coveragerc
* Add test for invalid auth during reauth
* Bump total-connect-client to 0.57
* Fix .coveragerc
* More tests for usercodes
* Fix usercode test
* Reload config entry on reauth
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-22 10:39:10 +01:00
Anders Melchiorsen
d61d39de08
Handle ConditionError with multiple entity_id for state/numeric_state ( #46855 )
2021-02-22 08:11:59 +01:00
Jan-Willem Mulder
75b37b4c2a
Expose locked attribute in deCONZ climate platform ( #46814 )
2021-02-22 07:53:58 +01:00
Matt Zimmerman
b2b476596b
Add UV sensor to SmartTub ( #46888 )
2021-02-21 20:25:01 -10:00
Diogo Gomes
5c29adea3d
Add KMTronic Integration ( #41682 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-21 20:12:50 -10:00
Matt Zimmerman
5cd022a683
Add light platform to SmartTub ( #46886 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-21 20:09:21 -10:00
Matthias Alphart
1a27af43cc
Add KNX service exposure_register ( #45257 )
2021-02-21 19:38:17 -10:00
Matt Zimmerman
5d8390fd9b
Add support for SmartTub filtration cycles ( #46868 )
2021-02-21 19:36:50 -10:00
Anders Melchiorsen
b1a24c8bbb
Log the name of automations with condition errors ( #46854 )
2021-02-21 19:34:45 -10:00
Jonathan Keslin
b6b1e725c7
Add support for VeSync dimmer switches ( #44713 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-21 19:16:13 -10:00
Matt Zimmerman
a8be5be376
Add switch platform and pump entity to SmartTub ( #46842 )
2021-02-21 18:48:27 -10:00
Matt Zimmerman
d32dbc4cdd
Add support for SmartTub heat modes ( #46876 )
2021-02-21 18:46:54 -10:00
Diogo Gomes
0e44d61225
Add weather platform to template domain ( #45031 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-21 18:08:00 -10:00
Matt Zimmerman
12c4db076c
Add more sensors to SmartTub integration ( #46839 )
2021-02-21 17:40:23 -10:00
tkdrob
8330940996
Clean up acer_projector constants ( #46880 )
2021-02-21 20:31:09 -05:00
tkdrob
29c0696537
Clean up denonavr constants ( #46883 )
2021-02-21 20:30:23 -05:00
HomeAssistant Azure
871427f5f1
[ci skip] Translation update
2021-02-22 00:06:36 +00:00
Charles Garwood
50a07f6d25
Log zwave_js connection errors ( #46867 )
2021-02-21 22:42:06 +01:00
J. Nick Koston
c1ee9f7e4a
Fix unmocked I/O in rituals_perfume_genie config flow test ( #46862 )
2021-02-21 20:47:38 +01:00
Anders Melchiorsen
d33a1a5ff8
Refine printing of ConditionError ( #46838 )
...
* Refine printing of ConditionError
* Improve coverage
* name -> type
2021-02-21 14:54:36 +01:00
J. Nick Koston
e2fd255a96
Cleanup recorder tests ( #46836 )
2021-02-21 09:52:41 +01:00
J. Nick Koston
d9ab1482bc
Add support for preset modes in homekit fans ( #45962 )
2021-02-20 19:24:14 -08:00
Erik Montnemery
5e26bda52d
Add support for disabling config entries ( #46779 )
2021-02-20 19:21:39 -08:00
Erik Montnemery
2d70806035
Add support for "alias" in script steps device, device_condition, and conditions ( #46647 )
...
Co-authored-by: Donnie <donniekarnsinsb@hotmail.com >
2021-02-20 19:21:09 -08:00
Garrett
3ad207a499
Add new Subaru integration ( #35760 )
...
Co-authored-by: On Freund <onfreund@gmail.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-20 16:52:44 -10:00
Steven Looman
efa339ca54
Allow upnp ignore SSDP-discoveries ( #46592 )
2021-02-20 16:26:17 -10:00
HomeAssistant Azure
0cb1f61deb
[ci skip] Translation update
2021-02-21 00:07:04 +00:00
Tom Harris
f045c0512b
Fix Insteon config flow with add X10 and device override ( #45854 )
2021-02-20 13:00:18 -10:00
Matt Zimmerman
115fe26642
Add smarttub sensor platform and state sensor ( #46775 )
2021-02-20 12:25:02 -10:00
puddly
2b6619f815
Bump zigpy-znp from 0.3.0 to 0.4.0 ( #46828 )
2021-02-20 16:57:16 -05:00
Milan Meulemans
4af619d383
Add Rituals Perfume Genie integration ( #46218 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-20 11:55:23 -10:00
Eric Severance
6e52b26c06
Speed-up wemo discovery ( #46821 )
...
* Speed-up wemo discovery
* Use gather_with_concurrency to limit concurrent executor usage
* Comment fixup: asyncio executors -> executor threads
2021-02-20 11:16:50 -10:00
Martin Hjelmare
43a5852561
Fix habitica entry unload clean up ( #46798 )
...
* Fix habitica entry unload clean up
* Fix service remove
* Add entry setup and unload test
* Fix config flow tests
* Assert service
2021-02-20 20:59:59 +01:00
Eric Severance
fe4cf611f7
Disable update polling for Wemo when devices can push updates ( #46806 )
2021-02-20 09:37:48 -10:00
Eric Severance
806369ddc1
Bump pywemo to 0.6.3 ( #46825 )
2021-02-20 20:21:01 +01:00
Martin
6bb848455f
Add open/close tilt support to KNX cover ( #46583 )
2021-02-20 09:09:43 -10:00
Matthias Alphart
194c0d2b08
knx-read-service ( #46670 )
2021-02-20 09:09:23 -10:00
Matthias Alphart
2cf46330b1
Enable KNX routing optional local_ip ( #46133 )
2021-02-20 09:08:59 -10:00
marecabo
c6c0e2416c
Validate icon and device_class of ESPHome sensor entities ( #46709 )
2021-02-20 13:05:35 -06:00
Anders Melchiorsen
9f4874bb81
Explicitly create_task for asyncio.wait ( #46325 )
2021-02-20 19:57:46 +01:00
Chris Talkington
cf69415272
Implement suggested area in roku ( #46819 )
...
* implement suggested area in roku
* Update const.py
* Update test_media_player.py
* Update test_media_player.py
* Update test_media_player.py
* Update test_media_player.py
2021-02-20 12:57:24 -06:00
kpine
2ae790283c
Detect iBlinds v2.0 switch value as a cover not light ( #46807 )
...
* Remove unused "fibaro_fgs222" discovery hint
* Simplify multilevel switch current value discovery schema
* Force iBlinds v2.0 devices to be discovered as cover entities
* Rename discovery test file
2021-02-20 19:52:23 +01:00
Matthias Alphart
2940df09e9
Update xknx to 0.17.0 ( #46809 )
2021-02-20 08:45:04 -10:00
Michael
da1808226e
change log level to info ( #46823 )
2021-02-20 08:42:37 -10:00
uvjustin
39da0dc409
Add rtsp transport options to generic camera ( #46623 )
...
* Add rtsp transport options to generic camera
2021-02-21 02:11:50 +08:00
J. Nick Koston
adf480025d
Add support for bond up and down lights ( #46233 )
2021-02-20 08:03:40 -10:00
Chris Talkington
65e8835f28
Update rokuecp to 0.8.0 ( #46799 )
...
* update rokuecp to 0.8.0
* Update requirements_test_all.txt
* Update requirements_all.txt
2021-02-20 10:59:22 -06:00
Fabian Affolter
b5c7493b60
Upgrade TwitterAPI to 2.6.6 ( #46812 )
2021-02-20 17:26:21 +01:00
Allen Porter
4aa4f7e285
Rollback stream StreamOutput refactoring in PR#46610 ( #46684 )
...
* Rollback PR#46610
* Update stream tests post-merge
2021-02-20 06:49:39 -08:00
Raman Gupta
788134cbc4
Bump zwave-js-server-python to 0.18.0 ( #46787 )
...
* updates to support changes in zwave-js-server-python
* bump lib version
* use named arguments for optional args
* re-add lost commits
2021-02-20 09:50:00 +01:00
Anders Melchiorsen
26ce316c18
Do not trigger when numeric_state is true at startup ( #46424 )
2021-02-20 09:11:36 +01:00
J. Nick Koston
b775a0d796
Run homekit service calls in async since the server is now async ( #45859 )
...
* Simplify homekit runs and service calls
Now that the homekit server is async, call_service
and run are running in the Home Assistant event loop
* remove comment
* remove another comment
2021-02-19 21:34:52 -10:00
J. Nick Koston
41332493b5
Add suggested area support to Sonos ( #46794 )
2021-02-19 21:28:52 -10:00
J. Nick Koston
9b69549f73
Recover and restart the recorder if the sqlite database encounters corruption while running ( #46612 )
2021-02-19 21:26:24 -10:00
J. Nick Koston
5b0b01d727
Implement suggested areas in bond ( #45942 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-19 21:06:43 -10:00
J. Nick Koston
6707496c5d
Update alexa for new fan model ( #45836 )
2021-02-19 22:45:14 -08:00
J. Nick Koston
5b95f61fd3
Update smarty to use new fan entity model ( #45879 )
2021-02-19 22:38:45 -08:00
J. Nick Koston
773a202777
Implement percentage step sizes in HomeKit ( #46722 )
2021-02-19 22:37:12 -08:00
J. Nick Koston
749883dc62
Implement suggested area in lutron_caseta ( #45941 )
2021-02-19 20:24:49 -10:00
J. Nick Koston
500cb17298
Ensure HomeAssistant can still restart when a library file is missing ( #46664 )
2021-02-19 22:22:48 -08:00
J. Nick Koston
22dbac259b
Ensure recorder shuts down cleanly on restart before startup is finished ( #46604 )
2021-02-19 22:18:21 -08:00
J. Nick Koston
4078a8782e
Add suggested area to hunterdouglas_powerview ( #46774 )
2021-02-19 22:17:00 -08:00
J. Nick Koston
11277faa93
Add suggested area to nexia ( #46776 )
2021-02-19 20:01:22 -10:00
J. Nick Koston
2807cb1de7
Implement suggested area for netatmo ( #46802 )
2021-02-19 21:57:37 -08:00
J. Nick Koston
3e334a4950
Fix typing of fan speed count and steps ( #46790 )
2021-02-19 19:57:21 -10:00
J. Nick Koston
0e9148e239
Add suggested area support to nuheat ( #46801 )
2021-02-19 21:57:02 -08:00
Erik Montnemery
54cf954353
Add device_entities template function/filter ( #46406 )
2021-02-19 21:50:59 -08:00
J. Nick Koston
2f3c2f5f4d
Add support for using a single endpoint for rest data ( #46711 )
2021-02-19 21:44:15 -08:00
J. Nick Koston
71586b7661
Cleanup inconsistencies in zha fan and make it a bit more dry ( #46714 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-19 19:42:14 -10:00
J. Nick Koston
bb7e4d7daa
Implement suggested_area in the device registry ( #45940 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-19 19:34:33 -10:00
Eric Severance
e6125a1e4e
Bump pywemo to 0.6.2 ( #46797 )
2021-02-20 03:49:39 +01:00
HomeAssistant Azure
fd60d4273b
[ci skip] Translation update
2021-02-20 00:08:25 +00:00
Raman Gupta
47dcd2bf32
Format zwave_js dump as json ( #46792 )
2021-02-19 18:44:15 -05:00
Raman Gupta
4d23ffacd1
Add zwave_js thermostat fan mode and fan state support ( #46793 )
...
* add thermostat fan mode and fan state support
* return when fan mode is not supported
* use get just in case
* validate state key is in states so we dont have to use get
* pylint
2021-02-20 00:20:10 +01:00
Denise Yu
32bec5ea63
Update GitHub Issue Form template ( #46791 )
...
This PR fixes the bug report template!
Details: https://gh-community.github.io/issue-template-feedback/changes/#what-do-i-need-to-do
2021-02-19 21:23:34 +01:00
Andreas Oetken
250327fac4
Allow multiple recipients for XMPP ( #45328 )
...
* recipient is a string list instead of a single string now
* this does NOT break existing automations/etc using this component
2021-02-19 15:56:20 +01:00
Joakim Sørensen
3e82509263
Use string instead of slug for add-on slug validation ( #46784 )
2021-02-19 15:23:59 +01:00
Franck Nijhof
6ad7020f99
Add Home Assistant color ( #46751 )
2021-02-19 13:30:27 +01:00
Tobias Sauerwein
d2a187a57b
Bump RMVtransport to 0.3.1 ( #46780 )
2021-02-19 13:28:00 +01:00
Anders Melchiorsen
bfea7d0baa
Raise ConditionError for and/or/not errors ( #46767 )
2021-02-19 13:15:30 +01:00
Anders Melchiorsen
e7e3e09063
Raise ConditionError for zone errors ( #46253 )
...
* Raise ConditionError for zone errors
* Do not test missing state
* Handle multiple entities/zones
2021-02-19 13:14:47 +01:00
dependabot[bot]
40068c2f1b
Bump actions/stale from v3.0.16 to v3.0.17 ( #46777 )
2021-02-19 08:57:28 +01:00
J. Nick Koston
0ed0c7c026
Fix backwards compatibility with vesync fans ( #45950 )
2021-02-19 08:54:40 +01:00
J. Nick Koston
f2b303d509
Implement percentage step sizes for fans ( #46512 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-18 21:05:09 -10:00
shbatm
5df46b60e8
Fix flip-flopped substitutions in Custom Version Type Warning message. ( #46768 )
2021-02-19 03:00:14 +01:00
Matt Zimmerman
da51e23514
Address late smarttub review ( #46703 )
...
* _config -> config
* remove unused string
* remove entity tests
* replace unit tests with integration tests using the core
* refactor polling to use asyncio.gather
* remove redundant component init
* remove gather in favor of simple loop
* use async_fire_time_changed instead of async_update_entity
* use hass.config_entries.async_setup instead of calling smarttub.async_setup_entry directly
* replace stray smarttub.async_setup_entry call
* async_unload_entry -> hass.config_entries.async_unload
* remove broken test
2021-02-19 01:18:02 +01:00
HomeAssistant Azure
d9ce7db554
[ci skip] Translation update
2021-02-19 00:03:06 +00:00
Franck Nijhof
52a9a66d0f
Upgrade cryptography to 3.3.2 ( #46759 )
2021-02-18 10:30:54 -10:00
Eric Severance
76e5f86b76
Add @esev as codeowner for wemo ( #46756 )
2021-02-18 19:08:48 +01:00
Ellis Michael
8b97f62a8e
Allow LIFX bulbs to fade color even when off ( #46596 )
...
LIFX bulbs have the capability to fade their color attributes even while the bulb is off. When the bulb is later turned on, the fade will continue as if the bulb was on all along.
2021-02-18 18:40:16 +01:00
Franck Nijhof
3353c63f8f
Upgrade sentry-sdk to 0.20.3 ( #46754 )
2021-02-18 18:25:15 +01:00
Franck Nijhof
01ebb156a0
Add selectors to Home Assistant service definitions ( #46733 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2021-02-18 18:19:49 +01:00
Franck Nijhof
782863ca87
Ensure pre-commit's hassfest triggers on service file changes ( #46753 )
2021-02-18 18:17:09 +01:00
Franck Nijhof
b6f374b507
Add selectors to Twente Milieu service definitions ( #46748 )
2021-02-18 18:05:03 +01:00
Franck Nijhof
113059c1c7
Add selectors to HomeKit service definitions ( #46745 )
2021-02-18 17:32:48 +01:00
AdmiralStipe
e000b9c813
Added Slovenian language (sl-si) to Microsoft TTS ( #46720 )
2021-02-18 17:16:45 +01:00
Franck Nijhof
a80921ab65
Minor service definition tweaks ( #46741 )
2021-02-18 17:14:36 +01:00
Franck Nijhof
b9d5b3c34e
Add selectors to Conversation, Image Processing and Number service definitions ( #46746 )
2021-02-18 17:13:59 +01:00
Franck Nijhof
8b69608242
Add selectors to Browser, Recorder, Shopping List service definitions ( #46749 )
2021-02-18 17:06:25 +01:00
Franck Nijhof
208af0367a
Add selectors to Toon service definitions ( #46750 )
2021-02-18 17:02:45 +01:00
Franck Nijhof
81c7b3b9c9
Add selectors to Media Player service definitions ( #46739 )
2021-02-18 17:02:18 +01:00
Franck Nijhof
a164a6cf80
Add selectors to Hue service definitions ( #46747 )
2021-02-18 17:01:29 +01:00
Philip Allgaier
cdc4f634d1
Fix typo in Tesla Powerwall strings ( #46752 )
2021-02-18 17:01:22 +01:00
uvjustin
3c7db7bd5b
Skip repeated segment in stream recorder ( #46701 )
...
* Skip repeated segment in stream recorder
* Allow for multiple overlap
2021-02-18 17:00:26 +01:00
Franck Nijhof
a5ac338c74
Add selectors to Timer service definitions ( #46744 )
2021-02-18 16:54:20 +01:00
Franck Nijhof
4b6b03e33e
Add selectors to Lock service definitions ( #46743 )
2021-02-18 16:51:13 +01:00
Franck Nijhof
e57bfe05d5
Add selectors to Color Extractor service definitions ( #46742 )
2021-02-18 16:43:34 +01:00
Franck Nijhof
cd6a83f009
Add selectors to MQTT service definitions ( #46738 )
2021-02-18 16:37:15 +01:00
Franck Nijhof
3f96ebeae5
Add selectors to Logger, System Log & Logbook service definitions ( #46740 )
2021-02-18 16:33:29 +01:00
Franck Nijhof
62e0949ea9
Add selectors to Z-Wave JS service definitions ( #46737 )
2021-02-18 16:24:04 +01:00
Franck Nijhof
0f4433ce14
Add advanced selectors to Climate service definitions ( #46736 )
2021-02-18 16:23:10 +01:00
Franck Nijhof
b4136c3585
Add selectors to WLED service definitions ( #46731 )
2021-02-18 16:16:13 +01:00
Franck Nijhof
c0cdc0fe79
Add advanced selectors to Light service definitions ( #46732 )
2021-02-18 16:15:16 +01:00
Franck Nijhof
1d62bf8875
Add selectors to Script service definitions ( #46730 )
2021-02-18 16:14:16 +01:00
Franck Nijhof
74720d4afd
Add selectors to Vacuum service definitions ( #46728 )
2021-02-18 16:13:52 +01:00
Tobias Sauerwein
bfa171f802
Add selectors to Netatmo services ( #46574 )
...
* Add selectors
* Fix schedul selector
* Update homeassistant/components/netatmo/services.yaml
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update homeassistant/components/netatmo/services.yaml
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Update services.yaml
* Added required field
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2021-02-18 15:01:54 +01:00
Jesse Campbell
12477c5e46
Fix missing color switch specific device class for Z-Wave JS driver >6.3 ( #46718 )
2021-02-18 07:58:43 -05:00
Franck Nijhof
616e8f6a65
Add selectors to Scene service definitions ( #46729 )
2021-02-18 13:56:15 +01:00
Allen Porter
88d143a644
Add discontinuity support to HLS streams and fix nest expiring stream urls ( #46683 )
...
* Support HLS stream discontinuity.
* Clarify discontinuity comments
* Signal a stream discontinuity on restart due to stream error
* Apply suggestions from code review
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Simplify stream discontinuity logic
2021-02-18 20:26:02 +08:00
Franck Nijhof
62cfe24ed4
Add advanced service parameter flag ( #46727 )
2021-02-18 12:59:46 +01:00
Franck Nijhof
82934b31f8
Add selectors to Counter service definitions ( #46633 )
2021-02-18 12:59:29 +01:00
Álvaro Fernández Rojas
4083b90138
ubus: switch to pypi library ( #46690 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-02-18 12:33:21 +01:00
Franck Nijhof
0181cbb312
Upgrade and constrain httplib2>=0.19.0 ( #46725 )
2021-02-18 12:31:07 +01:00
Franck Nijhof
399777cfa8
Add selectors to Alarm Control Panel service definitions ( #46626 )
2021-02-18 12:26:05 +01:00
Franck Nijhof
ae643bfaf3
Add selectors to Climate service definitions ( #46632 )
2021-02-18 12:25:55 +01:00
Franck Nijhof
bc1cb8f0a0
Add selectors to Automation service definitions ( #46629 )
2021-02-18 12:25:25 +01:00
Franck Nijhof
e45fc4562b
Add selectors to Cover service definitions ( #46634 )
...
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com >
2021-02-18 12:25:16 +01:00
Franck Nijhof
2dfbd4fbcf
Add selectors to Fan service definitions ( #46639 )
2021-02-18 12:24:58 +01:00
Franck Nijhof
4e93a0c774
Add selectors to Downloader service definitions ( #46638 )
2021-02-18 12:24:50 +01:00
Franck Nijhof
c8c3ce4172
Add selectors to Switch service definitions ( #46635 )
2021-02-18 12:24:42 +01:00
Franck Nijhof
dec2eb36fd
Add selectors to Camera service definitions ( #46630 )
2021-02-18 12:24:04 +01:00
Franck Nijhof
9f3fdb1b68
Add selectors to Alert service definitions ( #46627 )
2021-02-18 12:23:50 +01:00
Franck Nijhof
da662c4890
Add selectors to Input * service definitions ( #46652 )
2021-02-18 12:23:30 +01:00
J. Nick Koston
39785c5cef
Switch ssdp to be async by using async_upnp_client for scanning ( #46554 )
...
SSDP scans no longer runs in the executor
This is an interim step that converts the async_upnp_client
response to netdisco's object to ensure fully backwards
compatibility
2021-02-18 11:00:11 +01:00
uvjustin
e9334347eb
Bump pylutron 0.2.7 ( #46717 )
2021-02-18 07:54:10 +01:00
HomeAssistant Azure
28ffa97635
[ci skip] Translation update
2021-02-18 00:07:45 +00:00
Eric Severance
2ac075bb37
Perform wemo state update quickly after a timeout ( #46702 )
...
* Perform state update quickly after a timeout
* with async_timeout.timeout(...) -> async with async_timeout.timeout(...)
2021-02-18 00:38:08 +01:00
Eric Severance
8bee3cda37
Centralize wemo exception handling ( #46705 )
2021-02-17 23:36:39 +01:00
J. Nick Koston
b2df9aaaf1
Update zha to use new fan entity model ( #45758 )
...
* Update zha to use new fan entity model
* fixes
* tweaks for zha
* pylint
* augment test cover
2021-02-17 13:03:11 -05:00
Gaetan Semet
4ab0151fb1
Discover HRT4-ZW / SRT321 SetPoint in zwave_js ( #46625 )
...
Missing a specific class to allow discovery of the setpoint command.
Fix #46570
Signed-off-by: Gaetan Semet <gaetan@xeberon.net >
2021-02-17 15:06:16 +01:00
Tobias Sauerwein
1e9483a0e9
Bump RMVtransport to v0.3.0 ( #46691 )
2021-02-17 13:23:15 +01:00
Eric Severance
eb3e5cb67f
Remove calls to wemo.reconnect_with_device ( #46646 )
2021-02-17 13:17:31 +01:00
Eric Severance
f7c0fc5553
Increase async_timeout for wemo update polling ( #46649 )
2021-02-17 13:17:16 +01:00
tkdrob
facbd73130
Clean up xbee ( #46549 )
2021-02-17 13:15:13 +01:00
ollo69
fb73768164
Fix Tuya Option Flow tests ( #46651 )
2021-02-17 10:43:12 +01:00
Allen Porter
efb172cedd
Fix flaky stream tests due to race in idle timeout callback ( #46687 )
2021-02-17 01:05:50 -08:00
badguy99
971e27dd80
Home connect use consts ( #46659 )
...
* Use more consts
* black
* re-black with black, version 20.8b1
2021-02-17 09:44:37 +01:00
starkillerOG
ddf1f88b65
Fix multiple motion blinds gateways ( #46622 )
...
local variable multicast was undefined for a second or more gateway that was setup.
2021-02-17 00:25:00 -08:00
Eric Severance
94131df5e0
Remove exception handling for AttributeError in wemo ( #46674 )
2021-02-17 00:07:22 -08:00
Ilja Leiko
8c72cb6163
Add sensors to fetch Habitica tasks ( #38910 )
...
* Adding sensors to fetch habitica tasks
* PR changes and rebase
* Fixing pylint
* Fixing failed test dependancy
* Generating requirements
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* PR changes
* Update homeassistant/components/habitica/config_flow.py
Thank you, @MartinHjelmare
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* PR Changes
* Fix failing test
* Update tests/components/habitica/test_config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Fixing linting and imports
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-17 09:04:11 +01:00
Allen Porter
56f32196bd
Add back block_until_done calls removed in PR 46610 ( #46680 )
2021-02-16 22:05:20 -08:00
Paulus Schoutsen
b956a571f4
Fix Cloud Google/Alexa check ( #46681 )
2021-02-17 06:49:53 +01:00
David McClosky
58f6db0127
Fix media_pause in vlc_telnet ( #46675 )
...
The underlying python-telnet-vlc pause() function toggles play/pause, so
we need to check our state before calling it.
2021-02-17 06:39:46 +01:00
Matt Zimmerman
58499946ed
Add SmartTub integration ( #37775 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-16 19:37:56 -10:00
Allen Porter
4236f6e5d4
Fix stream keepalive on startup ( #46640 )
...
This was accidentally dropped in a previous PR that refactored the interaction
between stream and camera. This is difficult to test from the existing
preload stream tests, so leaving untested for now.
2021-02-16 20:46:44 -08:00
HomeAssistant Azure
318cbf2913
[ci skip] Translation update
2021-02-17 00:08:46 +00:00
Ville Skyttä
b38af0821b
Fix version of pip in tox ( #46656 )
2021-02-16 12:26:41 -10:00
Eric Severance
e4496ed1e3
Fix KeyError in comfoconnect percentage ( #46654 )
2021-02-16 11:07:18 -10:00
Allen Porter
aaecd91407
Fix exception in stream idle callback ( #46642 )
...
* Fix exception in stream idle callback
Fix bug where idle timeout callback fails if the stream previously exited.
* Add a test for stream idle timeout after stream is stopped.
* Add clarifying comment to idle timer clear method
* Clear hls timer only on stop
2021-02-16 12:10:26 -08:00
marecabo
c45ce86e53
Do not provide icon if device class is set in ESPHome config ( #46650 )
2021-02-16 20:36:32 +01:00
Mark Coombes
960b5b7d86
Fix climate hold bug in ecobee ( #46613 )
2021-02-16 07:06:20 -10:00
Allen Porter
08201d146b
Separate HLS logic out of core StreamOutput to prepare for discontinuity ( #46610 )
...
Separate the HLS stream view logic out of StreamOutput since the hls
stream view is about to get more complex to track discontinuities. This
makes the idle timeout, shutdown, and coupling between hls and record
more explicit.
2021-02-16 06:59:43 -08:00
tkdrob
68e78a2ddc
Remove unnecessary constants from universal ( #46537 )
2021-02-16 09:49:31 -05:00
Martin Hjelmare
f0e9ef421c
Fix vlc_telnet state update ( #46628 )
...
* Clean up
* Add debug logs
* Fix info lookup
* Handle more errors
* Guard get length and time
2021-02-16 15:48:06 +01:00
starkillerOG
9d8ba6af96
Use update coordinator for Xioami Miio subdevices ( #46251 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-16 15:28:25 +01:00
tkdrob
add0d9d3eb
Use core constants for yeelight ( #46552 )
2021-02-16 09:00:09 -05:00
David McClosky
713544e5eb
Bump python-vlc-telnet to 2.0.1 ( #46608 )
...
Includes corresponding Home Assistant changes to avoid introducing
regressions.
2021-02-16 12:32:53 +01:00
Franck Nijhof
a6912277eb
Remove defunct CoinMarketCap integration ( #46615 )
2021-02-16 11:00:08 +01:00
Joakim Plate
0bfcd5e1ee
Use explicit open/close for covers ( #46602 )
2021-02-16 10:26:38 +01:00
Bram Kragten
6986fa4eb6
Add target to services.yaml ( #46410 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-02-16 09:35:27 +01:00
J. Nick Koston
20d93b4b29
Remove support for migrating pre-config entry homekit ( #46616 )
...
HomeKit pairings and accessory ids from versions 0.109 and earlier are no longer
migrated on upgrade. Users upgrading directly to 2021.3 from 0.109
and older should upgrade to 2021.2 first if they wish to preserve
HomeKit configuration and avoid re-pairing the bridge.
This change does not affect upgrades from 0.110 and later.
2021-02-16 08:37:43 +01:00
marecabo
1e172dedf6
Add device_class attribute to ESPHome sensor entities ( #46595 )
2021-02-15 20:19:31 -10:00
ollo69
3c26235e78
Bump tuyaha to 0.0.10 and fix set temperature issues ( #45732 )
2021-02-15 16:20:45 -10:00
HomeAssistant Azure
1bb535aa67
[ci skip] Translation update
2021-02-16 00:03:57 +00:00
tkdrob
2a7d2868be
Use core constants for xiaomi_aqara ( #46551 )
2021-02-16 00:14:27 +01:00
Franck Nijhof
ea47e5d8af
Upgrade sentry-sdk to 0.20.2 ( #46590 )
2021-02-15 22:02:58 +01:00
J. Nick Koston
6f4df7e52e
Use shared clientsession for sense ( #46419 )
2021-02-15 10:35:58 -10:00
Kevin Fronczak
e3ae3cfb83
Upgrade blinkpy to 0.17.0 ( #46581 )
2021-02-15 20:24:42 +01:00
starkillerOG
2f9fda73f4
Add config flow to Xiaomi Miio switch ( #46179 )
2021-02-15 20:11:27 +01:00
Joakim Sørensen
68809e9f43
Fix issue with timeout and error response ( #46584 )
2021-02-15 20:08:08 +01:00
Allen Porter
89aaeb3c35
Refactor stream worker responsibilities for segmenting into a separate class ( #46563 )
...
* Remove stream_worker dependencies on Stream
Removee stream_worker dependencies on Stream and split out the logic
for writing segments to a stream buffer.
* Stop calling internal stream methods
* Update homeassistant/components/stream/worker.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Reuse self._outputs when creating new streams
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
2021-02-15 09:52:37 -08:00
Niels Mündler
f2ca4acff0
Limit fronius error messages on failed connection ( #45824 )
...
* Do not print several error messages on failed connection
* Change wrapping of exception, implement available
* Simplify exception flow
* Remove unnecessary init
* Add available property to actual entities
* Rebase and formatting
2021-02-15 18:28:28 +01:00
Joakim Sørensen
886067a327
Add websocket handlers to hassio ( #46571 )
2021-02-15 18:18:45 +01:00
Shay Levy
a5d943b5f1
MQTT cover Bugfixes ( #46479 )
...
* MQTT cover Bugfixes
* Remove period
2021-02-15 17:33:42 +01:00
uvjustin
9917bb76fb
Use httpx in generic camera ( #46576 )
...
* Use httpx in generic camera
* Remove commented out code
2021-02-15 16:37:53 +01:00
J. Nick Koston
c5b9ad83c2
Log ffmpeg errors for homekit cameras ( #46545 )
2021-02-15 12:39:51 +01:00
Lukáš Polívka
bed29fd4b1
Convert better from byte value to percentage in futurenow ( #45042 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-02-15 12:33:13 +01:00
Erik Montnemery
c8e04ee960
Bump hatasmota to 0.2.9 ( #46561 )
2021-02-15 12:16:28 +01:00
Erik Montnemery
5a907ebafc
Remove @home-assistant/core from MQTT codeowners ( #46562 )
2021-02-15 11:51:56 +01:00
Allen Porter
3f4828f5e1
Add additional stream HLS payload tests ( #46517 )
...
* Add tests for HLS playlist view details
* Add tests for hls playlist payloads
* Update tests/components/stream/test_hls.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Update tests/components/stream/test_hls.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Update tests/components/stream/test_hls.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Update tests/components/stream/test_hls.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Update tests/components/stream/test_hls.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Update tests/components/stream/test_hls.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
* Update tests/components/stream/test_hls.py
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com >
2021-02-14 20:32:37 -08:00
Raman Gupta
cfdaadf5d9
Allow users to set device class for universal media player ( #46550 )
2021-02-14 17:05:23 -10:00
tkdrob
06c8fc6ef1
Use core constants for wemo and whois ( #46548 )
2021-02-14 20:14:48 -05:00
Raman Gupta
a3b733f1ec
Add additional supported feature support to universal media player ( #44711 )
...
* add additional supported feature support to universal media player
* add missing services
2021-02-14 19:35:14 -05:00
HomeAssistant Azure
0af634a9f8
[ci skip] Translation update
2021-02-15 00:14:36 +00:00
J. Nick Koston
12abe5707d
Fix typing on tuya fan percentage ( #46541 )
2021-02-14 17:05:31 -05:00
tkdrob
7e88487800
Use core constants for wemo ( #46544 )
2021-02-14 17:01:53 -05:00
tkdrob
a5f372018c
Use core constants for volvooncall ( #46543 )
2021-02-14 17:01:18 -05:00
tkdrob
f1c792b4c8
Use core constants for uvc ( #46538 )
2021-02-14 22:21:55 +01:00
J. Nick Koston
aa061e5818
Fix variable name from script refactoring ( #46503 )
2021-02-14 10:52:18 -10:00
tkdrob
1444afbe5a
Use core constants for vasttrafik ( #46539 )
2021-02-14 21:47:08 +01:00
J. Nick Koston
c9df42b69a
Add support for pre-filtering events to the event bus ( #46371 )
2021-02-14 09:42:55 -10:00
Anders Melchiorsen
f8f86fbe48
Do not trigger when template is true at startup ( #46423 )
2021-02-14 19:54:11 +01:00
jan iversen
855bd653b4
Update modbus test harness ( #44892 )
...
* Update test harness to allow discovery_info testing.
This is a needed update, before the whole config is converted
to the new structure, because it allows test of both the old
and new configuration style.
The following changes have been made:
- Combine test functions into a single base_test.
- Prepare for new mock by combining the 2 common test functions into one.
- Change mock to be only modbusHub
- Do not replace whole modbus class, but only the class that
connects to pymodbus (modbusHub). This allows test of modbus
configurations and not only component configurations, and is needed
when testing discovery activated platform.
- Add test of climate.
Warning this is merely test of discovery,
the real cover tests still needs to be added.
- Add test of cover.
Warning this is merely test of discovery,
the real cover tests still needs to be added.
* Update comment for old config
* Do not use hass.data, but instead patch pymodbus library.
* Add test of configuration (old/new way as available).
* Move assert to test function.
Make assert more understandable by removing it from the helper.
add base_config_test (check just calls base_test) to make it clear if
test is wanted or just controlling the config.
* use setup_component to load Modbus since it is an integration.
* Optimized flow in test helper.
2021-02-14 17:40:30 +01:00
javicalle
9777608861
Add myself to RFLink codeowners ( #46511 )
2021-02-14 16:24:00 +01:00
Tom Parker-Shemilt
27d16af36b
Don't allow recursive secrets loading ( #41812 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-14 14:23:31 +01:00
tkdrob
a5a45f29e2
Cleanup unused loggers ( #46510 )
2021-02-14 13:46:58 +01:00
Allen Porter
10e88cd23d
Improve nest defense against broken event loop on shutdown ( #46494 )
2021-02-14 13:36:05 +01:00
kpine
dfa973f9ef
Add barrier covers to zwave_js integration ( #46379 )
2021-02-14 13:24:29 +01:00
Andrey Kupreychik
accba85e35
Add keenetic_ndms2 config flow ( #38353 )
2021-02-14 13:09:19 +01:00
tkdrob
2c3a2bd35e
Clean up template ( #46509 )
2021-02-14 12:16:30 +01:00
Khole
811e1cc3e6
Add hive hub 360 sensors ( #46320 )
2021-02-14 11:39:31 +01:00
tkdrob
3ea02e646d
Use core constants for trend ( #46521 )
2021-02-14 11:30:40 +01:00
tkdrob
294d3c6529
Use core constants for thethingsnetwork ( #46520 )
2021-02-14 11:28:55 +01:00
tkdrob
854504cccc
Use core constants for switcher_kis ( #46507 )
2021-02-14 10:21:53 +01:00
tkdrob
c76758f775
Use core constants for temper ( #46508 )
2021-02-14 10:21:02 +01:00
MatthewFlamm
7a401d3d5d
Fix missing condition in nws ( #46513 )
2021-02-13 17:35:57 -10:00
J. Nick Koston
1845f69729
Update tuya for new fan entity model ( #45870 )
2021-02-13 16:23:19 -10:00
HomeAssistant Azure
17a4678906
[ci skip] Translation update
2021-02-14 00:06:28 +00:00
tkdrob
dfe173d619
Use core constants for rmvtransport ( #46502 )
2021-02-13 18:22:28 -05:00
tkdrob
5db4d78dc7
Use core constants for rpi_rf ( #46500 )
2021-02-13 18:21:42 -05:00
tkdrob
84488b9c28
Use core constants for sma ( #46501 )
2021-02-13 18:21:15 -05:00
Franck Nijhof
7148071be8
Improve Elgato code quality ( #46505 )
2021-02-13 23:50:25 +01:00
Álvaro Fernández Rojas
eecf07d7df
Add AEMET OpenData integration ( #45074 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-13 21:53:28 +01:00
J. Nick Koston
2f40f44670
Update HAP-python to 3.3.0 for homekit ( #46497 )
...
Changes: https://github.com/ikalchev/HAP-python/compare/v3.2.0...v3.3.0
2021-02-13 20:30:55 +01:00
ollo69
f38b06ed6d
Add Asuswrt Config Flow and Scanner Entities ( #46468 )
...
* Add Asuswrt config flow (#43948 )
* Add AsusWrt Scanner Entity (#44759 )
* Add Scanner Entity
- device tracker entity changed from "DeviceScanner" to "ScannerEntity"
- sensors recoded to use "router" class
- config entry review to allow multiple entity (for future use)
* Force checks
* Removed new option and change sensors
* Update test_sensor.py
* Requested changes
* Removed router unique-id
* Update last_activity attr only when available
* Add Options for AsusWRT Scanner Entity (#44808 )
* Add Asuswrt config flow (#43948 )
* Add AsusWrt Scanner Entity (#44759 )
* Add Scanner Entity
- device tracker entity changed from "DeviceScanner" to "ScannerEntity"
- sensors recoded to use "router" class
- config entry review to allow multiple entity (for future use)
* Force checks
* Removed new option and change sensors
* Update test_sensor.py
* Requested changes
* Removed router unique-id
* Update last_activity attr only when available
* Add Options for Scanner Entity
* Fix isort
* Removed "Track New" option
* Add Options for Scanner Entity
* Fix isort
* Removed "Track New" option
* Add test for all the options in the config flow
2021-02-13 19:17:06 +01:00
Shay Levy
6f261a09b0
Remove deprecated xfinity integration ( #46484 )
2021-02-13 14:07:55 +01:00
Shay Levy
52c5bc0a99
Remove deprecated Synology integration ( #46482 )
2021-02-13 13:23:40 +01:00
Franck Nijhof
bc1daf1802
None optional hass typing in FlowHandler ( #46462 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-13 13:21:37 +01:00
Rob Bierbooms
1244fb4152
Bump dsmr_parser to 0.28, configure keep_alive_interval ( #46464 )
2021-02-13 13:19:38 +01:00
tkdrob
13b881acfc
Use core constants for simplepush ( #46465 )
2021-02-13 13:07:11 +01:00
tkdrob
621c8e700b
Use core constants for starline ( #46471 )
2021-02-13 12:33:13 +01:00
Maciej Bieniek
b8584cab5d
Remove unnecessary gethostbyname() from Shelly integration ( #46483 )
2021-02-13 12:27:54 +01:00
tkdrob
820a260252
Use core constants for homeassistant triggers ( #46472 )
2021-02-13 12:07:42 +01:00
tkdrob
2ecac6550f
Use core constants for dynalite ( #46044 )
2021-02-13 12:06:20 +01:00
On Freund
1a8cdba9af
Gracefully handle missing A/V info in Onkyo integration ( #46228 )
...
* Gracefully handle missing A/V info
* Do not attempt to query A/V info if unsupported
* Rename _parse_onkyo_tuple
2021-02-13 12:03:49 +01:00
HomeAssistant Azure
8bacfcec50
[ci skip] Translation update
2021-02-13 00:03:13 +00:00
tkdrob
ae45d7dade
Use core constants for rflink ( #46440 )
2021-02-12 23:32:56 +01:00
tkdrob
da4cb6d294
Use core constants for somfy ( #46466 )
2021-02-12 23:25:15 +01:00
J. Nick Koston
bc8a52038b
Fix homekit migration not being awaited ( #46460 )
2021-02-12 08:45:19 -10:00
Franck Nijhof
dd8d4471ec
Postponed evaluation of annotations for integrations ( #46455 )
2021-02-12 18:54:00 +01:00
Maciej Bieniek
061d9c5293
Bump brother library to version 0.2.1 ( #46421 )
2021-02-12 18:11:35 +01:00
Franck Nijhof
362a1cd9bd
Upgrade sentry-sdk to 0.20.1 ( #46456 )
2021-02-12 17:59:08 +01:00
Erik Montnemery
f1714dd541
Make some Area and EntityRegistry member functions callbacks ( #46433 )
2021-02-12 17:00:35 +01:00
jan iversen
8418489345
Allow Modbus "old" config or discovery_info as configuration ( #46445 )
2021-02-12 16:33:18 +01:00
tkdrob
f929aa222f
Use core constants for roomba ( #46441 )
2021-02-12 16:09:36 +01:00
Christophe Painchaud
c3b460920e
Enable TCP KEEPALIVE to RFLink for dead connection detection ( #46438 )
...
RFLink compoment when used over TCP protocol suffers a major issue : it doesn't
know when connection is timeout or lost because there is no keepalive mechanism
so it can stay disconnected forever.
I wrote a small patch for the underlying 'python-rflink' library which will enable
TCP KEEPPAlive. On HASSIO side it will just add an optional argument in yml file
which will propagate to python-rflink caller.
2021-02-12 15:58:59 +01:00
David Dix
a8beae3c51
Add apple tv remote delay command ( #46301 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-12 14:58:01 +01:00
Robert Kingston
479ff92acb
Fix cmus remote disconnections ( #40284 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-12 13:31:36 +01:00
Marcel van der Veldt
b7dd9bf58f
Enhance platform discovery for zwave_js ( #46355 )
2021-02-12 13:29:11 +01:00
tkdrob
74f5f8976f
Use core constants for rpi_gpio ( #46442 )
2021-02-12 12:15:30 +01:00
Erik Montnemery
190a9f66cb
Improve MQTT timeout print ( #46398 )
2021-02-12 11:43:44 +01:00
tkdrob
0d2f5cf7ed
Use core constants for plugwise ( #46414 )
2021-02-12 11:42:34 +01:00
Franck Nijhof
9b7c39d20b
Postponed evaluation of annotations in core ( #46434 )
...
* Postponed evaluation of annotations in core
* Remove unneeded future
2021-02-12 10:58:20 +01:00
tkdrob
910c034613
Use core constants for recollect_waste ( #46416 )
2021-02-12 09:28:11 +01:00
Joakim Plate
a67b598971
Correct errors found on post merge review in philips_js ( #46428 )
...
* Correct missed review changes
* Adjust return value for device trigger
* Drop cannot connect
* Always assume there is a unique id
* No need to yield
* Update homeassistant/components/philips_js/media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Move typing to init
* Adjust typing instead of returning lambda
* Explicity return None
* Coerce into int
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-12 02:35:29 +01:00
HomeAssistant Azure
ee04473e85
[ci skip] Translation update
2021-02-12 00:02:46 +00:00
chriss158
34a491f826
Install libpcap-dev for devcontainer ( #46106 )
2021-02-11 13:17:49 -10:00
Joakim Plate
8dc06e612f
Add config flow to philips_js ( #45784 )
...
* Add config flow to philips_js
* Adjust name of entry to contain serial
* Use device id in event rather than entity id
* Adjust turn on text
* Deprecate all fields
* Be somewhat more explicit in typing
* Switch to direct coordinator access
* Refactor the pluggable action
* Adjust tests a bit
* Minor adjustment
* More adjustments
* Add missing await in update coordinator
* Be more lenient to lack of system info
* Use constant for trigger type and simplify
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-11 21:37:53 +01:00
Czapla
14a64ea970
Add generic_thermostat unique ID parameter ( #46399 )
...
* Add generic_thermostat unique ID parameter
* Add tests for unique id
* Fix flake8
2021-02-11 19:46:58 +00:00
Erik Montnemery
26e7916367
Migrate mobile_app to RestoreEntity ( #46391 )
2021-02-11 20:18:03 +01:00
tkdrob
70e23402a9
Use core constants for ohmconnect ( #46413 )
2021-02-11 13:56:50 -05:00
Martin
eb0d1bb673
Improve knx fan implementation ( #46404 )
2021-02-11 07:55:17 -10:00
tkdrob
fd177441b3
Use core constants for nmap_tracker ( #46402 )
2021-02-11 17:45:26 +01:00
tkdrob
c95f401e2e
Use core constants for nissan_leaf ( #46401 )
2021-02-11 17:44:39 +01:00
Erik Montnemery
ed31cc363b
Wait for registries to load at startup ( #46265 )
...
* Wait for registries to load at startup
* Don't decorate new functions with @bind_hass
* Fix typing errors in zwave_js
* Load registries in async_test_home_assistant
* Tweak
* Typo
* Tweak
* Explicitly silence mypy errors
* Fix tests
* Fix more tests
* Fix test
* Improve docstring
* Wait for registries to load
2021-02-11 17:36:19 +01:00
Anders Melchiorsen
888c9e120d
Raise ConditionError for time errors ( #46250 )
2021-02-11 17:29:17 +01:00
Steve Dwyer
5ce49c62b1
Allow MQTT template light floating point transition ( #46385 )
...
Allow to use floating point values for the transition time of the MQTT
template light.
2021-02-11 14:57:27 +01:00
tkdrob
b1a7bfee14
Clean up kira integration constants ( #46390 )
2021-02-11 07:59:09 -05:00
tkdrob
c75e63dc95
Use core constants for modbus ( #46388 )
2021-02-11 07:58:16 -05:00
tkdrob
b85ecc0bd2
Use core constants for mqtt ( #46389 )
2021-02-11 13:38:33 +01:00
Franck Nijhof
c10bf079f7
Merge pull request #46383 from home-assistant/rc
2021-02-11 12:52:44 +01:00
tkdrob
1b61b5c10b
Clean up kira integration ( #46292 )
2021-02-11 11:04:11 +01:00
Shay Levy
4034a274f7
Fix Shelly relay device set to light appliance type ( #46181 )
2021-02-11 10:40:54 +01:00
Shay Levy
6015161dab
Fix Shelly relay device set to light appliance type ( #46181 )
2021-02-11 10:40:03 +01:00
Franck Nijhof
953491d509
Bumped version to 2021.2.3
2021-02-11 10:38:21 +01:00
Paulus Schoutsen
b5061d0232
Restore Google/Alexa extra significant change checks ( #46335 )
2021-02-11 10:37:50 +01:00
Bram Kragten
291746334a
Add already_in_progress string to roku config flow ( #46333 )
2021-02-11 10:37:47 +01:00
J. Nick Koston
9f839b8c61
Add reauth support for tesla ( #46307 )
2021-02-11 10:37:43 +01:00
Marcel van der Veldt
70af3e4776
Add guards for missing value in binary_sensor platform of zwave_js integration ( #46293 )
2021-02-11 10:37:40 +01:00
Greg Dowling
1c2f72a453
Bump roonapi to 0.0.32 ( #46286 )
2021-02-11 10:37:36 +01:00
J. Nick Koston
bf2a34600a
Fix Lutron Integration Protocol reconnect logic ( #46264 )
2021-02-11 10:37:33 +01:00
J. Nick Koston
b5bdd7f2cf
Update powerwall for new authentication requirements ( #46254 )
...
Co-authored-by: badguy99 <61918526+badguy99@users.noreply.github.com >
2021-02-11 10:37:29 +01:00
J.P. Hutchins
30ddfd837a
Revert transmission to check torrent lists by name rather than object ( #46190 )
2021-02-11 10:37:26 +01:00
ehendrix23
d2d2bed16b
Bump pymyq to 3.0.1 ( #46079 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-11 10:37:22 +01:00
Alan Tse
db557a094c
Use oauthv3 for Tesla ( #45766 )
2021-02-11 10:37:18 +01:00
Anders Melchiorsen
1f5fb8f28a
Raise ConditionError for template errors ( #46245 )
2021-02-11 10:30:09 +01:00
tkdrob
e013ad2413
Use core constants for microsoft ( #46369 )
2021-02-11 10:25:43 +01:00
J. Nick Koston
f9f4c0aeed
Fix explict return in tesla config flow ( #46377 )
2021-02-11 10:24:31 +01:00
tkdrob
29d8b8a22f
Some code cleanups for ESPHome ( #46367 )
2021-02-11 10:19:39 +01:00
tkdrob
379f5455e5
Use core constants for lovelace ( #46368 )
2021-02-11 10:13:18 +01:00
Mike Keesey
f549ec5ec9
Use activity ids for unique_id for Harmony switches ( #46139 )
2021-02-10 21:50:27 -10:00
Leonardo Figueiro
3ffa42e56a
Update WiLight Cover Fan Light ( #46366 )
2021-02-10 21:25:42 -10:00
tkdrob
56adc9dadb
Use core constants for lcn ( #46348 )
2021-02-10 21:22:32 -05:00
tkdrob
af2fa17e8e
Use core constants for local_file ( #46349 )
2021-02-10 21:21:35 -05:00
tkdrob
7f8fa7feaf
Use core constants for logi_circle ( #46359 )
2021-02-10 21:20:40 -05:00
HomeAssistant Azure
8007391244
[ci skip] Translation update
2021-02-11 00:02:56 +00:00
Leonardo Figueiro
6182fedf3f
Update wilight tests for new fan entity model ( #46358 )
2021-02-10 13:09:03 -10:00
J. Nick Koston
281fbe1dfa
Update wilight for new fan entity model ( #45869 )
2021-02-10 12:49:52 -10:00
tkdrob
d8a2e0e051
Remove unnecessary variables from logbook ( #46350 )
2021-02-10 12:17:37 -10:00
Maciej Bieniek
fdd8159955
Fix SNMP engine memory leak in Brother integration ( #46272 )
...
* Fix SNMP engine memory leak
* Fix pylint error
2021-02-10 22:32:48 +01:00
uvjustin
acde33dbbc
Keep 1 extra segment around after playlist removal ( #46310 )
...
* Keep 1 extra segment around after playlist removal
* Remove segments length check
2021-02-10 15:51:16 -05:00
ehendrix23
9bc3c6c130
Bump pymyq to 3.0.1 ( #46079 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-10 10:30:52 -10:00
J. Nick Koston
c59b1c72c5
Add reauth support for tesla ( #46307 )
2021-02-10 20:55:06 +01:00
J.P. Hutchins
67ab86443e
Revert transmission to check torrent lists by name rather than object ( #46190 )
2021-02-10 20:53:31 +01:00
J. Nick Koston
884df40951
Update powerwall for new authentication requirements ( #46254 )
...
Co-authored-by: badguy99 <61918526+badguy99@users.noreply.github.com >
2021-02-10 20:50:38 +01:00
J. Nick Koston
2e2eab662b
Fix Lutron Integration Protocol reconnect logic ( #46264 )
2021-02-10 20:48:15 +01:00
Erik Montnemery
fc4fc48763
Bump hatasmota to 0.2.8 ( #46340 )
2021-02-10 20:42:34 +01:00
Leonardo Figueiro
2db102e023
Add WiLight Cover ( #46065 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-10 09:08:39 -10:00
Alan Tse
cdd78316c4
Use oauthv3 for Tesla ( #45766 )
2021-02-10 08:01:24 -10:00
Paulus Schoutsen
538df17a28
Restore Google/Alexa extra significant change checks ( #46335 )
2021-02-10 16:30:29 +01:00
Marcel van der Veldt
74647e1fa8
Add guards for missing value in binary_sensor platform of zwave_js integration ( #46293 )
2021-02-10 10:30:16 -05:00
Joakim Sørensen
917a616ce1
Replace parse_version with AwesomeVersion ( #46329 )
2021-02-10 15:58:26 +01:00
Joakim Sørensen
dbb98e6cac
Replace LooseVersion with AwesomeVersion ( #46330 )
2021-02-10 15:26:38 +01:00
Joakim Sørensen
ea4ad85488
Replace StrictVersion with AwesomeVersion ( #46331 )
2021-02-10 15:25:44 +01:00
Bram Kragten
7928cda080
Add already_in_progress string to roku config flow ( #46333 )
2021-02-10 15:25:24 +01:00
tkdrob
ad72715212
Use core constants for konnected ( #46322 )
2021-02-10 08:57:53 -05:00
Franck Nijhof
b7e11347d5
Remove defunct Crime Reports integration ( #46312 )
2021-02-10 14:56:54 +01:00
Erik Montnemery
c66d9ea25c
Hide volume control for cast devices with fixed volume ( #46328 )
2021-02-10 08:39:10 -05:00
tkdrob
ad400d91bc
Use core constants for sensor integration ( #46290 )
2021-02-10 08:36:05 -05:00
tkdrob
6e1f3b7861
Use core constants for joaoapps_join ( #46291 )
2021-02-10 08:35:11 -05:00
Franck Nijhof
22389043eb
Remove base_url fallback ( #46316 )
2021-02-10 14:31:11 +01:00
Ville Skyttä
a6358430b4
Fix deprecated asyncio.wait use with coroutines ( #44981 )
...
https://docs.python.org/3/library/asyncio-task.html#asyncio-example-wait-coroutine
2021-02-10 14:16:58 +01:00
Bram Kragten
4b493c5ab9
Add target to service call API ( #45898 )
...
* Add target to service call API
* Fix _async_call_service_step
* CONF_SERVICE_ENTITY_ID overrules target
* Move merging up before processing schema
* Restore services.yaml
* Add test
2021-02-10 12:42:28 +01:00
Shay Levy
7d2d98fc3c
Revert multiple interfaces ( #46300 )
2021-02-10 12:38:16 +01:00
Erik Montnemery
bfd5a62bad
Fix typo ( #46321 )
2021-02-10 11:31:51 +01:00
uvjustin
1fea24502c
Bump pyav version to 8.03 ( #46315 )
2021-02-10 18:14:03 +08:00
Erik Montnemery
78b7fbf7b1
Fix race in EntityRegistry.async_device_modified ( #46319 )
2021-02-10 10:50:44 +01:00
Greg Dowling
b0b81246f0
Bump roonapi to 0.0.32 ( #46286 )
2021-02-10 10:27:25 +01:00
Martin
175f2f0275
Add fan platform to knx ( #46161 )
2021-02-09 22:09:34 -10:00
Allen Porter
26f455223b
Update nest stream URLs expiration ( #46311 )
2021-02-09 23:53:34 -08:00
Allen Porter
00aebec90d
Fix bug in test found by manual log inspection ( #46309 )
2021-02-09 21:59:49 -08:00
HomeAssistant Azure
5fcb948e28
[ci skip] Translation update
2021-02-10 00:05:10 +00:00
Khole
3381e2f65a
Convert Hive to Async ( #46117 )
...
* Convert Hive to Async
* Update Refresh System
* Update load platform to Async
* Changes from review feedback
* Review Round 2
* Updated service
* Updated dict keys
* Convert Hive to Async
* Update Refresh System
* Update load platform to Async
* Changes from review feedback
* Review Round 2
* Updated service
* Updated dict keys
* Convert Hive to Async
* Update Refresh System
* Update load platform to Async
* Changes from review feedback
* Review Round 2
* Updated service
* Updated dict keys
* Updated Refresh System
2021-02-09 22:03:49 +01:00
tkdrob
6f4cb18fa8
Use core constants for here_travel_time ( #46246 )
2021-02-09 20:23:46 +01:00
tkdrob
a26cf7aeec
Remove unnecessary variable definition in firmata ( #46172 )
2021-02-09 20:23:02 +01:00
bsmappee
1c1b2f497a
bump pysmappee ( #46270 )
2021-02-09 20:21:51 +01:00
tkdrob
57ce182959
Remove unnecessary constant from ihc ( #46268 )
2021-02-09 20:21:04 +01:00
tkdrob
f46dc3c48e
Use core constants for elkm1 ( #46091 )
2021-02-09 20:20:20 +01:00
tkdrob
c69c493cf9
Use core constants for image_processing ( #46269 )
2021-02-09 08:03:14 -05:00
tkdrob
da67cde369
Use core constants for homematic ( #46248 )
2021-02-09 12:02:53 +01:00
Anders Melchiorsen
f27066e773
Raise ConditionError for state errors ( #46244 )
2021-02-09 09:46:36 +01:00
J. Nick Koston
6a62ebb6a4
Add BPUP (push updates) support to bond ( #45550 )
2021-02-09 09:43:38 +01:00
Maciej Bieniek
2fc1c19a45
Allow to setup of a previously discovered sleeping Shelly device ( #46124 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-02-09 09:28:40 +01:00
Robert Svensson
20f45f8ab9
Improve deCONZ tests by using aioclient_mock rather than patching web requests ( #45927 )
...
* Don't patch web requests, use aioclient_mock instead
* Remove stale prints
* Remove tests for old way of loading platforms
* Remove unused imports
2021-02-09 08:31:29 +01:00
Allen Porter
b33753f334
Move camera timeouts to constants ( #46262 )
...
Addresses feedback from pr #45431 . Also removes an redundant `create_stream` timeout.
2021-02-08 21:21:14 -08:00
Allen Porter
2bcf87b980
Change the API boundary between camera and stream with initial improvement for nest expiring stream urls ( #45431 )
...
* Change the API boundary between stream and camera
Shift more of the stream lifecycle management to the camera. The motivation is to support stream urls that expire
giving the camera the ability to change the stream once it is created.
* Document stream lifecycle and simplify stream/camera interaction
* Reorder create_stream function to reduce diffs
* Increase test coverage for camera_sdm.py
* Fix ffmpeg typo.
* Add a stream identifier for each stream, managed by camera
* Remove stream record service
* Update homeassistant/components/stream/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Unroll changes to Stream interface back into camera component
* Fix preload stream to actually start the background worker
* Reduce unncessary diffs for readability
* Remove redundant camera stream start code
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-08 19:53:28 -08:00
Pascal Reeb
889baef456
Add DHCP discovery support to Nuki integration ( #46032 )
2021-02-08 17:11:27 -10:00
HomeAssistant Azure
936ee7d733
[ci skip] Translation update
2021-02-09 00:07:22 +00:00
J. Nick Koston
6563c37ab1
Add support for generic lights to bond ( #46193 )
2021-02-09 00:39:21 +01:00
J. Nick Koston
93fafedf72
Cleanup bond identifiers and device info ( #46192 )
2021-02-09 00:37:32 +01:00
Erik Montnemery
58b4a91a5b
Test that variables are passed to wait_for_trigger script action ( #46221 )
2021-02-09 00:34:18 +01:00
Paulus Schoutsen
0ddc7d90a4
Merge pull request #46249 from home-assistant/rc
2021-02-09 00:28:15 +01:00
tkdrob
c602c619a2
Use core constants for hikvision ( #46247 )
2021-02-09 00:13:58 +01:00
Paulus Schoutsen
6ec49c696c
Bumped version to 2021.2.2
2021-02-08 22:37:01 +00:00
J. Nick Koston
c02870686a
Handle empty mylink response at startup ( #46241 )
2021-02-08 22:36:54 +00:00
Álvaro Fernández Rojas
387301f024
Fix Tado Power and Link binary sensors ( #46235 )
...
Power and Link aren't converted from strings to booleans by python-tado, so we
need to properly parse before assigning the string value to binary sensors.
Fixes: 067f2d0098 ("Add tado zone binary sensors (#44576 )")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-02-08 22:36:53 +00:00
J. Nick Koston
384a5ae053
Ensure creating an index that already exists is forgiving for postgresql ( #46185 )
...
Unlikely sqlite and mysql, postgresql throws ProgrammingError instead
of InternalError or OperationalError when trying to create an index
that already exists.
2021-02-08 22:36:43 +00:00
Matthias Alphart
47464b89af
Enable KNX auto_reconnect for auto-discovered connections ( #46178 )
2021-02-08 22:36:39 +00:00
Daniel Shokouhi
983e980554
Revert "Convert ozw climate values to correct units ( #45369 )" ( #46163 )
...
This reverts commit 1b6ee8301a .
2021-02-08 22:36:38 +00:00
Hmmbob
39a7d975f6
Fix Google translate TTS by bumping gTTS from 2.2.1 to 2.2.2 ( #46110 )
2021-02-08 22:36:37 +00:00
Marcel van der Veldt
fd19f3ebdb
Update zwave_js discovery scheme for boolean sensors in the Alarm CC ( #46085 )
2021-02-08 22:36:36 +00:00
Marcel van der Veldt
f9f681ac36
update discovery scheme for zwave_js light platform ( #46082 )
2021-02-08 22:36:35 +00:00
Marcel van der Veldt
d16d6f3f3f
Handle missing value in all platforms of zwave_js ( #46081 )
2021-02-08 22:36:05 +00:00
Robert Svensson
483b1dfa61
Use async_update_entry rather than updating config_entry.data directly in Axis ( #46078 )
...
Don't step version in migrate_entry to support rollbacking
2021-02-08 22:33:48 +00:00
J. Nick Koston
c57fa16a1f
Fix incorrect current temperature for homekit water heaters ( #46076 )
2021-02-08 22:33:47 +00:00
Raman Gupta
a9eb9d6136
Fix zwave_js Notification CC sensors and binary sensors ( #46072 )
...
* only include property key name in sensor name if it exists
* add endpoint to binary_sensor and sensor notification CC entities if > 0
* refactor to have helper method generate name
* change default behavior of generate_name
* return value for notification sensor when we can't find the state
* store generated name
2021-02-08 22:33:46 +00:00
Robert Svensson
96d8d432d7
Improve deCONZ logbook to be more robust in different situations ( #46063 )
2021-02-08 22:33:46 +00:00
Marc Mueller
1e59fa2cb2
Fix deprecated method isAlive() ( #46062 )
2021-02-08 22:33:45 +00:00
Steven Rollason
285fd3d43c
Fix downloader path validation on subdir ( #46061 )
2021-02-08 22:33:44 +00:00
Sergio Conde Gómez
88485d384c
Fix foscam to work again with non-admin accounts and make RTSP port configurable again ( #45975 )
...
* Do not require admin account for foscam cameras.
Foscam cameras require admin account for getting the MAC address,
requiring an admin account in the integration is not desirable as
an operator one is good enough (and a good practice).
Old entries using the MAC address as unique_id are migrated to the
new unique_id format so everything is consistent.
Also fixed unhandled invalid responses from the camera in the
config flow process.
* Make RTSP port configurable again as some cameras reports wrong port
* Remove periods from new log lines
* Set new Config Flow version to 2 and adjust the entity migration
* Create a proper error message for the InvalidResponse exception
* Change crafted unique_id to use entry_id in the entity
* Abort if same host and port is already configured
* Fix entry tracking to use entry_id instead of unique_id
* Remove unique_id from mocked config entry in tests
2021-02-08 22:33:40 +00:00
Nathan Spencer
58b9394a5f
Fix zwave_js cover control for Up/Down and Open/Close ( #45965 )
...
* Fix issue with control of cover when the target value is Up/Down instead of Open/Close
* Adjust open/close/stop cover control to account for no Open/Up or Close/Down targets
* Revert back to using values of 0/99 to close/open a cover since it is supported by all covers
* Replace RELEASE_BUTTON with False and remove unused PRESS_BUTTON in zwave_js cover
2021-02-08 22:33:37 +00:00
J. Nick Koston
6467eff09c
Fix incorrect current temperature for homekit water heaters ( #46076 )
2021-02-08 23:23:02 +01:00
J. Nick Koston
dc26fd5149
Ensure creating an index that already exists is forgiving for postgresql ( #46185 )
...
Unlikely sqlite and mysql, postgresql throws ProgrammingError instead
of InternalError or OperationalError when trying to create an index
that already exists.
2021-02-08 23:22:38 +01:00
tkdrob
6b340415b2
Use core constants for greeneye_monitor ( #46238 )
2021-02-08 22:53:46 +01:00
tkdrob
c2302784c2
Use core constants for helpers ( #46240 )
2021-02-08 22:53:17 +01:00
tkdrob
00bbf8c3a2
Use core constants for group component ( #46239 )
2021-02-08 22:52:28 +01:00
J. Nick Koston
c0a1fc2916
Handle empty mylink response at startup ( #46241 )
2021-02-08 22:51:46 +01:00
Álvaro Fernández Rojas
fcae840641
Fix Tado Power and Link binary sensors ( #46235 )
...
Power and Link aren't converted from strings to booleans by python-tado, so we
need to properly parse before assigning the string value to binary sensors.
Fixes: 067f2d0098 ("Add tado zone binary sensors (#44576 )")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-02-08 22:49:46 +01:00
J. Nick Koston
71d7ae5992
Downgrade and improve lutron caseta LIP error message ( #46236 )
2021-02-08 22:48:02 +01:00
Marcel van der Veldt
829131fe51
Update zwave_js discovery scheme for boolean sensors in the Alarm CC ( #46085 )
2021-02-08 11:57:22 -05:00
Marcel van der Veldt
be779d8712
update discovery scheme for zwave_js light platform ( #46082 )
2021-02-08 11:56:19 -05:00
Paulus Schoutsen
e27619fe50
Allow discovery info accessible from CORS enabled domains ( #46226 )
2021-02-08 17:19:55 +01:00
Álvaro Fernández Rojas
1b194e3b2f
Add noltari to Tado code owners ( #46216 )
2021-02-08 11:08:13 -05:00
Bram Kragten
86fe5d0561
Update frontend to 20210208.0 ( #46225 )
2021-02-08 16:42:33 +01:00
Allen Porter
dca6a93898
Centralize keepalive logic in Stream class ( #45850 )
...
* Remove dependencies on keepalive from StremaOutput and stream_worker
Pull logic from StreamOutput and stream_worker into the Stream
class, unifying keepalive and idle timeout logic. This prepares
for future changes to preserve hls state across stream url changes.
2021-02-08 07:19:41 -08:00
Paulus Schoutsen
e20a814926
Call setup during devcontainer create ( #46224 )
2021-02-08 16:16:40 +01:00
Shay Levy
81c88cd639
Enhance MQTT cover platform ( #46059 )
...
* Enhance MQTT cover platform
Allow combining of position and state of MQTT cover
Add template and fix optimistic in set tilt position
Add tests
* Add abbreviations
* Add tests and stopped state
* Cleanup & fix range for templates
* Apply suggestions from code review
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-02-08 16:02:12 +01:00
Greg Dowling
8f4ea3818d
Add unavailable to Vera ( #46064 )
2021-02-08 15:25:54 +01:00
Henco Appel
b1ffe429cd
Fix BT Smarthub device tracker ( #44813 )
2021-02-08 15:24:18 +01:00
Joeri
2811e39c5c
Add entity specific force_update for DSMR ( #46111 )
2021-02-08 15:18:36 +01:00
Franck Nijhof
48808978c4
Upgrade pre-commit to 2.10.1 ( #46211 )
2021-02-08 15:05:11 +01:00
Martin Hjelmare
568180632e
Fix sync oath2 scaffold template ( #46219 )
2021-02-08 15:00:17 +01:00
Bram Kragten
6f446cf627
Add my component ( #46058 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-08 14:44:46 +01:00
Anders Melchiorsen
48002f47f4
Use caplog fixture for log capturing ( #46214 )
2021-02-08 14:33:57 +01:00
Erik Montnemery
0780e52ca4
Support templates in event triggers ( #46207 )
...
* Support templates in event triggers
* Don't validate trigger schemas twice
2021-02-08 14:06:27 +01:00
Matteo Agnoletto
eaa2d371a7
Add select selector for blueprints ( #45803 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-02-08 14:03:26 +01:00
Erik Montnemery
2744d64a3e
Pass variables to state trigger templates ( #46208 )
...
* Pass variables to state trigger templates
* Remove non working test
2021-02-08 13:22:01 +01:00
Erik Montnemery
9d9c4b47ee
Pass variables to numeric state trigger templates ( #46209 )
2021-02-08 13:21:31 +01:00
tkdrob
92e5bf9786
Use core constants for google ( #46210 )
2021-02-08 12:24:48 +01:00
Ville Skyttä
82607977ef
Various type hint improvements ( #46144 )
2021-02-08 11:59:46 +01:00
tkdrob
54dce1c505
Use core constants for fleetgo ( #46200 )
2021-02-08 11:47:30 +01:00
Fabian Affolter
5a4e1eeb0e
Upgrade praw to 7.1.4 ( #46202 )
2021-02-08 11:46:58 +01:00
Hmmbob
a23e05d1f6
Fix Google translate TTS by bumping gTTS from 2.2.1 to 2.2.2 ( #46110 )
2021-02-08 11:43:30 +01:00
tkdrob
87c36d6b6b
Use core constants for google_assistant ( #46204 )
2021-02-08 11:36:59 +01:00
tkdrob
5faf463205
Use core constants for frontend component ( #46203 )
2021-02-08 11:36:45 +01:00
tkdrob
9b0955b67e
Use core constants for flux ( #46201 )
2021-02-08 11:26:57 +01:00
Matthias Alphart
e7ca0ff71a
Enable KNX auto_reconnect for auto-discovered connections ( #46178 )
2021-02-08 11:23:50 +01:00
Erik Montnemery
f99c27c6d4
Remove unneeded from_state from device triggers ( #45152 )
2021-02-08 11:09:45 +01:00
Per Sandström
8efb5eea4d
Bump python-verisure to version 1.7.2 ( #46177 )
2021-02-08 11:00:23 +01:00
Erik Montnemery
047f16772f
Support templating MQTT triggers ( #45614 )
...
* Add support for limited templates (no HASS access)
* Pass variables to automation triggers
* Support templates in MQTT triggers
* Spelling
* Handle trigger referenced by variables
* Raise on unsupported function in limited templates
* Validate MQTT trigger schema in MQTT device trigger
* Add trigger_variables to automation config schema
* Don't print stacktrace when setting up trigger throws
* Make pylint happy
* Add trigger_variables to variables
* Add debug prints, document limited template
* Add tests
* Validate MQTT trigger topic early when possible
* Improve valid_subscribe_topic_template
2021-02-08 10:50:38 +01:00
Anders Melchiorsen
b9b1caf4d7
Raise ConditionError for numeric_state errors ( #45923 )
2021-02-08 10:47:57 +01:00
Paulus Schoutsen
9e07910ab0
Mark entities as unavailable when they are removed but are still registered ( #45528 )
...
* Mark entities as unavailable when they are removed but are still registered
* Add sync_entity_lifecycle to collection helper
* Remove debug print
* Lint
* Fix tests
* Fix tests
* Update zha
* Update zone
* Fix tests
* Update hyperion
* Update rfxtrx
* Fix tests
* Pass force_remove=True from integrations
Co-authored-by: Erik <erik@montnemery.com >
2021-02-08 10:45:46 +01:00
Aaron Godfrey
aa005af266
Fix dyson service name in services.yaml ( #46176 )
2021-02-08 10:39:33 +01:00
dependabot[bot]
c7a9571920
Bump actions/stale from v3.0.15 to v3.0.16 ( #46196 )
2021-02-08 10:06:38 +01:00
dependabot[bot]
75519d2d6c
Bump actions/cache from v2 to v2.1.4 ( #46197 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 09:59:07 +01:00
tkdrob
352bba1f15
Use core constants for efergy ( #46090 )
2021-02-08 09:45:05 +01:00
Adam Outler
840891e4f4
Increase skybell scan time to reduce timeouts ( #46169 )
2021-02-08 09:37:23 +01:00
Erik Montnemery
28ef3f68f3
Add media_player device triggers ( #45430 )
...
* Add media player device triggers
* Update tests
2021-02-08 09:36:14 +01:00
Fabian Affolter
ca87bf49b6
Upgrade praw to 7.1.3 ( #46073 )
2021-02-08 09:34:12 +01:00
tkdrob
04c1578f15
Use core constants for file integration ( #46171 )
2021-02-08 09:32:01 +01:00
tkdrob
5755598c95
Use core constants for fixer ( #46173 )
2021-02-08 09:31:02 +01:00
tkdrob
66ecd2e0f2
Remove unused config_flows ( #46188 )
2021-02-08 08:32:24 +01:00
Daniel Shokouhi
d02b78c634
Revert "Convert ozw climate values to correct units ( #45369 )" ( #46163 )
...
This reverts commit 1b6ee8301a .
2021-02-08 07:05:10 +01:00
HomeAssistant Azure
aa00c62302
[ci skip] Translation update
2021-02-08 00:07:01 +00:00
tkdrob
8e06fa017d
Use core constants for emulated_hue ( #46092 )
2021-02-07 13:52:48 -05:00
tkdrob
19e9515bec
Use core constants for ffmpeg_motion ( #46137 )
2021-02-07 13:47:16 -05:00
tkdrob
74053b5f2d
Use core constants for envisalink ( #46136 )
2021-02-07 13:28:40 -05:00
Matthias Alphart
94eb31025c
xknx 0.16.3 ( #46128 )
2021-02-07 01:27:58 +01:00
HomeAssistant Azure
818501216e
[ci skip] Translation update
2021-02-07 00:06:57 +00:00
Robert Svensson
618fcda821
Simplify UniFi entry configuration data ( #45759 )
...
* Simplify configuration structure by removing the controller key
* Fix flake8
* Fix review comments
* Don't use migrate_entry mechanism to flatten configuration
Keep legacy configuration when creating new entries as well
2021-02-06 21:32:18 +01:00
Pierre Ståhl
cefde8721d
Add new features to Apple TV media player ( #45828 )
2021-02-06 10:29:48 -10:00
Robert Svensson
60e3fce7dc
Convert old deCONZ groups unique ids ( #46093 )
...
* Convert old groups unique ids
Work around for walrus operator not working properly :/
* Remove CONF_GROUP_ID_BASE once entities unique id are updated
* Don't use migrate_entry mechanism to update unique_ids of groups
* Remove walrus operator :(
* Fix review comments
* Walrusify assignment to old_unique_id
2021-02-06 14:32:17 +01:00
Steven Rollason
08163a848c
Fix downloader path validation on subdir ( #46061 )
2021-02-06 14:05:50 +01:00
Marcel van der Veldt
242ff045b9
Handle missing value in all platforms of zwave_js ( #46081 )
2021-02-06 14:02:03 +01:00
Erik Montnemery
fb68bf85ae
Don't defer formatting of log messages ( #44873 )
...
* Make fast logging optional
* Remove fast logging support
2021-02-06 13:40:15 +01:00
Robert Svensson
94ecb792ec
Use async_update_entry rather than updating config_entry.data directly in Axis ( #46078 )
...
Don't step version in migrate_entry to support rollbacking
2021-02-06 13:17:52 +01:00
J. Nick Koston
a74ae3585a
Fix backwards compatiblity with fan update to new model ( #45951 )
...
* Fix backwards compatiblity with fans update to new model
There were some non-speeds and devices that report a none
speed. These problems were discovered when updating zha
tasmota and vesync to the new model in #45407
* Update coverage
* fix check
2021-02-06 12:48:18 +01:00
Erik Montnemery
369616a6c3
Exclude disabled rfxtrx entities from async_entries_for_device ( #46102 )
2021-02-06 12:19:41 +01:00
Raman Gupta
af4e6f856f
Use better names for zwave_js platforms that are self describing ( #46083 )
...
* use better names for platforms that are self describing
* add missing light change
* fix tests
* only use value_name in sensors and binary_sensors
2021-02-06 12:08:25 +01:00
ehendrix23
ee98ea89dd
Bump aioharmony from 0.2.6 to 0.2.7 ( #46075 )
2021-02-05 23:55:21 -10:00
Erik Montnemery
8a7e0241ab
Fix race in script wait for trigger step ( #46055 )
...
* Fix race in script wait for trigger step
* Update script.py
* Update script.py
2021-02-06 10:01:30 +01:00
djtimca
f2d9e6f70c
Add sensor platform for Aurora integration ( #43148 )
...
* Removed pylint disable on unused after updating CI files that were out of date.
* Pylint still fails due to bug on DOMAIN import. Added disable check.
* Addressed PR comments
* Added import for ClientError to test_config_flow.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-02-05 23:05:39 -08:00
HomeAssistant Azure
ce159d7db3
[ci skip] Translation update
2021-02-06 00:07:22 +00:00
Raman Gupta
33169cf8cd
Fix zwave_js Notification CC sensors and binary sensors ( #46072 )
...
* only include property key name in sensor name if it exists
* add endpoint to binary_sensor and sensor notification CC entities if > 0
* refactor to have helper method generate name
* change default behavior of generate_name
* return value for notification sensor when we can't find the state
* store generated name
2021-02-05 23:36:42 +01:00
Franck Nijhof
67392338da
Activate manual ZHA config flow when no comports detected ( #46077 )
2021-02-05 17:23:47 -05:00
Robert Svensson
434b4dfa58
Improve deCONZ logbook to be more robust in different situations ( #46063 )
2021-02-05 23:07:12 +01:00
Sergio Conde Gómez
2c74befd4f
Fix foscam to work again with non-admin accounts and make RTSP port configurable again ( #45975 )
...
* Do not require admin account for foscam cameras.
Foscam cameras require admin account for getting the MAC address,
requiring an admin account in the integration is not desirable as
an operator one is good enough (and a good practice).
Old entries using the MAC address as unique_id are migrated to the
new unique_id format so everything is consistent.
Also fixed unhandled invalid responses from the camera in the
config flow process.
* Make RTSP port configurable again as some cameras reports wrong port
* Remove periods from new log lines
* Set new Config Flow version to 2 and adjust the entity migration
* Create a proper error message for the InvalidResponse exception
* Change crafted unique_id to use entry_id in the entity
* Abort if same host and port is already configured
* Fix entry tracking to use entry_id instead of unique_id
* Remove unique_id from mocked config entry in tests
2021-02-05 22:39:31 +01:00
functionpointer
c01e01f797
MySensors config flow ( #45421 )
...
* MySensors: Add type annotations
Adds a bunch of type annotations that were created
while understanding the code.
* MySensors: Change GatewayId to string
In preparation for config flow.
The GatewayId used to be id(gateway).
With config flows, every gateway will have its own
ConfigEntry. Every ConfigEntry has a unique id.
Thus we would have two separate but one-to-one related ID systems.
This commit removes this unneeded duplication by using the id of the ConfigEntry
as GatewayId.
* MySensors: Add unique_id to all entities
This allows entities to work well with the frontend.
* MySensors: Add device_info to all entities
Entities belonging to the same node_id will now by grouped as a device.
* MySensors: clean up device.py a bit
* MySensors: Add config flow support
With this change the MySensors can be fully configured from the GUI.
Legacy configuration.yaml configs will be migrated by reading them once.
Note that custom node names are not migrated. Users will have to re-enter
the names in the front-end.
Since there is no straight-forward way to configure global settings,
all previously global settings are now per-gateway. These settings include:
- MQTT retain
- optimistic
- persistence enable
- MySensors version
When a MySensors integration is loaded, it works as follows:
1. __init__.async_setup_entry is called
2. for every platform, async_forward_entry_setup is called
3. the platform's async_setup_entry is called
4. __init__.setup_mysensors_platform is called
5. the entity's constructor (e.g. MySensorsCover) is called
6. the created entity is stored in a dict in the hass object
* MySensors: Fix linter errors
* MySensors: Remove unused import
* MySensors: Feedback from @MartinHjelmare
* MySensors: Multi-step config flow
* MySensors: More feedback
* MySensors: Move all storage in hass object under DOMAIN
The integration now stores everything under hass.data["mysensors"]
instead of using several top level keys.
* MySensors: await shutdown of gateway instead of creating a task
* MySensors: Rename Ethernet to TCP
* MySensors: Absolute imports and cosmetic changes
* MySensors: fix gw_stop
* MySensors: Allow user to specify persistence file
* MySensors: Nicer log message
* MySensors: Add lots of unit tests
* MySensors: Fix legacy import of persistence file name
Turns out tests help to find bugs :D
* MySensors: Improve test coverage
* MySensors: Use json persistence files by default
* MySensors: Code style improvements
* MySensors: Stop adding attributes to existing objects
This commit removes the extra attributes that were being
added to the gateway objects from pymysensors.
Most attributes were easy to remove, except for the gateway id.
The MySensorsDevice class needs the gateway id as it is part of its DevId
as well as the unique_id and device_info.
Most MySensorsDevices actually end up being Entities.
Entities have access to their ConfigEntry via self.platform.config_entry.
However, the device_tracker platform does not become an Entity.
For this reason, the gateway id is not fetched from self.plaform but
given as an argument.
Additionally, MySensorsDevices expose the address of the gateway
(CONF_DEVICE). Entities can easily fetch this information via self.platform,
but the device_tracker cannot. This commit chooses to remove the gateway
address from device_tracker. While this could in theory break some automations,
the simplicity of this solution was deemed worth it.
The alternative of adding the entire ConfigEntry as an argument to MySensorsDevices
is not viable, because device_tracker is initialized by the async_setup_scanner function
that isn't supplied a ConfigEntry. It only gets discovery_info.
Adding the entire ConfigEntry doesn't seem appropriate for this edge case.
* MySensors: Fix gw_stop and the translations
* MySensors: Fix incorrect function calls
* MySensors: Fewer comments in const.py
* MySensors: Remove union from _get_gateway and remove id from try_connect
* MySensors: Deprecate nodes option in configuration.yaml
* MySensors: Use version parser from packaging
* MySensors: Remove prefix from unique_id and change some private property names
* MySensors: Change _get_gateway function signature
* MySensors: add packaging==20.8 for the version parser
* MySensors: Rename some stuff
* MySensors: use pytest.mark.parametrize
* MySensors: Clean up test cases
* MySensors: Remove unneeded parameter from devices
* Revert "MySensors: add packaging==20.8 for the version parser"
This reverts commit 6b200ee01a .
* MySensors: Use core interface for testing configuration.yaml import
* MySensors: Fix test_init
* MySensors: Rename a few variables
* MySensors: cosmetic changes
* MySensors: Update strings.json
* MySensors: Still more feedback from @MartinHjelmare
* MySensors: Remove unused strings
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* MySensors: Fix typo and remove another unused string
* MySensors: More strings.json
* MySensors: Fix gateway ready handler
* MySensors: Add duplicate detection to config flows
* MySensors: Deal with non-existing topics and ports.
Includes unit tests for these cases.
* MySensors: Use awesomeversion instead of packaging
* Add string already_configured
* MySensors: Abort config flow when config is found to be invalid while importing
* MySensors: Copy all error messages to also be abort messages
All error strings may now also be used as an abort reason,
so the strings should be defined
* Use string references
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-05 22:13:57 +01:00
Robert Svensson
0d620eb7c3
Add unique id to UniFi config entries using the unique id of the site it is controlling ( #45737 )
...
* Add unique id to UniFi config entries using the unique id of the site it is controlling
* Fix failing test
2021-02-05 19:38:08 +01:00
Marc Mueller
55f9d98523
Fix deprecated method isAlive() ( #46062 )
2021-02-05 19:12:23 +01:00
Johan Nenzén
55f81a8a04
Address Plaato post merge review ( #46024 )
2021-02-05 18:28:06 +01:00
Robert Svensson
ae2c7e4c74
Improve UniFi tests ( #45871 )
2021-02-05 16:31:47 +01:00
Jaroslav Hanslík
7144c5f316
Fix demo number entity ( #45991 )
2021-02-05 15:08:28 +01:00
tkdrob
6fdb12c09d
Use core constants for bluetooth_tracker ( #46041 )
2021-02-05 15:07:17 +01:00
tkdrob
9a570d7c32
Use core constants for bmw_connected_drive ( #46042 )
2021-02-05 08:02:28 -05:00
Greg Dowling
e01ca40d56
Force Vera refresh after starting subscription ( #46001 )
...
* Force vera refresh after starting subscription.
* Request refresh on device load.
* Update init test.
2021-02-05 13:20:15 +01:00
Yuval Aboulafia
2a0c36589f
Centralize some Airly constants ( #45985 )
2021-02-05 12:41:36 +01:00
tkdrob
725dcb5cac
Use core constants for doods ( #46043 )
2021-02-05 12:17:46 +01:00
Paulus Schoutsen
e4b987a642
Merge pull request #46023 from home-assistant/rc
2021-02-05 10:54:07 +01:00
Aaron Bach
6404f91d00
Standardize AirVisual helper method in config flow ( #45999 )
...
* Standardize AirVisual helper method in config flow
* Code review
2021-02-05 10:51:55 +01:00
Nathan Spencer
92886cafe9
Fix zwave_js cover control for Up/Down and Open/Close ( #45965 )
...
* Fix issue with control of cover when the target value is Up/Down instead of Open/Close
* Adjust open/close/stop cover control to account for no Open/Up or Close/Down targets
* Revert back to using values of 0/99 to close/open a cover since it is supported by all covers
* Replace RELEASE_BUTTON with False and remove unused PRESS_BUTTON in zwave_js cover
2021-02-05 10:48:47 +01:00
tkdrob
2b17ba1dc4
User core constants for deutsche_bahn ( #46028 )
2021-02-05 10:29:59 +01:00
Fabian Affolter
8e8646b93a
Upgrade holidays to 0.10.5.2 ( #46013 )
2021-02-05 09:11:22 +00:00
obelix05
7c5af4e7e6
Prevent fritzbox callmonitor phonebook_id 0 from being ignored ( #45990 )
2021-02-05 09:11:21 +00:00
Paulus Schoutsen
64ab495318
Revert aioshelly ( #46038 )
2021-02-05 10:05:04 +01:00
tkdrob
6e9aa254d5
Use core constants for delijn ( #46027 )
2021-02-04 21:43:04 -05:00
tkdrob
bcefbe2dca
Use core constants for automation ( #46016 )
2021-02-04 21:41:43 -05:00
J. Nick Koston
374aa3aee1
Fix homekit options not being prefilled ( #45926 )
...
* Fix homekit options not being prefilled
When changing homekit options, the existing ones
were not being prefilled on the form.
* hide camera screen if no cameras
2021-02-05 02:39:07 +01:00
obelix05
d1b7d25a5d
Prevent fritzbox callmonitor phonebook_id 0 from being ignored ( #45990 )
2021-02-05 02:31:47 +01:00
HomeAssistant Azure
c6bd5b1b71
[ci skip] Translation update
2021-02-05 00:03:54 +00:00
Paulus Schoutsen
ac0f856378
Bumped version to 2021.2.1
2021-02-04 23:41:52 +00:00
J. Nick Koston
77887f123e
dhcp does not need promisc mode. Disable it in scapy ( #46018 )
2021-02-04 23:41:44 +00:00
Martin Hjelmare
8cce60b1ac
Bump zwave-js-server-python to 0.17.2 ( #46010 )
2021-02-04 23:41:43 +00:00
J. Nick Koston
e312ed98c8
Do not listen for dhcp packets if the filter cannot be setup ( #46006 )
2021-02-04 23:41:43 +00:00
Joakim Sørensen
2b10933325
Bump awesomeversion from 21.2.0 to 21.2.2 ( #45993 )
2021-02-04 23:40:54 +00:00
Martin Hjelmare
c68847def7
Bump zwave-js-server-python to 0.17.1 ( #45988 )
2021-02-04 23:38:12 +00:00
DeadEnd
8e531a301f
Fix Local Media in Media Browser ( #45987 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-02-04 23:38:11 +00:00
Maciej Bieniek
39dd590576
Fix entities device_info property in Harmony integration ( #45964 )
2021-02-04 23:38:11 +00:00
Martin Weinelt
b98d55f1c7
Don't log missing mpd artwork inappropriately ( #45908 )
...
This can get unnecessarily spammy and doesn't represent an actual
actionable issue.
Fixes : #45235
2021-02-04 23:38:10 +00:00
Niccolo Zapponi
42606cedef
Add support for iCloud 2FA ( #45818 )
...
* Add support for iCloud 2FA
* Updated dependency for iCloud
* Updated dependency and logic fix
* Added logic for handling incorrect 2FA code
* Bug fix on failing test
* Added myself to codeowners
* Added check for 2FA on setup
* Updated error message
2021-02-04 23:38:09 +00:00
Christopher Gozdziewski
5b5755f5e2
Convert ozw climate values to correct units ( #45369 )
...
* Convert ozw climate values to correct units
* Remove debugger logging
* Fix black code formatting
* Remove extra spaces
* Add method descriptions and change to use setpoint
* Fix build and respond to comments
* Remove self from convert_units call
* Move method to top
* Move method outside class
* Add blank lines
* Fix test to use farenheit
* Update another value to farenheit
* Change to celsius
* Another test fix
* test fix
* Fix a value
* missed one
* Add unit test for convert_units
* fix unit test import
* Add new line to end of test file
* fix convert units import
* Reorder imports
* Grab const from different import
Co-authored-by: Trevor <tboyce021@gmail.com >
2021-02-04 23:38:08 +00:00
J. Nick Koston
01e73911d6
Do not listen for dhcp packets if the filter cannot be setup ( #46006 )
2021-02-05 00:36:55 +01:00
Fabian Affolter
097a4e6b59
Upgrade praw to 7.1.2 ( #46012 )
2021-02-04 23:42:10 +01:00
Fabian Affolter
62de921422
Upgrade slixmpp to 1.7.0 ( #46019 )
2021-02-04 23:41:24 +01:00
J. Nick Koston
b9f9de0c1d
dhcp does not need promisc mode. Disable it in scapy ( #46018 )
2021-02-04 23:39:44 +01:00
tkdrob
60268e63d9
Use core constants for aws ( #46017 )
2021-02-04 23:36:35 +01:00
tkdrob
5d3dcff7c9
Use core constants for asuswrt ( #46015 )
2021-02-04 23:34:39 +01:00
Fabian Affolter
c7febacd9f
Upgrade holidays to 0.10.5.2 ( #46013 )
2021-02-04 23:32:56 +01:00
Martin Hjelmare
912b816117
Bump zwave-js-server-python to 0.17.2 ( #46010 )
2021-02-04 20:44:40 +01:00
DeadEnd
7b280bdbe7
Fix Local Media in Media Browser ( #45987 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-02-04 17:02:56 +01:00
Joakim Sørensen
56b8e82a69
Bump awesomeversion from 21.2.0 to 21.2.2 ( #45993 )
2021-02-04 16:45:59 +01:00
Martin Hjelmare
b80c1688ad
Bump zwave-js-server-python to 0.17.1 ( #45988 )
2021-02-04 16:29:41 +01:00
Martin Weinelt
61a987061e
Don't log missing mpd artwork inappropriately ( #45908 )
...
This can get unnecessarily spammy and doesn't represent an actual
actionable issue.
Fixes : #45235
2021-02-04 08:18:51 -05:00
Maciej Bieniek
134b1d3f63
Fix entities device_info property in Harmony integration ( #45964 )
2021-02-04 08:16:09 -05:00
Joakim Sørensen
1a74709757
Throw error in hassfest when integration is missing version ( #45976 )
2021-02-04 13:31:17 +01:00
tkdrob
9c6c2a77ab
Use core constants for amazon polly ( #45938 )
2021-02-04 07:06:09 -05:00
tkdrob
d44c941efe
Use core constants for alexa ( #45937 )
2021-02-04 07:05:56 -05:00
tkdrob
8625b772e3
Use core constants for alert ( #45935 )
2021-02-04 07:05:46 -05:00
Joakim Sørensen
afa7fd923a
Update yarnpkg GPG key ( #45973 )
2021-02-04 12:51:38 +01:00
Erik Montnemery
dd150bb797
Allow manual configuration of ignored singleton config entries ( #45161 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-04 11:08:10 +01:00
Shay Levy
fefe4a2021
Fix exception in Shelly sleeping device that switches to polling ( #45930 )
2021-02-04 11:07:30 +01:00
Joakim Sørensen
7e9500e465
Use bootstrap in devcontainer ( #45968 )
2021-02-04 10:41:28 +01:00
Joakim Sørensen
06e6005fbb
Add warning to custom integrations without version ( #45919 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-02-04 09:59:41 +01:00
olijouve
8256acb8ef
Fix onvif ConnectionResetError ( #45899 )
...
Fix "ConnectionResetError: Cannot write to closing transport" error we can have on lots of chinese cams(like Goke GK7102 based IP cameras)
Those non full onvif compliant cams can "crash" when calling non implemented functions like events or ptz and they are likely react by closing transport, leaving the request in a uncatched error state.
My camera used to fail on setup, and now it run nicely with that simple fix.
2021-02-04 09:25:35 +01:00
Christopher Gozdziewski
1b6ee8301a
Convert ozw climate values to correct units ( #45369 )
...
* Convert ozw climate values to correct units
* Remove debugger logging
* Fix black code formatting
* Remove extra spaces
* Add method descriptions and change to use setpoint
* Fix build and respond to comments
* Remove self from convert_units call
* Move method to top
* Move method outside class
* Add blank lines
* Fix test to use farenheit
* Update another value to farenheit
* Change to celsius
* Another test fix
* test fix
* Fix a value
* missed one
* Add unit test for convert_units
* fix unit test import
* Add new line to end of test file
* fix convert units import
* Reorder imports
* Grab const from different import
Co-authored-by: Trevor <tboyce021@gmail.com >
2021-02-04 08:32:43 +01:00
denes44
14d914e300
Enable emulated_hue setting XY color and transition time by client ( #45844 )
...
* Enable setting XY color and transition time by client
* New test for setting XY color value
* Correct block outdent
* New test for setting transition time value
* Fixed commented out code
2021-02-03 15:35:27 -10:00
Philip Allgaier
5a0715d388
Consistent spelling of IT abbreviations / protocol / format names ( #45913 )
2021-02-04 01:43:07 +01:00
Philip Allgaier
44914c01ac
Fix typo in Roomba strings ( #45928 )
2021-02-03 14:26:32 -10:00
tkdrob
04f39d7dd4
Use core constants for command_line auth provider ( #45907 )
2021-02-03 19:19:22 -05:00
HomeAssistant Azure
adf38f7074
[ci skip] Translation update
2021-02-04 00:06:54 +00:00
David F. Mulcahey
51e695fd45
add api to refresh topology ( #44840 )
2021-02-03 15:35:05 -05:00
Niccolo Zapponi
a775b79d4b
Add support for iCloud 2FA ( #45818 )
...
* Add support for iCloud 2FA
* Updated dependency for iCloud
* Updated dependency and logic fix
* Added logic for handling incorrect 2FA code
* Bug fix on failing test
* Added myself to codeowners
* Added check for 2FA on setup
* Updated error message
2021-02-03 19:18:31 +01:00
Franck Nijhof
de59d8777b
Merge pull request #45912 from home-assistant/rc
...
2021.2.0 (tag)
2021-02-03 18:19:17 +01:00
Franck Nijhof
39ef1131e1
Bumped version to 2021.2.0
2021-02-03 17:57:14 +01:00
Franck Nijhof
1eff2ab22b
Merge pull request #45911 from home-assistant/rc
2021-02-03 17:51:34 +01:00
Brandon Rothweiler
4b208746e5
Add Mazda Connected Services integration ( #45768 )
2021-02-03 17:38:12 +01:00
Berni Moses
a584ad5ac3
Fix duplicate lg_soundbar entities and disable polling ( #42044 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-03 17:06:02 +01:00
badguy99
6458ff774f
Homeconnect remote states ( #45610 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-03 17:05:20 +01:00
Shay Levy
0875f654c8
Add support for Shelly battery operated devices ( #45406 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-03 17:03:22 +01:00
Keith Lamprecht
fcc14933d0
Add transitiontime to hue scene service ( #45785 )
2021-02-03 15:42:52 +01:00
Paulus Schoutsen
f8426f62a9
Bumped version to 2021.2.0b5
2021-02-03 15:27:56 +01:00
Joakim Sørensen
92365b65e9
Add integration name to the deprecation warnings ( #45901 )
2021-02-03 15:27:50 +01:00
Marcel van der Veldt
878740d53f
Update discovery scheme for Meter CC in zwave_js integration ( #45897 )
2021-02-03 15:27:48 +01:00
Tobias Sauerwein
557e13e010
Add support for climate setpoint thermostats to zwave_js ( #45890 )
2021-02-03 15:27:46 +01:00
Jesse Campbell
f2c2a97228
Remove v4 multilevel transitional currentValue workaround in zwave_js ( #45884 )
...
* Remove v4 multilevel transitional currentValue workaround
This was only needed because the get-after-set was reporting a
transitional currentValue instead of the final one.
zwave-js v6.1.1 removes the get-after-set functionality completely, so
this is no longer required (and breaks status reporting entirely)
* Fix tests to check currentValue instead of targetValue as well
2021-02-03 15:27:44 +01:00
Joakim Sørensen
90973f471f
Add integration name to the deprecation warnings ( #45901 )
2021-02-03 14:40:11 +01:00
Tobias Sauerwein
5615ab4c25
Add support for climate setpoint thermostats to zwave_js ( #45890 )
2021-02-03 13:59:19 +01:00
Marcel van der Veldt
9998fe3684
Update discovery scheme for Meter CC in zwave_js integration ( #45897 )
2021-02-03 13:08:00 +01:00
Jesse Campbell
eaa9fff3ba
Remove v4 multilevel transitional currentValue workaround in zwave_js ( #45884 )
...
* Remove v4 multilevel transitional currentValue workaround
This was only needed because the get-after-set was reporting a
transitional currentValue instead of the final one.
zwave-js v6.1.1 removes the get-after-set functionality completely, so
this is no longer required (and breaks status reporting entirely)
* Fix tests to check currentValue instead of targetValue as well
2021-02-03 12:02:49 +01:00
Paulus Schoutsen
9070ee0851
Bumped version to 2021.2.0b4
2021-02-03 11:59:33 +01:00
Paulus Schoutsen
c3786ee186
Mark Z-Wave as deprecated ( #45896 )
2021-02-03 11:59:22 +01:00
Paulus Schoutsen
2369fda0d0
Upgrade Z-Wave JS Python to 0.17.0 ( #45895 )
2021-02-03 11:59:22 +01:00
Pascal Vizeli
8d0d4d3133
Update docker base image 2021.02.0 ( #45889 )
2021-02-03 11:59:21 +01:00
jjlawren
53f1dba784
Bump plexapi to 3.4.1 ( #45878 )
2021-02-03 11:59:20 +01:00
Paulus Schoutsen
40ba182144
Upgrade Z-Wave JS Python to 0.17.0 ( #45895 )
2021-02-03 11:58:46 +01:00
Paulus Schoutsen
a2ec1a47d5
Mark Z-Wave as deprecated ( #45896 )
2021-02-03 11:54:00 +01:00
Paulus Schoutsen
889cb254b2
Update translations
2021-02-03 11:51:54 +01:00
Paulus Schoutsen
959ed6d077
Update translations
2021-02-03 11:46:49 +01:00
Pascal Vizeli
45ac6df76f
Update docker base image 2021.02.0 ( #45889 )
2021-02-03 10:41:02 +01:00
jjlawren
048f36c77e
Bump plexapi to 3.4.1 ( #45878 )
2021-02-03 08:44:34 +01:00
Bram Kragten
66e045f570
Bumped version to 2021.2.0b3
2021-02-02 22:57:18 +01:00
Quentame
d9dba1b7ab
Bump Freebox to 0.0.9 ( #45837 )
...
* Bump Freebox to 0.0.9
* Remove @SNoof85 from code owners
* Module is now freebox_api
2021-02-02 22:57:06 +01:00
Bram Kragten
0435586bb1
Update frontend to 20210127.7 ( #45874 )
2021-02-02 22:54:12 +01:00
Martin Hjelmare
76c27a7d5a
Use new zwave_js client ( #45872 )
...
* Use new zwave_js client
* Remove client callbacks
* Clean up on connect and on disconnect
* Clean log
* Add stop listen to unsubscribe callbacks
* Fix most tests
* Adapt to new listen interface
* Fix most tests
* Remove stale connection state feature
* Bump zwave-js-server-python to 0.16.0
* Clean up disconnect
2021-02-02 22:54:11 +01:00
Marcel van der Veldt
d759fa3407
Guard for missing value ( #45867 )
...
* guard for missing value
* update comment
2021-02-02 22:54:10 +01:00
Martin Hjelmare
34bc5ef0cd
Fix zwave_js device remove test ( #45864 )
2021-02-02 22:54:10 +01:00
Martin Hjelmare
f4ff2708e0
Fix zwave_js sensor device class attribute error ( #45863 )
2021-02-02 22:54:09 +01:00
Marcel van der Veldt
d3a92dcac6
Update zwave_js discovery schema for light platform ( #45861 )
2021-02-02 22:54:09 +01:00
Raman Gupta
b575b0a700
Add current humidity to zwave_js climate platform ( #45857 )
2021-02-02 22:54:08 +01:00
Raman Gupta
7ff60601c9
Remove zwave_js devices that the controller is no longer connected to on initialization ( #45853 )
...
* Remove zwave_js devices that the controller is no longer connected to on initialization
* remove extra line break
* fix test
* Clean up
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Lint
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-02 22:54:07 +01:00
Thomas Friedel
bba7c0454c
Enable Osramlightify again ( #45849 )
2021-02-02 22:54:07 +01:00
Franck Nijhof
277aa01088
Disable Osramlightify, upstream package is missing ( #45775 )
2021-02-02 22:54:06 +01:00
Marcel van der Veldt
67ee2fb822
Fix sensor discovery for zwave_js integration ( #45834 )
...
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com >
2021-02-02 22:47:29 +01:00
Raman Gupta
a56b250e31
Add notification events to zwave_js integration ( #45827 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-02 22:47:28 +01:00
Marcel van der Veldt
e169ad93c2
Add value notification events to zwave_js integration ( #45814 )
2021-02-02 22:47:27 +01:00
Erik Montnemery
fba781a535
Improve MQTT JSON light to allow non-ambiguous states ( #45522 )
2021-02-02 22:47:27 +01:00
Bram Kragten
bf9b3bf9db
Update frontend to 20210127.7 ( #45874 )
2021-02-02 22:45:51 +01:00
Martin Hjelmare
524b9e7b1f
Use new zwave_js client ( #45872 )
...
* Use new zwave_js client
* Remove client callbacks
* Clean up on connect and on disconnect
* Clean log
* Add stop listen to unsubscribe callbacks
* Fix most tests
* Adapt to new listen interface
* Fix most tests
* Remove stale connection state feature
* Bump zwave-js-server-python to 0.16.0
* Clean up disconnect
2021-02-02 20:59:56 +01:00
Marcel van der Veldt
2e98cfb9ab
Guard for missing value ( #45867 )
...
* guard for missing value
* update comment
2021-02-02 19:57:08 +01:00
Martin Hjelmare
c93fec34b3
Fix zwave_js sensor device class attribute error ( #45863 )
2021-02-02 16:25:43 +01:00
Fabian Affolter
811bbb7acb
Upgrade emoji to 1.2.0 ( #45847 )
2021-02-02 15:56:56 +01:00
Fabian Affolter
63cc2517dd
Upgrade watchdog to 1.0.2 ( #45848 )
2021-02-02 15:53:03 +01:00
Martin Hjelmare
6e205965ee
Fix zwave_js device remove test ( #45864 )
2021-02-02 15:28:21 +01:00
Fabian Affolter
e9b2d33ad8
Upgrade pytz to >=2021.1 ( #45839 )
2021-02-02 15:18:58 +01:00
Fabian Affolter
7ff4281b6d
Upgrade jinja2 to >=2.11.3 ( #45843 )
2021-02-02 15:10:54 +01:00
Thomas Friedel
0382c93283
Enable Osramlightify again ( #45849 )
2021-02-02 14:45:02 +01:00
J. Nick Koston
d417ee2732
Add fan speed percentage support to google assistant ( #45835 )
2021-02-02 14:39:07 +01:00
Daniel Pereira
a96a80e78d
Update alexa/const.py to reflect docs ( #45806 )
...
The current docs say the Alexa integration is compatible with languages not currently present in the conf validator.
See: https://www.home-assistant.io/integrations/alexa.smart_home/#alexa-locale
2021-02-02 14:38:13 +01:00
J. Nick Koston
463a32819c
Ensure homekit never picks a port that another config entry uses ( #45433 )
2021-02-02 14:30:38 +01:00
Raman Gupta
a64ad50b27
Remove zwave_js devices that the controller is no longer connected to on initialization ( #45853 )
...
* Remove zwave_js devices that the controller is no longer connected to on initialization
* remove extra line break
* fix test
* Clean up
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Lint
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-02 10:30:12 +01:00
Marcel van der Veldt
0e3ba532c7
Update zwave_js discovery schema for light platform ( #45861 )
2021-02-02 10:18:44 +01:00
Tom Harris
b3e2f8f904
Add Insteon entities in event loop ( #45829 )
2021-02-01 23:17:17 -10:00
Marcel van der Veldt
0feda9ce63
Fix sensor discovery for zwave_js integration ( #45834 )
...
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com >
2021-02-02 10:06:09 +01:00
Raman Gupta
8d9b66e23d
Add current humidity to zwave_js climate platform ( #45857 )
2021-02-02 09:41:00 +01:00
Raman Gupta
3ef7bd6b73
Add notification events to zwave_js integration ( #45827 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-02-02 09:37:42 +01:00
Erik Montnemery
411c0a9685
Improve MQTT JSON light to allow non-ambiguous states ( #45522 )
2021-02-02 09:36:00 +01:00
michaeldavie
aea8636c7e
Fix environment_canada high/low temperature display in evenings. ( #45855 )
2021-02-02 08:23:26 +01:00
Fabian Affolter
60d4dadcb6
Upgrade sqlalchemy to 1.3.23 ( #45845 )
2021-02-01 16:03:51 -10:00
Aidan Timson
3a77ef02e4
Add sensors to Lyric integration ( #45791 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-01 15:51:20 -10:00
Aidan Timson
253ae3f423
Lyric Code Improvements ( #45819 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-01 14:09:25 -10:00
Fabian Affolter
f2286d4811
Upgrade TwitterAPI to 2.6.5 ( #45842 )
2021-02-01 19:01:39 -05:00
Fabian Affolter
d38d8a542d
Upgrade colorlog to 4.7.2 ( #45840 )
2021-02-01 19:01:19 -05:00
Marcel van der Veldt
b4559a172c
Add value notification events to zwave_js integration ( #45814 )
2021-02-01 23:47:58 +01:00
Paulus Schoutsen
88a5ff4a51
Bumped version to 2021.2.0b2
2021-02-01 22:32:23 +00:00
Joakim Sørensen
cd1c8b78a1
Bump awesomeversion from 21.1.6 to 21.2.0 ( #45821 )
2021-02-01 22:31:07 +00:00
Martin Hjelmare
b705468b57
Bump zwave-js-server-python to 0.15.0 ( #45813 )
2021-02-01 22:31:06 +00:00
J. Nick Koston
938e5ff435
Fix missing async for lutron_caseta timeout ( #45812 )
2021-02-01 22:31:05 +00:00
Raman Gupta
000def5ded
Add zwave_js binary sensors property name for Notification CC ( #45810 )
2021-02-01 22:31:04 +00:00
Raman Gupta
760b75a5c1
Search all endpoints for value in zwave_js ( #45809 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-01 22:31:04 +00:00
J. Nick Koston
bf819df388
Fix shutdown deadlock with run_callback_threadsafe ( #45807 )
2021-02-01 22:31:03 +00:00
Chris
493f3bc1ce
Add stop_cover service for zwave_js ( #45805 )
2021-02-01 22:31:02 +00:00
Marcel van der Veldt
18df06d6a6
Bump zwave-js-server-python to 0.14.2 ( #45800 )
2021-02-01 22:31:01 +00:00
Pierre Ståhl
0df1f8bfbd
Bump pyatv to 0.7.6 ( #45799 )
2021-02-01 22:31:00 +00:00
Matthias Alphart
4f73105896
Prevent AttributError for uninitilized KNX ClimateMode ( #45793 )
2021-02-01 22:31:00 +00:00
J. Nick Koston
53db89e13d
Ensure lutron_caseta is only discovered once ( #45792 )
2021-02-01 22:30:59 +00:00
Erik Montnemery
078579de69
Bump pychromecast to 8.0.0 ( #45776 )
2021-02-01 22:30:58 +00:00
J. Nick Koston
bbb18ffec4
Add timeout to lutron_caseta to prevent it blocking startup ( #45769 )
2021-02-01 22:30:57 +00:00
Bram Kragten
a8ad51ceb2
Update frontend to 20210127.6 ( #45760 )
2021-02-01 22:30:57 +00:00
Joakim Sørensen
68ea62f5ef
Bump awesomeversion from 21.1.3 to 21.1.6 ( #45738 )
2021-02-01 22:30:56 +00:00
J. Nick Koston
a81a4ad44b
Fix exception when a unifi config entry is ignored ( #45735 )
...
* Fix exception when a unifi config entry is ignored
* Fix existing test
2021-02-01 22:30:55 +00:00
Aaron Bach
4a2ad442c7
Bump simplisafe-python to 9.6.4 ( #45716 )
...
* Bump simplisafe-python to 9.6.4
* Fix imports
2021-02-01 22:30:55 +00:00
Bram Kragten
498f8db0d8
Updated frontend to 20210127.5 ( #45714 )
2021-02-01 22:30:54 +00:00
Martin Hjelmare
71b67ba572
Fix mqtt check in ozw ( #45709 )
2021-02-01 22:30:53 +00:00
bsmappee
7a746adb04
Bump pysmappee to 0.2.16 ( #45699 )
2021-02-01 22:30:53 +00:00
Pascal Vizeli
869bc2c4ce
Update docker base image 2021.01.1 ( #45697 )
2021-02-01 22:30:52 +00:00
Vladimír Záhradník
b072a6c91a
SSDP response decode: replace invalid utf-8 characters ( #42681 )
...
* SSDP response decode: replace invalid utf-8 characters
* Add test to validate replaced data
Co-authored-by: Joakim Plate <elupus@ecce.se >
2021-02-01 22:30:51 +00:00
Alessandro Pilotti
8222eb5e3e
Allow Influxdb CA path in verify_ssl ( #45270 )
2021-02-01 23:29:31 +01:00
Aaron Bach
3bdf962838
Add ability to configure AirVisual with city/state/country in UI ( #44116 )
2021-02-01 11:38:03 -10:00
Raman Gupta
197c857e1f
Search all endpoints for value in zwave_js ( #45809 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-02-01 14:46:06 -05:00
Maciej Bieniek
776b1395de
Bump brother library to version 0.2.0 ( #45832 )
2021-02-01 20:43:43 +01:00
Michael
c90588d35d
Correct synology_dsm CPU sensor's naming and measurement unit ( #45500 )
2021-02-01 07:15:34 -10:00
Johan Nenzén
285bd3aa91
Add support for Keg and Airlock to Plaato using polling API ( #34760 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-02-01 07:12:56 -10:00
Robert Svensson
83a75b02ea
Code quality improvements to UniFi integration ( #45794 )
...
* Do less inside try statements
* Replace controller id with config entry id since it doesn't serve a purpose anymore
* Improve how controller connection state is communicated in the client and device tracker
Remove the need to disable arguments-differ lint
* Remove broad exception handling from config flow
I'm not sure there ever was a reason for this more than to catch all exceptions
* Replace site string with constant for SSDP title_placeholders
* Unload platforms in the defacto way
* Noone reads the method descriptions
* Improve file descriptions
2021-02-01 17:55:16 +01:00
Allen Porter
2136b3013f
Increase test coverage for stream worker ( #44161 )
...
Co-authored-by: Justin Wong <46082645+uvjustin@users.noreply.github.com >
2021-02-01 17:48:49 +01:00
Tobias Bielohlawek
6e67b943da
Remove Nuimo integration ( #45600 )
2021-02-01 16:58:00 +01:00
Joakim Sørensen
374817fbaa
Bump awesomeversion from 21.1.6 to 21.2.0 ( #45821 )
2021-02-01 16:54:25 +01:00
Chris
a8cf377ed7
Add stop_cover service for zwave_js ( #45805 )
2021-02-01 16:46:36 +01:00
J. Nick Koston
9f59515bb8
Fix shutdown deadlock with run_callback_threadsafe ( #45807 )
2021-02-01 10:54:39 +01:00
Martin Hjelmare
31a84555b9
Bump zwave-js-server-python to 0.15.0 ( #45813 )
2021-02-01 10:54:07 +01:00
J. Nick Koston
e0bf18986b
Fix missing async for lutron_caseta timeout ( #45812 )
2021-02-01 10:15:20 +01:00
Sly Gryphon
91a54eecb3
Add izone control zone ( #43984 )
2021-02-01 09:48:50 +01:00
Raman Gupta
0b63510cab
Add zwave_js binary sensors property name for Notification CC ( #45810 )
2021-02-01 09:45:24 +01:00
Ville Skyttä
2ffdc4694a
Remove misleading "for" from custom integration warning message ( #45811 )
2021-02-01 08:36:06 +01:00
Pierre Ståhl
03928dbe55
Bump pyatv to 0.7.6 ( #45799 )
2021-02-01 08:34:55 +01:00
Mick Vleeshouwer
1d94c10bb5
Change via_hub to via_device ( #45804 )
2021-01-31 20:55:18 -10:00
Marcel van der Veldt
3e080f88c6
Bump zwave-js-server-python to 0.14.2 ( #45800 )
2021-01-31 17:14:20 -05:00
J. Nick Koston
385b7e17ef
Move homekit accessory creation to async ( #45788 )
2021-01-31 11:36:19 -10:00
J. Nick Koston
73d7d80731
Add timeout to lutron_caseta to prevent it blocking startup ( #45769 )
2021-01-31 21:43:00 +01:00
J. Nick Koston
852af7e372
Update homekit for new async library changes ( #45731 )
2021-01-31 21:40:24 +01:00
J. Nick Koston
dac9626112
Resolve homekit cover adjustment slowness ( #45730 )
2021-01-31 21:39:35 +01:00
J. Nick Koston
8be357ff4f
Ensure lutron_caseta is only discovered once ( #45792 )
2021-01-31 21:38:08 +01:00
Matthias Alphart
868e530cbb
Prevent AttributError for uninitilized KNX ClimateMode ( #45793 )
2021-01-31 20:56:42 +01:00
Michael
e506d8616f
Fix polling and update of camera state for synology_dsm ( #43683 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-01-31 09:22:46 -10:00
Franck Nijhof
c74ddf4720
Upgrade pre-commit to 2.10.0 ( #45777 )
2021-01-31 08:00:49 -10:00
Franck Nijhof
f1d3af1a13
Add WLED unload entry result correctly ( #45783 )
2021-01-31 07:59:39 -10:00
Aidan Timson
2d10c83150
Honeywell Lyric Integration ( #39695 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-01-31 07:51:31 -10:00
Vladimír Záhradník
ee55223065
SSDP response decode: replace invalid utf-8 characters ( #42681 )
...
* SSDP response decode: replace invalid utf-8 characters
* Add test to validate replaced data
Co-authored-by: Joakim Plate <elupus@ecce.se >
2021-01-31 17:59:14 +01:00
Erik Montnemery
ca43b3a8bb
Bump pychromecast to 8.0.0 ( #45776 )
2021-01-31 16:35:29 +01:00
Franck Nijhof
78934af6e6
Disable Osramlightify, upstream package is missing ( #45775 )
2021-01-31 13:50:48 +01:00
J. Nick Koston
f372bcf306
Update insteon to use new fan entity model ( #45767 )
2021-01-31 12:13:55 +01:00
MtK
275946b96d
Bump ROVA package requirement ( #45755 )
2021-01-31 11:30:26 +01:00
J. Nick Koston
ea7aa6af59
Update dyson for the new fan entity model ( #45762 )
...
* Update dyson for the new fan entity model
* Fix test
* tweak
* fix
* adj
* Update homeassistant/components/dyson/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* move percentage is None block
* move percentage is None block
* no need to list comp
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-31 10:26:02 +01:00
Bram Kragten
6b44636344
Update frontend to 20210127.6 ( #45760 )
2021-01-31 00:51:33 +01:00
Ville Skyttä
d13b58a4e6
Upgrade mypy to 0.800 ( #45485 )
...
* Upgrade mypy to 0.800
https://mypy-lang.blogspot.com/2021/01/mypy-0800-released.html
* Fix issues flagged by mypy 0.800
* Add overloads + small changes
* Apply grammar
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-30 22:33:53 +01:00
Franck Nijhof
e43cee163f
Fix typo in issue form
2021-01-30 21:36:13 +01:00
Franck Nijhof
da29855967
Enable issue form as default
2021-01-30 21:32:46 +01:00
Franck Nijhof
27407c1160
Tiny tweaks to issue form
2021-01-30 21:24:56 +01:00
Franck Nijhof
726bc6210b
Tiny tweaks to issue form
2021-01-30 21:21:57 +01:00
Paulus Schoutsen
8a6469cfce
newline
2021-01-30 21:17:36 +01:00
Franck Nijhof
63fb8307fb
Add initial GitHub Issue Form ( #45752 )
2021-01-30 21:10:42 +01:00
Guliver
b00086ca1f
Use fixed due date only for comparison in todoist ( #43300 )
2021-01-30 17:21:04 +01:00
J. Nick Koston
88c4031e57
Fix exception when a unifi config entry is ignored ( #45735 )
...
* Fix exception when a unifi config entry is ignored
* Fix existing test
2021-01-30 16:45:46 +01:00
Anders Melchiorsen
1fd3a86239
Upgrade pysonos to 0.0.40 ( #45743 )
2021-01-30 15:38:43 +01:00
Joakim Sørensen
0964393002
Bump awesomeversion from 21.1.3 to 21.1.6 ( #45738 )
2021-01-30 14:09:16 +01:00
Jens Østergaard Nielsen
b80571519b
IHC service functions support for multiple IHC controllers ( #44626 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-30 12:46:50 +01:00
J. Nick Koston
d81017f62e
Use DataUpdateCoordinator for solaredge ( #45734 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-30 09:56:51 +01:00
Aaron Bach
6bf59dbeab
Add significant change support to binary_sensor ( #45677 )
...
* Add significant change support to binary_sensor
2021-01-30 09:04:35 +01:00
Aaron Bach
85e6bc581f
Add significant change support to lock ( #45726 )
2021-01-30 09:03:54 +01:00
Nathan Tilley
07a4422a70
Implement person significant change ( #45713 )
2021-01-30 08:05:58 +01:00
Ryan Fleming
8a112721fa
Fix feedback from UVC ( #45630 )
...
* Fixing feedback from UVC
* Couple of fixes
2021-01-30 08:00:27 +01:00
Paulus Schoutsen
87d40ff815
Do not cache frontend files during dev ( #45698 )
2021-01-30 00:05:06 +01:00
chpego
41e2e5043b
Upgrade youtube_dl to version 2021.01.24.1 ( #45724 )
...
* Upgrade youtube_dl to version 2021.01.24.1
* Update requirements_all.txt
2021-01-29 23:14:17 +01:00
Pascal Reeb
f07ffee535
Advanced testing for Nuki config flow ( #45721 )
2021-01-29 17:01:25 -05:00
Patrik
adf8873e56
Remove ggravlingen from codeowners ( #45723 )
2021-01-29 17:00:27 -05:00
Aaron Bach
14c2053841
Bump simplisafe-python to 9.6.4 ( #45716 )
...
* Bump simplisafe-python to 9.6.4
* Fix imports
2021-01-29 13:30:21 -07:00
Philip Allgaier
84f506efb7
Set default position value for cover action ( #45670 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-01-29 21:11:12 +01:00
Martin Hjelmare
ace5b58337
Fix ozw init tests ( #45718 )
2021-01-29 20:58:57 +01:00
Bram Kragten
df00f32dfc
Updated frontend to 20210127.5 ( #45714 )
2021-01-29 20:12:03 +01:00
Paul Daumlechner
48e899ca3a
Add reboot_gateway service to Velux ( #43198 )
2021-01-29 20:07:58 +01:00
cristian-vescan
0fe3d6ea81
Added Romanian voice to Google Cloud TTS ( #45704 )
...
See https://cloud.google.com/text-to-speech/docs/voices
2021-01-29 20:02:04 +01:00
Joakim Plate
d4f186078c
During tests we can run with lowest rounds ( #45710 )
2021-01-29 19:57:14 +01:00
Kendell R
fbffea6b61
Add unit of measurement and icon for sleep score ( #45705 )
2021-01-29 19:22:44 +01:00
Robert Svensson
97fd05eb9f
Allow new UniFi flows to update existing entries if host and site match ( #45668 )
2021-01-29 18:14:39 +01:00
Joakim Plate
af68d5fb41
Use a fully mocked credential ( #45707 )
2021-01-29 17:58:25 +01:00
Martin Hjelmare
bcc9add0b4
Fix mqtt check in ozw ( #45709 )
2021-01-29 17:57:39 +01:00
Paulus Schoutsen
b2789621bd
Updates to dev container ( #45706 )
2021-01-29 17:47:54 +01:00
J. Nick Koston
5f9a1d105c
Improve HomeKit Accessory Mode UX ( #45402 )
2021-01-29 09:57:13 -06:00
Aleksander Żarczyński
bc3610c8e1
Add patch method to rest switch component ( #45663 )
2021-01-29 16:03:00 +01:00
Pieter Mulder
c1586f97db
Only show matching caldav events in calendar ( #45701 )
2021-01-29 15:25:01 +01:00
bsmappee
3f67f9e09c
Bump pysmappee to 0.2.16 ( #45699 )
2021-01-29 15:01:55 +01:00
Pascal Vizeli
b8ff112920
Update docker base image 2021.01.1 ( #45697 )
2021-01-29 12:53:35 +01:00
GeoffAtHome
da713e206d
Add override duration for genius hub switches ( #45558 )
2021-01-29 12:44:56 +01:00
Steven Looman
71c169c84f
Address late review comments for upnp ( #45696 )
2021-01-29 12:27:57 +01:00
Pascal Reeb
ba55f1ff4b
Add config flow for nuki ( #45664 )
...
* implemented config_flow for nuki component
* warn -> warning
* exception handling & config_flow tests
* gen_requirements_all
* Update config_flow.py
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch >
2021-01-29 11:05:13 +01:00
Paulus Schoutsen
b74cbb2a59
Bump crpytography to 3.3.1 ( #45691 )
2021-01-29 10:33:44 +01:00
Steven Looman
25c5c6aec9
Refactoring upnp component ( #43646 )
2021-01-29 10:23:34 +01:00
aizerin
f080af698d
Use pure rgb and allow to set only brightness for fibaro ( #45673 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-29 09:36:52 +01:00
Paulus Schoutsen
fb884e3afd
Update bootstrap script ( #45692 )
2021-01-29 09:19:32 +01:00
Paulus Schoutsen
6070c7c83a
Bumped version to 2021.2.0b1
2021-01-29 09:13:06 +01:00
Bram Kragten
af0ca31d77
Update frontend to 20210127.3 ( #45679 )
2021-01-29 09:12:41 +01:00
Marcel van der Veldt
80e176aab3
Fix removing nodes in zwave_js integration ( #45676 )
2021-01-29 09:12:40 +01:00
J. Nick Koston
d1b677d0f9
Update httpcore to prevent unhandled exception on dropped connection ( #45667 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-29 09:12:39 +01:00
J. Nick Koston
9e5bf6b9f6
Ensure history LazyState state value is always a string ( #45644 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-29 09:12:39 +01:00
Erik Montnemery
385bdc4058
Bump hatasmota to 0.2.7 ( #45625 )
2021-01-29 09:12:38 +01:00
Fabian Affolter
4dbd2f2a6b
Upgrade pyyaml to 5.4.1 (CVE-2020-14343) ( #45624 )
2021-01-29 09:12:37 +01:00
Paulus Schoutsen
800c7f84ff
Include relative path in tts get url ( #45623 )
...
* Include relative path in tts get url
* Always cal get_url when requested
2021-01-29 09:12:36 +01:00
Marc Mueller
40b3ed1419
Add additional error handling for automation script run ( #45613 )
2021-01-29 09:12:35 +01:00
jjlawren
a05f839d3d
Allow Plex playback using provided playqueue ID ( #45580 )
2021-01-29 09:12:34 +01:00
J. Nick Koston
c6105900f6
Update httpcore to prevent unhandled exception on dropped connection ( #45667 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-29 09:11:24 +01:00
Tom Harris
aacf6bd100
Fix formatting IntEnum as hex in 3.8.x ( #45686 )
2021-01-29 09:07:18 +01:00
Dermot Duffy
c66a892233
Remove YAML support from Hyperion integration ( #45690 )
2021-01-29 09:05:00 +01:00
Aaron Bach
4f3b10d661
Stop Tile setup on invalid auth ( #45683 )
2021-01-29 08:57:36 +01:00
Martin
c7db2c35b7
Add vicare heat pump sensors ( #41413 )
2021-01-29 08:55:51 +01:00
Guido Schmitz
8b3156ea82
Use new fixtures in devolo Home Control tests ( #45669 )
2021-01-29 03:14:39 +01:00
Bram Kragten
eb370e9494
Update frontend to 20210127.3 ( #45679 )
2021-01-29 00:46:28 +01:00
Aaron Bach
1edae8cd48
Add last_lost_timestamp attribute to Tile ( #45681 )
2021-01-28 16:39:06 -07:00
Aaron Bach
73cce8e8e2
Replace strange "dict logic" in AirVisual pollutant level sensors (2 of 2) ( #44903 )
...
* Replace strange "dict logic" in AirVisual main pollutant sensor
* Move methods outside of class
* Cleanup
2021-01-28 16:32:21 -07:00
Julian Löhr
7bc8060122
Add reauthentication flow to fritzbox integration ( #45587 )
2021-01-29 00:08:59 +01:00
Marcel van der Veldt
8bcb4092df
Fix removing nodes in zwave_js integration ( #45676 )
2021-01-28 23:45:36 +01:00
J. Nick Koston
e7ddaec468
Update esphome to use new fan entity model ( #45590 )
2021-01-28 17:25:08 +01:00
J. Nick Koston
d148f9aa85
Update comfoconnect to use new fan entity model ( #45593 )
2021-01-28 17:23:10 +01:00
jjlawren
d7e0391e03
Allow Plex playback using provided playqueue ID ( #45580 )
2021-01-28 17:21:31 +01:00
Guido Schmitz
8065ece0bd
Add first set of tests to devolo Home Control integration ( #42527 )
...
* Add first two testcases
* Remove repetition
* Add first two testcases
* Remove repetition
* Add connection error test case
* add test_setup_entry_credentials_valid
* First attempt to use fixtures
* Use markers
* Optimize patch
* Optimize marker use
* Always patch mydevolo
* Add first two testcases
* Remove repetition
* Add first two testcases
* Remove repetition
* Add connection error test case
* add test_setup_entry_credentials_valid
* First attempt to use fixtures
* Use markers
* Optimize patch
* Optimize marker use
* Always patch mydevolo
* Add unload entry test case
* Catch up with reality
* Use unittest patch
* Use core interface to start tests
* Use entry state
* Consistently assert entry state
* Patch class instead of init
Co-authored-by: Markus Bong <2Fake1987@gmail.com >
2021-01-28 17:14:33 +01:00
J. Nick Koston
0da4034179
Ensure history LazyState state value is always a string ( #45644 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-28 16:05:02 +01:00
J. Nick Koston
fdcf1fccf8
Update vesync to use new fan entity model ( #45585 )
2021-01-28 16:02:38 +01:00
Tobias Sauerwein
a4c8cb6f84
Unregister webhook if it can't be established successfully ( #42791 )
2021-01-28 15:30:10 +01:00
J. Nick Koston
f0e4510213
Update lutron_caseta to use new fan entity model ( #45540 )
2021-01-28 08:17:16 -06:00
Maciej Bieniek
92efe4f491
Bump gios library ( #45639 )
2021-01-28 13:28:39 +01:00
J. Nick Koston
3ff75eee53
Update homekit to use new fan entity model ( #45549 )
2021-01-28 12:38:18 +01:00
Fabian Affolter
f1c24939f3
Upgrade beautifulsoup4 to 4.9.3 ( #45619 )
2021-01-28 12:06:36 +01:00
Joakim Plate
38d2cacf7a
Support blocking trusted network from new ip ( #44630 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-28 12:06:20 +01:00
Fabian Affolter
e4a7692610
Upgrade pyyaml to 5.4.1 (CVE-2020-14343) ( #45624 )
2021-01-28 12:05:09 +01:00
J. Nick Koston
ab1d42950a
Update homekit_controller to use new fan entity model ( #45547 )
2021-01-28 11:43:43 +01:00
J. Nick Koston
babfef829d
Add support for percentage speeds and preset modes to template fan ( #45478 )
2021-01-28 10:44:36 +01:00
J. Nick Koston
22e44e4ba4
Update zwave to use new fan entity model ( #45541 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-28 10:35:01 +01:00
J. Nick Koston
ee592350b3
Update isy994 to use new fan entity model ( #45536 )
2021-01-28 10:23:55 +01:00
J. Nick Koston
85e463d507
Update bond to use new fan entity model ( #45534 )
2021-01-28 10:23:12 +01:00
J. Nick Koston
0693d8a064
Update zwave_js to use new fan entity model ( #45543 )
2021-01-28 10:15:24 +01:00
J. Nick Koston
3896e81db7
Update smartthings to use new fan entity model ( #45592 )
2021-01-28 10:09:16 +01:00
J. Nick Koston
0441960ffd
Update wemo to use new fan entity model ( #45582 )
2021-01-28 10:06:18 +01:00
J. Nick Koston
0ec068667f
Update lutron_caseta manufacturer string ( #45637 )
...
Use the string that Lutron uses so it can be automatched
to the Lutron app via homekit
2021-01-28 09:40:48 +01:00
J. Nick Koston
e43d865112
Update ozw to use new fan entity model ( #45577 )
2021-01-28 09:40:10 +01:00
Paulus Schoutsen
92e084cee1
Include relative path in tts get url ( #45623 )
...
* Include relative path in tts get url
* Always cal get_url when requested
2021-01-28 09:33:18 +01:00
Marc Mueller
7673f57248
Add additional error handling for automation script run ( #45613 )
2021-01-28 09:26:41 +01:00
Erik Montnemery
5711d61b38
Bump hatasmota to 0.2.7 ( #45625 )
2021-01-28 08:55:22 +01:00
J. Nick Koston
068d1b5eb8
Separate fan speeds into percentages and presets modes ( #45407 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: John Carr <john.carr@unrouted.co.uk >
2021-01-27 17:44:36 -06:00
Julian Engelhardt
3f948e027a
Clean tcp tests ( #41673 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-27 22:37:59 +01:00
Franck Nijhof
0338f5bccf
Bump version to 2021.3.0dev0 ( #45617 )
2021-01-27 21:12:38 +01:00
Franck Nijhof
d3daf02ef3
Bumped version to 2021.2.0b0
2021-01-27 20:45:52 +01:00
Aaron Bach
b420c1ceb7
Fix Notion binary sensor bug due to API changes ( #45616 )
2021-01-27 20:41:03 +01:00
Marc Mueller
6aadf14bdd
Add mobile_app notify ClientError handling ( #45480 )
2021-01-27 20:39:43 +01:00
Bram Kragten
73a04e653f
Update frontend to 20210127.1 ( #45612 )
2021-01-27 19:32:44 +01:00
starkillerOG
ef3bdd1afc
Bump motionblinds to 0.4.8 ( #45609 )
2021-01-27 18:01:00 +01:00
J. Nick Koston
a1662b3bb9
Restore the device id after deleting and re-adding an integration ( #45348 )
2021-01-27 17:10:57 +01:00
springstan
566058f701
Add config flow to fritzbox_callmonitor ( #40736 )
2021-01-27 16:53:45 +01:00
Tobias Sauerwein
f14c4412b7
Migrate RMV to use httpx ( #42560 )
2021-01-27 15:57:58 +01:00
Dennis Schroer
8d572af77a
Add Huisbaasje integration ( #42716 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-01-27 15:53:25 +01:00
joe248
b4af17e02d
Add service to move camera to PTZ preset ( #43083 )
2021-01-27 15:43:36 +01:00
Marc Mueller
fb39185420
Add schema error handling to websocket_api ( #45602 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-27 15:20:22 +01:00
linebp
211ef60d96
Convert media_player unittest tests to pytest style ( #41950 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-27 14:50:01 +01:00
Shay Levy
5bc4db5ef9
Fix exception when last Shelly device is removed ( #45476 )
2021-01-27 08:15:56 -05:00
Robert Chmielowiec
80c2efa9f2
Add total energy, preheater and RMOT sensors to comfoconnect ( #45373 )
2021-01-27 08:10:58 -05:00
Shulyaka
eea50c8ccc
Add device actions for Number ( #44240 )
2021-01-27 13:40:13 +01:00
Maciej Bieniek
5d955eb039
Change update interval tests in AccuWeather integration ( #45562 )
2021-01-27 13:28:29 +01:00
Marcel van der Veldt
32c6509d55
Remove unwanted brightness check in zwave_js light ( #45597 )
2021-01-27 13:07:02 +01:00
Thomas Hollstegge
78b057ce02
Make sure generated slugs are not empty ( #43153 )
2021-01-27 12:25:49 +01:00
CtrlZvi
1433cdaa12
Prefer shorter keys for intent matching ( #43672 )
...
When using fuzzy matching to match entity names for intents, whichever
entity is first is preferred in the case of equal matches. This leads
to situations where entities with similar names (such as entities named
for their area and then specific area location) may be used when the
whole area is wanted.
I ran into this with the my Phillips Hue lights. I have each individual
light named such that its room is the first part of the name, and its
location within the room after. So my living room has:
Living Room West
Living Room Northwest
Living Room North
Living Room Northeast
I then have a group for the whole room:
Living Room
Because the group is the last of the entities, trying to adjust the
whole room only activates one light, because all of the lights match
equally well.
By preferring the shortest of equal matches, we prefer keys that have
the least amount of extra information, causing "Living Room" to match
the group instead of an individual light.
2021-01-27 12:16:19 +01:00
Aaron Bach
3841f0e42d
Re-architect Tile integration with new pytile ( #43071 )
2021-01-27 12:06:09 +01:00
Franck Nijhof
c8ad06e58a
Merge branch 'master' into dev
2021-01-27 12:00:43 +01:00
Lars Marowsky-Brée
34194da1b6
New methods for input_select component ( #42968 )
...
This adds a `cycle` attribute to select_previous/next, and
select_first and select_last services.
This is quite useful for streamlining using input_select via
automations, such as when they represent a list of states to step
through; if the first option is the dimmest and the last the brightest,
one may not want to accidentally cycle from the first to the last, for
example.
Similarly, being able to directly select the first or last removes
adjustment in related automations.
2021-01-27 11:17:59 +01:00
Martin Hjelmare
122a4e03f8
Bump zwave-js-server-python to 0.14.1 ( #45598 )
2021-01-27 11:17:47 +01:00
Josias Montag
fb2db34334
Fix home connect lights setting color ( #45470 )
2021-01-27 11:02:32 +01:00
Ryan Fleming
459236fcdd
Camera Status and Motion record status ( #44936 )
2021-01-27 10:50:44 +01:00
Jim Ekman
67b309394f
Esphome fan direction ( #44495 )
2021-01-27 10:40:33 +01:00
Adrian Suwała
e12e2377af
Rewrite hddtemp unittest tests to pytest ( #42513 )
2021-01-27 10:24:04 +01:00
Franck Nijhof
26e266181d
Explicitly return None in Velux covers ( #45596 )
2021-01-27 10:17:26 +01:00
Berni Moses
491e66793e
Add check and remove temporary fix for lg soundbar eq and source list ( #38798 )
2021-01-27 10:17:04 +01:00
Felipe Martins Diel
c225f4b4ea
Implement remote.delete_command in the Broadlink integration ( #44041 )
2021-01-27 10:14:11 +01:00
Yannik Ache Eicher
d99118f6ba
Optimized state handling of Panasonic Viera TVs ( #42913 )
2021-01-27 10:07:33 +01:00
Dermot Duffy
890eaf840c
Add advanced Hyperion entities ( #45410 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-27 09:35:13 +01:00
Thomas Lovén
06ade6129c
Add selectors for text and arbitrary objects ( #45112 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-27 09:20:19 +01:00
Philip Allgaier
6800f4b6fd
Add temperature step size for generic_thermostat ( #41972 )
2021-01-27 09:12:24 +01:00
Martin Hjelmare
f387e833c3
Add zwave_js add-on config flow support ( #45552 )
2021-01-27 08:56:16 +01:00
Marc Mueller
c805baf88c
Refactor slack tests ( #45561 )
...
* Refactor slack tests
* Changes
* Let service register for tests
2021-01-27 04:32:14 +01:00
J. Nick Koston
25f411ef6e
Add support for Pico and Shade remotes to Lutron Caseta ( #45315 )
2021-01-26 16:32:08 -06:00
Matej Drobnič
b533b91b10
Add reminder support to todoist.new_task service ( #44142 )
...
* add reminder support to todoist.new_task service
* fix time support on reminder_date
* fix time support on todoist due_date
2021-01-26 23:26:29 +01:00
Chris Talkington
14785660b0
Avoid proxied Roku images during internal requests ( #43547 )
2021-01-26 23:21:25 +01:00
Paul Daumlechner
fb527814f9
Add tilt functionality to Velux covers ( #43669 )
2021-01-26 23:19:08 +01:00
Yuval Aboulafia
73d2ae76a9
Round Mold Indicator attributes ( #43622 )
2021-01-26 23:14:53 +01:00
Sami Heino
ee8d88e85c
Add support for EDS0068 onewire sensor ( #44029 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2021-01-26 23:07:04 +01:00
ollo69
08e7247201
Remove tuya/climate precision property override ( #44148 )
2021-01-26 22:49:42 +01:00
jpcornil-git
74a44e03fa
Extend add_update_listener support to bound methods ( #44238 )
2021-01-26 22:19:10 +01:00
guillempages
67fcdc5a9c
Do not reset ble tracker adapter to read battery ( #44229 )
...
Do not reset the adapter to read the battery status, to avoid issues
in devices installations without sudo
2021-01-26 15:17:46 -06:00
Paulus Schoutsen
352d0870e3
Light significant changes + sensor tweaks ( #45583 )
2021-01-26 22:11:06 +01:00
Dror Eiger
74efe78d0a
Add device metadata for Google Assistant ( #45507 )
...
* Add device metadata for Google Assistant
* Increase test coverage
* Refactor fetching the device and entity entries.
2021-01-26 21:59:43 +01:00
Paulus Schoutsen
712a5a098d
Add significant change filtering to Google ( #45566 )
2021-01-26 21:45:09 +01:00
Dermot Duffy
568962552b
Remove hyperion entry from registry only when instances are fully removed ( #44488 )
2021-01-26 21:39:02 +01:00
Robert Svensson
7a39a86eb9
Add gen3 Hue remote to deCONZ device trigger ( #45581 )
2021-01-26 21:36:12 +01:00
Jc2k
3b0a440770
Add support for homekit_controller secondary entities like power usage ( #44013 )
2021-01-26 13:45:01 -06:00
Franck Nijhof
f53a83e084
Tweak stale policies ( #45568 )
...
* Tweak stale policies
* Remove stale comments
2021-01-26 19:35:53 +01:00
Franck Nijhof
7816eccee7
Upgrade coverage to 5.4 ( #45570 )
2021-01-26 19:20:42 +01:00
Franck Nijhof
21d23a6f94
Upgrade pytest to 6.2.2 ( #45572 )
2021-01-26 19:20:28 +01:00
J. Nick Koston
56253a6245
Bump httplib2 in google and remember_the_milk ( #45578 )
...
Fixes CVE-2020-11078
2021-01-26 18:51:20 +01:00
kpine
daddb76e1d
Fix zwave_js Color Switch Device Type discovery for RGB dimmers ( #45571 )
2021-01-26 18:39:56 +01:00
Franck Nijhof
52c56fdac7
Upgrade pillow to 8.1.0 ( #45574 )
2021-01-26 18:12:02 +01:00
Alexei Chetroi
9ae4818a23
Update ZHA dependencies ( #45569 )
2021-01-26 11:54:05 -05:00
jjlawren
76be67fa64
Bump plexapi to 4.3.0 ( #45567 )
2021-01-26 17:25:45 +01:00
Robert Svensson
26764a805b
Don't parse previous messages when UniFi connection state change to available ( #45544 )
...
* Don't parse previous messages when connection state change to available
* Disable pylint for arguments-differ W0221 message
2021-01-26 16:41:28 +01:00
radovanbauer
baab9b9a81
Added command templates for the mqtt climate component. ( #44976 )
...
This allows integrating with devices which require more complex payloads to be posted when updating their values.
Old feature request: https://github.com/home-assistant/core/issues/11496
There are numerous posts requesting this feature, example: https://community.home-assistant.io/t/need-help-with-value-template-for-mqtt-hvac/73395/68https://community.home-assistant.io/t/need-help-with-value-template-for-mqtt-hvac/73395/68
Command templates have been added for the following:
- fan_mode
- hold
- mode
- swing_mode
- temperature
- temperature high/low
This doesn't add templates for aux, away mode, power since these already accept custom payload_on/off (although they all share the same payload). It should be straightforward to add templates for them as well if needed.
2021-01-26 16:12:33 +01:00
Joakim Sørensen
b1c2cde40b
Changes to filename and path validation ( #45529 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-26 15:53:21 +01:00
Paulus Schoutsen
4739e8a207
Limit data sending to Alexa to significant changes ( #45563 )
2021-01-26 15:48:35 +01:00
Fabian Affolter
893406c834
Upgrade shodan to 1.25.0 ( #45560 )
2021-01-26 15:44:51 +01:00
Paulus Schoutsen
d082be787f
Add "significant change" base ( #45555 )
2021-01-26 14:13:27 +01:00
Maikel Punie
38361b134a
Bump python-velbus version to 2.1.2 ( #45553 )
2021-01-26 12:20:03 +01:00
popboxgun
ab710f2154
Add support for Discord embed in messages ( #44986 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev >
2021-01-26 11:39:48 +01:00
starkillerOG
c16fd0a1ac
Set hyperion icon to lightbulb when off ( #45351 )
...
Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com >
2021-01-26 10:46:54 +01:00
starkillerOG
3647d549b0
Fix Hyperion brightness setting ( #45335 )
2021-01-26 10:45:41 +01:00
Paulus Schoutsen
b9a525a9a7
Add an HTTP view to dump the Z-Wave JS state ( #45452 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2021-01-26 10:27:20 +01:00
William Scanlon
260d9f8e16
Upgrade econet to use new API ( #44427 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-26 09:18:20 +01:00
north3221
f2a8ccdbae
Add tado service set temperature offset ( #45014 )
2021-01-26 09:11:29 +01:00
Robert Svensson
622906965d
Add better message to deCONZ event logbook when information is available ( #45545 )
...
* Add better message when information is available
* Fix pylint
2021-01-26 08:15:39 +01:00
Greg Dowling
d110d42913
Fix Vera race condition on start ( #45535 )
2021-01-26 08:15:07 +01:00
Marc Mueller
ad677b9d41
Improve Slack notify component ( #45479 )
...
* Add typing information
* Small improvments
* Use %r for exceptions
* Added exception handlers for aiohttp.ClientError
* Added testcase
* Changes after review
* Bugfixes
2021-01-25 17:03:12 -07:00
Tobias Sauerwein
ec47df4880
Clean up unnecessary method from Netatmo code ( #45546 )
2021-01-26 01:02:48 +01:00
Franck Nijhof
25469f1a07
Increase stalebot operations per run ( #45548 )
2021-01-26 00:29:32 +01:00
Marcel van der Veldt
11009b99bd
Improve zwave_js light targetvalue vs currentValue selection ( #45477 )
2021-01-25 22:09:12 +01:00
Daniel Hjelseth Høyer
094844f834
Tibber, fix spreading requests ( #45533 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-01-25 17:48:42 +01:00
Greg Dowling
3de2c900f3
Fix Roon play_media ( #45532 )
2021-01-25 17:44:18 +01:00
Ian Tewksbury
666a94a8e1
Add zwave_js ZWavePropertyBinarySensory ( #45504 )
2021-01-25 15:50:21 +01:00
Leonardo Figueiro
d174c8265e
Add WiLight Fan ( #39541 )
...
* Add WiLight Fan
Add fan to WiLigt integration
* Updated fan.py and test_fan.py
* Creating new fan test
* Update homeassistant/components/wilight/__init__.py
OK!
Done!
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/wilight/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/wilight/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/wilight/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* As MartinHjelmare requested
* Update fan.py
* Update tests/components/wilight/test_fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update tests/components/wilight/test_fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update test_fan.py
As Martin Hjelmare suggested
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-25 14:03:11 +01:00
Joakim Sørensen
edfb8c3423
Add version to hassfest for custom integrations ( #45523 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-25 13:31:14 +01:00
Xavier Decuyper
1c0a74f18a
Fix Tado fallback modes (overlay) ( #44665 )
2021-01-25 13:23:01 +01:00
SukramJ
104107dd95
Bump dependency for HomematicIP Cloud to 0.13.1 ( #45475 )
2021-01-25 13:19:11 +01:00
Paulus Schoutsen
bf8d17f1b5
Better wait for Z-Wave to be initialized ( #45520 )
2021-01-25 13:12:58 +01:00
Paulus Schoutsen
a7e8c62204
Bump Z-Wave JS Server Python to 0.13 ( #45524 )
2021-01-25 12:31:14 +01:00
dependabot[bot]
c61331e8c5
Bump actions/stale from v3.0.14 to v3.0.15 ( #45516 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from v3.0.14 to v3.0.15.
- [Release notes](https://github.com/actions/stale/releases )
- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 09:39:06 +01:00
On Freund
47e34bb129
Use image proxy in volumio media browser ( #43819 )
...
* Use image proxy in volumio media browser
* Add thumbnail cache
* Clear thumbnail cache on browse
* Use built-in hash instead of hashlib
2021-01-24 18:16:10 -06:00
Matthias Alphart
616328c7c4
Update xknx to 0.16.2 ( #45511 )
2021-01-25 00:51:38 +01:00
Vinny Furia
34f701a69b
Fix for radiotherm component stall ( #45482 )
2021-01-24 17:01:41 -06:00
Eric Severance
12e31b9571
Bump pyWeMo to 0.6.1 ( #45501 )
2021-01-24 19:16:12 +01:00
Xiaonan Shen
dbaca51bb3
Rewrite dyson climate tests ( #45493 )
...
* Rewrite dyson climate tests
* Cleanup
2021-01-24 17:37:48 +01:00
Robert Svensson
b69d9860b6
Improve Axis tests following late review in SSDP PR ( #45489 )
2021-01-24 14:14:49 +01:00
Josef Schlehofer
4bb6911b76
Upgrade youtube_dl to version 2021.01.16 ( #45484 )
2021-01-24 10:16:46 +01:00
J. Nick Koston
47c0adb312
Remove YAML support from tado ( #45384 )
2021-01-24 01:33:30 +01:00
Raman Gupta
c2900ff888
Add support for zwave_js lock services ( #45451 )
2021-01-23 18:21:31 -05:00
Robert Svensson
1e7e5220a3
Add SSDP discovery support to Axis integration ( #45474 )
...
* Add SSDP discovery support to Axis integration
* Remove unnecessary f-string
* Remove the last of the f-string...
2021-01-23 23:51:49 +01:00
Xiaonan Shen
59b0a4d060
Rewrite dyson air quality tests ( #45466 )
2021-01-23 14:54:58 -05:00
Erik Montnemery
0e068a5f39
Truncate MQTT payload in debug messages to 8kB ( #45465 )
2021-01-23 14:52:43 -05:00
Paulus Schoutsen
eb339b9793
Fix flaky SRP_Energy test ( #45471 )
2021-01-23 19:53:45 +01:00
Paulus Schoutsen
6715eae3d7
Merge pull request #45472 from home-assistant/rc
2021-01-23 19:08:21 +01:00
Paulus Schoutsen
db7c260ffb
Bumped version to 2021.1.5
2021-01-23 18:37:07 +01:00
Paulus Schoutsen
7abdad4a99
Avoid misuse sanitize_path, clarify docs ( #45469 )
2021-01-23 18:37:01 +01:00
Tobias Sauerwein
f7df00bbbd
Bump pyatmo to v4.2.2 ( #45386 )
2021-01-23 18:37:00 +01:00
Santobert
09f5c7f4c5
Bump pybotvac to 0.0.20 ( #45367 )
2021-01-23 18:36:59 +01:00
Martin Weinelt
3b71ac2ec9
Update python-mpd2 to 3.0.3 ( #45141 )
...
Fixes : #44931
2021-01-23 18:36:58 +01:00
Paulus Schoutsen
0930aae208
Avoid misuse sanitize_path, clarify docs ( #45469 )
2021-01-23 18:28:57 +01:00
Erik Montnemery
f86beed7b0
Subscribe only to valid MQTT discovery topics ( #45456 )
2021-01-23 08:51:25 -05:00
J. Nick Koston
a0b906005d
Remove YAML support from nuheat ( #45380 )
2021-01-23 06:27:32 +01:00
Robert Svensson
e92c4c99d5
Step Axis integration to platinum score on Integration Quality Scale ( #45442 )
2021-01-23 06:25:01 +01:00
J. Nick Koston
954ad854fb
Remove the ability for mqtt to set speeds that are not in the speed_list ( #45445 )
2021-01-23 06:24:06 +01:00
Anders Melchiorsen
011d5208fd
Upgrade aiolifx to 0.6.9 ( #45448 )
2021-01-23 06:21:57 +01:00
Dermot Duffy
e40f0bf429
Disconnect Hyperion client in error conditions ( #45411 )
2021-01-23 06:21:38 +01:00
Alexei Chetroi
daf24dc508
Always apply default light profiles, unless a profile is given ( #45450 )
2021-01-23 06:20:53 +01:00
J. Nick Koston
431b143eec
Add a one touch pairing config flow for lutron caseta ( #45136 )
...
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com >
2021-01-22 17:48:06 -06:00
Robert Svensson
03fb73c0ae
Option to select what video source Axis camera should use ( #45268 )
...
* Fully working proposal of config option to select what video source camera entity should use
* Bump dependency to v43
Reflect dependency changes in how image sources is now a dict
* Fix bdracos comment
2021-01-23 00:15:58 +01:00
Chris
68e7ecb74b
Add zwave-js fan platform ( #45439 )
...
* Add zwave-js fan platform
* Update remaining tests
* Missing awaits, tests fixed
* Fix typing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-23 00:11:32 +01:00
Robert Svensson
22a6e55e70
Base deCONZ group supported features on the sum of all its lights ( #45440 )
2021-01-22 23:39:34 +01:00
Robert Svensson
57fa7f926a
Introduce reauth flow to deCONZ ( #45443 )
2021-01-22 23:37:16 +01:00
Robert Svensson
18c7ae9a8b
Fix hs_color crashing when activating scenes in deCONZ on color_temp lights ( #45159 )
2021-01-22 22:40:22 +01:00
Robert Svensson
aaf4cd4a25
Basic logbook support for deCONZ events ( #45400 )
...
* Basic logbook support
* Improve formulation of message
* Improve typing
2021-01-22 22:39:11 +01:00
Charles Garwood
6813454821
Bump zwave-js-server-python to 0.12.0 ( #45438 )
2021-01-22 13:32:52 -05:00
Simone Chemelli
86cd7911de
Clarify ConfigEntryNotReady log ( #45425 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Charles Garwood <cgarwood@gmail.com >
2021-01-22 12:13:23 -05:00
Chris
198b875a6f
Add cover platform to zwave js ( #45193 )
2021-01-22 11:51:39 -05:00
Xiaonan Shen
7e8d0a263c
Rewrite dyson init test ( #45409 )
2021-01-22 10:27:43 -05:00
Matthias Alphart
4aceb0dd27
Add KNX service event_register ( #45248 )
2021-01-22 15:27:51 +01:00
Philip Allgaier
89fc92f68a
Slightly improve error message in case of duplicate entity IDs ( #45424 )
2021-01-22 09:16:13 -05:00
Fabian Affolter
2bc59c1d8e
Upgrade sendgrid to 6.5.0 ( #45412 )
2021-01-22 07:35:48 -05:00
Pascal Vizeli
8c573ae29c
Bump hass-nabucasa 0.41.0 ( #45422 )
2021-01-22 07:30:49 -05:00
Fabian Affolter
30ed998d83
Upgrade pylast to 4.1.0 ( #45413 )
2021-01-22 10:16:20 +01:00
Fabian Affolter
148bc6081f
Upgrade TwitterAPI to 2.6.3 ( #45415 )
2021-01-22 10:01:20 +01:00
Raman Gupta
8f7a4a68b2
Fix zwave_js climate entity temperature unit ( #45377 )
2021-01-22 09:23:16 +01:00
J. Nick Koston
38d4af1a6e
Remove YAML support from powerwall ( #45381 )
2021-01-21 21:59:33 -05:00
Erik Montnemery
59f178ab9e
Bump hatasmota to 0.2.6 ( #45403 )
2021-01-21 21:57:46 -05:00
Shay Levy
f117ddc6fa
Stop update_coordinator schedule refresh when HA is stopping ( #45338 )
...
* Stop update_coordinator schedule refresh when HA is stopping
* Add unittests
* Fix event type
2021-01-22 00:23:50 +01:00
J. Nick Koston
3029a95410
Remove YAML support from rachio ( #45383 )
2021-01-21 15:07:47 -05:00
J. Nick Koston
d733292982
Remove YAML support from hunterdouglas_powerview ( #45376 )
2021-01-21 13:51:08 -05:00
J. Nick Koston
db83aea1df
Remove YAML support from nexia ( #45379 )
2021-01-21 13:45:52 -05:00
Xiaonan Shen
5de8639798
Rewrite dyson sensor test ( #45382 )
2021-01-21 13:43:52 -05:00
J. Nick Koston
b68c287ff1
Add SSDP discovery to unifi ( #45364 )
2021-01-21 11:03:54 -06:00
Ville Skyttä
ded242a8fe
Treat Huawei LTE response error code -1 as apparently unsupported ( #45304 )
2021-01-21 14:34:24 +02:00
Robert Svensson
b601e7e497
Introduce reauthentication flow to Axis integration ( #45307 )
2021-01-21 12:56:04 +01:00
Esben Damgaard
25adc6dd4f
Don't update systemmonitor static boot time timestamp ( #45165 )
2021-01-21 12:35:37 +01:00
jjlawren
1f66457a34
Separate Plex/Sonos cross-integration tests ( #45370 )
2021-01-21 11:22:19 +01:00
Franck Nijhof
16843d9ec7
Revert "Update azure-pipelines-ci.yml to enable black mode in isort" ( #45390 )
...
This reverts commit 7a81ff55bc .
2021-01-21 11:01:22 +01:00
Franck Nijhof
03711b1d97
Revert "Update .pre-commit-config.yaml to prevent loops between isort and black" ( #45391 )
...
This reverts commit c03b4d8aee .
2021-01-21 11:00:09 +01:00
Jérôme W
fd363f9c3a
Format SNMP sensor data which are not strings/counters ( #44823 )
2021-01-21 09:41:09 +01:00
Dermot Duffy
30622b5575
Bump required hyperion-py version ( #45385 )
2021-01-21 09:32:16 +01:00
J. Nick Koston
bb1224d06f
Remove YAML support from myq ( #45375 )
2021-01-21 09:27:04 +01:00
Xiaonan Shen
daa9449f18
Fix yeelight brightness in music mode ( #45358 )
2021-01-21 08:54:24 +01:00
Tobias Sauerwein
e97448a201
Bump pyatmo to v4.2.2 ( #45386 )
2021-01-21 08:30:28 +01:00
J. Nick Koston
e8cda598ac
Fix memory leak in dhcp integration ( #45378 )
...
* Fix memory leak in dhcp integration
Passing the L2socket to AsyncSniffer caused a memory
leak on some systems. To ensure we can create a socket,
we do a test creation before starting AsyncSniffer
since the sniffer will create it in another thread
and we cannot see any permission error otherwise.
* Update tests
* space
* do not store packets
2021-01-21 08:26:58 +01:00
Hans Oischinger
2925474a5d
Bump pyVicare to 0.2.5 ( #45301 )
...
Also removes the power sensor that is no more supported
Full diff between 0.2.0 and 0.2.5:
b602c1670e...b443a4df75
2021-01-21 08:12:31 +01:00
Mick Vleeshouwer
9b14586568
Add DemoCover with only tilt controls ( #45228 )
...
* Add DemoCover with only tilt controls
* Add default tilt position to Pergola Roof
* Apply githooks (isort)
* Add new demo device to Google Assistant fixtures
2021-01-20 19:11:55 -06:00
Manuel Durán
7a81ff55bc
Prevent isort from modifying files formatted with black and causing pipeline to fail ( #45371 )
...
Prevent isort from modifying files formatted with black and causing pipeline to fail
2021-01-20 19:08:18 -06:00
J. Nick Koston
536e835b39
Switch frequently used unifi controller properties to attributes ( #45365 )
2021-01-20 16:58:02 -06:00
J. Nick Koston
243014bff1
Fix test_wait_template_with_utcnow ( #45356 )
2021-01-20 23:56:00 +01:00
Xiaonan Shen
96448c6778
Change Dyson PureCoolLink fan speeds to adhere the standard ( #45331 )
2021-01-20 16:27:16 -05:00
J. Nick Koston
a7741be9bb
Wait for all triggers when one fails to attach ( #45361 )
2021-01-20 22:13:21 +01:00
Robert Svensson
da4404e8cf
Introduce reauthentication flow to UniFi integration ( #45360 )
...
* Improve site selection
* Reauth flow and tests
Add **kwargs to mock_aiohttp_client create_session to support inputting verify_ssl and cookie_jar
* Update homeassistant/components/unifi/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Minor improvements
* Improve coverage
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-01-20 22:10:40 +01:00
Aaron Bach
7ff02fe8d4
Replace strange "dict logic" in AirVisual pollutant level sensors (1 of 2) ( #44868 )
2021-01-20 15:24:56 -05:00
Maciej Bieniek
14f5eb7305
Increase update interval in AccuWeather integration ( #44984 )
2021-01-20 15:17:53 -05:00
Xiaonan Shen
e46f1c0a10
Remove yeelight init dispatcher on unloading ( #45359 )
2021-01-20 15:10:01 -05:00
Santobert
ab62a4ce39
Bump pybotvac to 0.0.20 ( #45367 )
2021-01-20 15:08:44 -05:00
Charles Garwood
0f5a3c4359
Add default URL to zwave_js config flow ( #45366 )
2021-01-20 15:03:15 -05:00
Xiaonan Shen
7a01d33814
Add empty password support to pi-hole ( #37958 )
2021-01-20 16:40:23 +01:00
Allen Porter
bf0e012d1e
Repair stream test_recorder.py and mark not flaky ( #45054 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-20 14:44:24 +01:00
Charles Garwood
d284c6369e
Add permanent_hold attribute to Honeywell climate ( #45341 )
2021-01-20 08:34:14 -05:00
Manuel Durán
c03b4d8aee
Update .pre-commit-config.yaml to prevent loops between isort and black ( #45321 )
...
The pre-commit hook gets stuck in a file formatting loop where black and isort modify each other results. According to the isort webpage, the option --profile black has to be used to enhance compatibility. This has been run successfully in my local and has solved the loop.
See:
https://github.com/home-assistant/core/issues/45318
https://github.com/home-assistant/core/pull/45314
2021-01-20 08:01:13 -05:00
David F. Mulcahey
ef8ee38274
bump libs for zha ( #45345 )
2021-01-19 21:19:46 -05:00
J. Nick Koston
3ae527c158
Switch dhcp to use async sniff for faster shutdown ( #45339 )
...
* Switch dhcp to use async sniff for faster shutdown
* Do not actually start the thread since we do not know when it will finish starting
2021-01-19 20:49:49 +01:00
Martin Hjelmare
a9a0f8938f
Move device tracker scanner attributes to ScannerEntity ( #45312 )
2021-01-19 11:04:08 -06:00
Philip Allgaier
52cfc06e12
Replace outdated / closed URL for reporting HA startup blocks ( #45334 )
2021-01-19 11:01:51 -05:00
Charles Garwood
c1addde6f9
Add node_status websocket API command to zwave_js ( #45325 )
2021-01-19 16:41:24 +01:00
kpine
d7a0f1e467
Include config entry id in zwave_js signal names ( #45282 )
2021-01-19 16:40:01 +01:00
Paulus Schoutsen
f1646f4ecc
Disable pytest enabled in vscode default settings ( #45317 )
2021-01-19 10:25:02 +01:00
Xiaonan Shen
c929fbeea3
Rewrite dyson fan test ( #45295 )
...
* Improve device fixture to take parameter
* Remove unused code in dyson/fan
* Rewrite dyson fan test
2021-01-19 10:12:38 +01:00
Robert Svensson
07c3981de7
Use methods available to verify link local address ( #45309 )
2021-01-19 09:15:41 +01:00
Erik Montnemery
852136ccfe
Bump hatasmota to 0.2.5 ( #45297 )
2021-01-18 22:26:33 +01:00
Ville Skyttä
94dbcc9d2b
Generics and other type hint improvements ( #45250 )
2021-01-18 22:23:25 +01:00
Alan Tse
4928476abe
Allow notify services to update existing targets ( #45283 )
2021-01-18 21:42:20 +01:00
Matthias Alphart
8d3564e275
Update xknx to 0.16.1 ( #45247 )
2021-01-18 10:15:28 -05:00
Charles Garwood
8de0b7b948
Add add & remove node commands to zwave_js websocket api ( #45232 )
2021-01-18 10:08:52 -05:00
Greg Dowling
adab9adbce
Pyroon discovery ( #44811 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-18 10:00:30 -05:00
Xiaonan Shen
5ee4479151
Rewrite dyson vacuum test ( #45265 )
2021-01-18 09:56:54 -05:00
J. Nick Koston
c621c0fa5d
Remove YAML support from nut ( #45276 )
2021-01-18 15:16:42 +01:00
Robert Svensson
8e0addd216
Fix error with Axis light events without representation in light control ( #45277 )
2021-01-18 15:00:27 +01:00
gregod
cf9ea6f82d
Sanitize user-agent in wrong_login message ( #45251 )
2021-01-18 09:21:30 +01:00
Raman Gupta
b2f914823d
Add climate platform to zwave_js ( #45177 )
...
* add zwave_js support for climate
* fix
* add fixture
* rename fixture
* fix variable name error
* add tests
* fix tests and handle set_temp properly based on unit
* update call being tested
* fix tests
* improve coverage
* fix docstring
* address review comments
* fix test
* update enum class name
* bump zwave-js-server-python version and assume primary_value is always set
* add additional coverage
* fix docstrings and move populating modes/presets into initialization
* attempt to address comments
* improve comment
* move mode value into a variable so its easier to iterate in the future
* dont assume mode as a discovery point
* assume all values are available when node is ready
* fix order of operations
* switch to valueerror
* use primary value
* readd property and type to discovery schema
2021-01-18 03:45:06 +01:00
Greg Dowling
a1b0d6baad
Improve Roon media player play_media ( #45221 )
...
* Use revised play_media api.
* Move split path function to library.
2021-01-17 21:00:30 +01:00
J. Nick Koston
ae3d038baa
Update gogogate2 to be async ( #42066 )
2021-01-17 11:38:30 -06:00
jlvaillant
a50fba4e0b
more graceful shutdown in the presence of a proxy_stream ( #45246 )
2021-01-17 17:10:22 +01:00
Andre Lengwenus
21b9b6b2c8
Bump pypck to 0.7.9 ( #45267 )
2021-01-17 15:56:21 +01:00
Daniel Hjelseth Høyer
34a9b93d41
Update Tibber library, pyTibber==0.16.1 ( #45263 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-01-17 14:42:52 +01:00
Xiaonan Shen
dcd17530cd
Add device classes to Dyson sensors ( #45264 )
2021-01-17 14:41:32 +01:00
Wim Fournier
e828e18156
Add preheater current power to comfoconnect ( #44083 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2021-01-17 12:30:38 +01:00
J. Nick Koston
fbc98b1291
Make DHCP discovery ignore self assigned ip addresses ( #45256 )
2021-01-17 10:35:02 +01:00
Xiaonan Shen
a42d43d054
Improve dyson code ( #45172 )
...
* Improve air_quality
* Improve climate
* Improve sensor
* Improve vacuum
* Improve fan
* Fix pylint
* Improve on_message
* Change unique ID back
* Remove unused attribute
* Remove redundant current_humidity
* Merge current_temperature
* Rename fan device to fan entity
* Fix filter life sensors
* Remove unneeded context switch
* Remove entity_type
* Fix pylint
* Add comment on humidity check
2021-01-17 10:24:26 +01:00
J. Nick Koston
28a611f3da
Use standard device tracker attributes for "ip" and "mac" in Mikrotik ( #45255 )
...
* Mikrotik now uses the device_tracker standard attributes for "ip" and "mac"
The "mac_address" and "ip_address" attributes have been removed.
* Update homeassistant/components/mikrotik/device_tracker.py
2021-01-17 10:18:07 +01:00
J. Nick Koston
41e7d960ee
Use dispatcher for unifi heartbeat tracking ( #45211 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-17 03:10:52 +01:00
J. Nick Koston
b71a9b5e28
Prefill the ip address for powerwall discovery ( #45209 )
2021-01-17 03:09:04 +01:00
J. Nick Koston
11cbf1152d
Add dhcp discovery properties to mikrotik ( #45205 )
2021-01-17 00:26:32 +01:00
Diogo Gomes
1454349813
Re-add support for input_number as source of filter integration ( #45245 )
2021-01-16 23:57:32 +01:00
Allen Porter
bf4b4623aa
Bump google-nest-sdm to 0.2.9 ( #45244 )
...
This library contains user experience for the case where oauth
token cannot be refreshed on startup, which regressed after
https://github.com/home-assistant/core/pull/44686
2021-01-16 23:39:33 +01:00
Klaudiusz Staniek
d4b3cf9c47
Fix the use of muted volume if not previously set in mpd ( #45018 )
2021-01-16 22:40:59 +01:00
Paulus Schoutsen
2de0b2aeca
Merge pull request #45242 from home-assistant/rc
2021-01-16 22:35:52 +01:00
Sean Dague
278c5193a6
Bump mychevy version to 2.1.0 ( #44810 )
2021-01-16 22:25:41 +01:00
Paulus Schoutsen
34b90fd925
Bumped version to 2021.1.4
2021-01-16 22:05:42 +01:00
Alexei Chetroi
120304f235
Bump up ZHA dependency ( #45230 )
2021-01-16 22:05:08 +01:00
Philip Allgaier
a66528c640
Fix all forecast datetime values in OpenWeatherMap ( #45202 )
2021-01-16 22:02:58 +01:00
Jacob Southard
2d4576ddcf
Fix HomeKit climate integration for devices with a single set point in Heat_Cool mode. ( #45065 )
...
* Check supported flags in auto mode, and add tests.
* Fix test description.
2021-01-16 22:02:57 +01:00
Sjack-Sch
7d2fd4bce5
Fix Home Connect ambient color ( #45038 )
2021-01-16 22:02:56 +01:00
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
bchastain
3800a4feee
Add pressure to OWM forecast data ( #43843 )
2021-01-14 19:47:48 +01:00
unaiur
ab518a7755
Migrate to maxcube-api 0.3.0 version ( #45126 )
...
Upgrade maxcube-api to solve bugs fixed in last 3 years.
2021-01-14 11:33:02 +01:00
Corbeno
4bca9596ee
Rework Proxmoxve to use a DataUpdateCoordinator ( #45068 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-14 11:31:37 +01:00
J. Nick Koston
4efe6762c4
Remove YAML support from harmony ( #45140 )
2021-01-14 09:45:32 +01:00
J. Nick Koston
23a73dc5b1
Mark YAML support for DoorBird deprecated ( #45139 )
2021-01-14 09:44:01 +01:00
On Freund
2ac658d257
Get A/V info for Onkyo receivers ( #34477 )
...
* Get A/V info for Onkyo receivers
* Fix lint errors
* Remove blank line
* Trigger CI
2021-01-14 09:39:11 +01:00
Erik Montnemery
e0c8b1aab6
Remove from_state from alarm device triggers ( #45127 )
2021-01-14 09:12:32 +01:00
J. Nick Koston
da677f7d5a
Add support for discovery via DHCP ( #45087 )
...
* Add support for discovery via DHCP
* additional tesla ouis
* merge tests
* dhcp test
* merge requirements test
* dhcp test
* dhcp discovery
* dhcp discovery
* pylint
* pylint
* pylint
* fix
* Add matching tests
* 100% cover
* cleanup
* fix codespell
* Update exception handling
* remove unneeded comment
* fix options handling exception
* fix options handling exception
2021-01-14 09:09:08 +01:00
Philip Allgaier
402a0ea7da
Fix OpenWeatherMap forecast timestamp ( #45124 )
2021-01-14 08:47:45 +01:00
ehendrix23
17cb071173
Bump MyQ to 2.0.14 ( #45067 )
2021-01-13 20:15:23 -10:00
Petro31
3ebc5d45a8
Add energy and power sensor tests & fix device_class ( #45122 )
2021-01-13 15:37:54 -05:00
Nikolay Vasilchuk
eca6bc6a73
Starline OBD information ( #37608 )
...
* Starline OBD data
* Small fix
* Review (comments)
* Review (service description)
* Review (service method)
* starline updated to 0.1.5
* Small typo fix
2021-01-13 20:44:24 +01:00
TimothyLeeAdams
7872e6caf8
Change attribute key for Lutron cover to lutron_integration_id ( #45114 )
...
Currently, covers return "Lutron Integration ID" as a state attribute. This is inconsistent with the light, switch, and binary_sensor which return "lutron_integration_id".
2021-01-13 18:59:57 +01:00
Julien Roy
94417e3e14
Add start torrent and stop torrent service for transmission integration ( #43920 )
2021-01-13 17:44:57 +01:00
Tobias Sauerwein
e05bb7e858
Expose selected Netatmo schedule ( #45077 )
2021-01-13 17:01:29 +01:00
Paulus Schoutsen
732cf47ff6
Filter some Alexa reports that are duplicate ( #45093 )
...
* Filter some Alexa reports that are duplicate
* When state changes during reporting, only report last state, not all state changes
2021-01-13 16:54:54 +01:00
Diogo Gomes
81c77942eb
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-13 16:42:28 +01:00
Martin Hjelmare
79d37fdf12
Add zwave_js light platform tests ( #45107 )
...
* Add bulb 6 multi color device state fixture
* Add light test foundation
* Add no cover comment for todo code
* Update hs_color
* Test turn on light
* Test light turn off
* Fix brightness comparison
* Test setting same brightness
* Test setting same rgb color
* Test color temp update
* Test setting same color temp
* Add entity module to coverage calculation
* Fix typing
2021-01-13 16:28:51 +01:00
Alexei Chetroi
de8f273bd0
Allow input_number entity_id as for numeric_state trigger thresholds ( #45091 )
...
* Allow input_number as limits for numeric_state trigger
* Rename threshold schema
2021-01-13 16:20:59 +01:00
Sergio Conde Gómez
83b210061d
Add config_flow and stream selection to foscam ( #41429 )
...
* Add config_flow and stream selection to foscam
* Simplify config_flow steps
* Make debug log entry more useful
* Deprecate config and platform schemas
* Simplify config loading
* Add config flow testing
* Remove unneeded CONFIG_SCHEMA deprecation
* Improve test coverage
* Unload service by tracking loaded entries
* Address comment
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-13 16:09:05 +01:00
Martin Hjelmare
3537a7c3d5
Correct zwave_js value changed callback signature ( #45110 )
2021-01-13 15:31:31 +01:00
rikroe
938d8be0c8
Bump bimmer_connected to 0.7.14 ( #45086 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2021-01-13 15:25:28 +01:00
jjlawren
411cc6542c
Move Plex->Sonos playback to built-in service ( #45066 )
...
* Move Plex->Sonos playback service from integration to platform
* Test against 'native' Plex media_players
* Add Plex to Sonos after_dependencies
* Remove circular dependency
* Raise exceptions in failed service calls
* Add test to forward service call from Sonos
* Additional Sonos->Plex tests
* Fix docstring
2021-01-13 15:24:44 +01:00
Jacob Southard
3364e945aa
Fix HomeKit climate integration for devices with a single set point in Heat_Cool mode. ( #45065 )
...
* Check supported flags in auto mode, and add tests.
* Fix test description.
2021-01-13 15:21:32 +01:00
Jesse Hills
f78b02b163
Do not try to connect to disabled ESPHome devices. ( #45092 )
2021-01-13 15:17:13 +01:00
J. Nick Koston
ffd9c4e410
Add additional roku model to discovery ( #45103 )
2021-01-13 15:14:45 +01:00
badguy99
b9e4d5988f
Soma: fix battery drain issue caused by excess update requests ( #45104 )
...
* split up update and throttle update on sensor
* Update imports
* Add blank lines for isort
2021-01-13 15:14:15 +01:00
Robert Svensson
6325bc8bfe
Follow Axis library changes and improve tests ( #44126 )
2021-01-13 14:03:54 +01:00
ErnstEeldert
ff3a1f2050
Add device class attribute to tado humidity sensor state ( #45084 )
...
* add device class attribute to humidity sensor state
* * explict return none
* use const for device class value
* removed unnecessary icon definitions
2021-01-13 13:45:11 +01:00
Alexei Chetroi
ec038bc6ea
Allow any parameter of a light profile as an optional parameter ( #44079 )
...
* No code duplication for profile application
* Refactor color profile as a dataclass
* Typing
* Make color_x and color_y of a Light profile optional
* Update tests
* Make brightness field of a Light profile optional
* Transition can be of a float type
* Allow fractional transition times in light profiles
Make transition of a float type.
Allow transition to be optional with 5 column CSV files.
* Make pylint happy
* Fix dropped async_mock
* Simplify CSV row schema
2021-01-13 12:11:20 +01:00
Santobert
10bc05df00
Fix neato battery sensor not ready ( #44946 )
...
* Fix neato battery sensor not ready
* Edit available attribute
* Remove unnecessary condition
2021-01-13 10:23:16 +01:00
J. Nick Koston
ac60b34d17
Roomba cleanups ( #45097 )
...
* Roomba cleanups
Remove async_step_init backwards compat
Move urls to description_placeholders.
Fix typos
* fix test
* fix fallback to manual when roomba is in the wrong state
2021-01-13 07:27:25 +01:00
Allen Porter
eebd0d333e
Clear cached nest event images after expiration ( #44956 )
...
* Clear cached nest event images after expiration
* Don't share removal cleanup with alarm cleanup
Don't share code across these functions since it would require a dummy timestamp values that is unnecessary.
* Increase test coverage on sdm camera remove
* Update homeassistant/components/nest/camera_sdm.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-12 22:08:59 -08:00
Paulus Schoutsen
82746616fa
Cloud: Add web socket API to pick default TTS language ( #45064 )
...
* Allow picking default TTS language
* Fix test
* Fix coroutine function
* Improve test coverage
* Remove stale import
* Clean up hass
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-13 00:05:30 +01:00
Paulus Schoutsen
4e71be852a
Bump Z-Wave JS to 0.7.1 ( #45080 )
2021-01-12 16:18:06 +01:00
Charles Garwood
be2aba6c52
Fix docstring in zwave_js switch test ( #45076 )
2021-01-12 14:29:12 +01:00
Joakim Sørensen
8ce32d67f9
Fallback to tag for any AfterShip tracking that have no checkpoints ( #45053 )
2021-01-12 10:33:14 +01:00
Paulus Schoutsen
e83ced6737
Add name to ignored entries ( #45051 )
...
* Add name to ignored entries
* Fix test
2021-01-12 09:26:20 +01:00
Charles Garwood
f312b87a3f
Add switch platform to zwave_js ( #45046 )
2021-01-11 18:40:39 -05:00
Philip Allgaier
cad2fa89ed
Default input_datetime to current date ( #45052 )
2021-01-11 23:45:58 +01:00
Philip Allgaier
bade98624d
Fix tests for input_datetime ( #45055 )
2021-01-11 23:13:16 +01:00
J. Nick Koston
13cdf0ba63
Cleanups for somfy_mylink ( #45026 )
...
* Cleanups for somfy_mylink
* Use the target/unique_id to configure reverse
* Simplify options flow
* Various code review cleanups
* Deprecate YAML
* revert get change
* revert get change
* add note about empty response
* move CONF_DEFAULT_REVERSE out of loop
* Update homeassistant/components/somfy_mylink/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Ensure we deepcopy options
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-11 10:10:02 -10:00
Paulus Schoutsen
f19b72ea02
Drop awarecan from codeowners ( #45049 )
2021-01-11 17:58:59 +01:00
Simone Chemelli
bc2c7b2d48
Add Shelly RGB devices management ( #43993 )
...
* Add support for RGB devices
* White value handling
* Fixed logic for some devices (ColorTemp, White, Kelvin limits)
* Code cleanup
* Moved func from utils to light
* Fix for DUO
* Added "Optional" to properties that need it
* Code more understandable
* Applied code review suggestions
* Applied code review suggestions
* Updated logic to always show all available options
2021-01-11 16:47:49 +01:00
Shay Levy
e3f38942cc
Add 100% tests coverage for Shelly cover and switch platforms ( #45001 )
2021-01-11 16:45:06 +01:00
Martin Hjelmare
d270f9515b
Add zwave_js init module tests ( #45048 )
...
* Add entry setup and unload test
* Test home assistant stop
* Test on connect and on disconnect
* Test client connect timeout
* Test ready node added
* Test non ready node added
* Test existing node not ready
* Test device registry state
* Add common test tools module
* Add existing ready node test
* Include init module in coverage calculation
* Clean docstrings
2021-01-11 16:05:11 +01:00
Erik Montnemery
d60fc0de38
Add availability_mode "all" and "any" to MQTT entities ( #44987 )
...
* Add availability_mode "all" to MQTT entities
* Add availability mode any
2021-01-11 16:04:22 +01:00
J. Nick Koston
74e7f7c879
Update roomba config flow to walk users through pairing ( #45037 )
...
* Update roomba config flow to walk users though pairing
* Remove YAML support
* adjust tests
* increase cover
* pylint
* pylint
2021-01-11 14:46:54 +01:00
J. Nick Koston
eb5f3b282b
Mark YAML support for August deprecated ( #45039 )
2021-01-11 14:40:32 +01:00
J. Nick Koston
38a5f25b59
Fix vacuums that do not support start with homekit ( #45030 )
...
* Fix vacuums that do not support start with homekit
* fix tests
2021-01-11 14:38:42 +01:00
Allen Porter
65e3661f88
Repair flaky and broken stream tests in test_hls.py, and turn back on ( #45025 )
...
* Unmark tests as flaky (though still flaky)
This put tests into the broken state where they are flaky and do not yet pass
* Fix bug in test_hls_stream with incorrect path
* Enable and de-flake HLS stream tests
Background: Tests encode a fake video them start a stream to be decoded. Test
assert on the decoded segments, however there is a race with the stream worker
which can finish decoding first, and end the stream which ereases all buffers.
Breadown of fixes:
- Fix the race conditions by adding synchronization points right before the
stream is finalized.
- Refactor StreamOutput.put so that a patch() can block the worker
thread. Previously, the put call would happen in the event loop which was
not safe to block. This is a bit of a hack, but it is the simplist possible
code change to add this synchronization and arguably provides slightly better
separation of responsibilities from the worker anyway.
- Fix bugs in the tests that make them not pass, likely due to changes
introduced while the tests were disabled
- Fix case where the HLS stream view recv() call returns None, indicating
the worker finished while the request was waiting.
The tests were previously failing anywhere from 2-5% of the time on a lightly
loaded machine doing 1k iterations. Now, have 0% flake rate. Tested with:
$ py.test --count=1000 tests/components/strema/test_hls.py
2021-01-11 14:34:45 +01:00
Charles Garwood
ed4e8cdbc5
Bump zwave-js-server-python to 0.7.0 ( #45045 )
2021-01-11 14:34:08 +01:00
J. Nick Koston
af21893652
Remove safe mode from HomeKit ( #45028 )
...
Safe mode was added to work around a race condition where
the mdns announcment was sent too early and would cause
pairing to fail. Since this has been corrected in
HAP-python, there is no longer a need to have
safe mode.
2021-01-11 14:26:09 +01:00
Paulus Schoutsen
e584902b8b
Remove empty schema ( #45044 )
2021-01-11 14:25:09 +01:00
Stefan Agner
54064b4010
Increase timeout to avoid killing the core during shutdown ( #45029 )
...
Stopping the core goes through several stages, which can take up to
120s, 60s and 30s respectively. However, if shutdown is taking longer
than 60s overall, s6 isn't patient and kills the core:
Jan 10 23:56:58 homeassistant eb034fca9c7d[407]: s6-svwait: fatal: timed out
Jan 10 23:56:58 homeassistant eb034fca9c7d[407]: [s6-finish] sending all processes the TERM signal.
Jan 10 23:57:01 homeassistant eb034fca9c7d[407]: [s6-finish] sending all processes the KILL signal and exiting.
This is most of the time not a problem since shutdown is quicker than
that.
However, increasing the timeout is especialy useful to debug cases when
an event is hanging, since the core will point it out after its timeout
elapsed.
Set the timeout to 220s, which is all core timeouts plus 10s grace time.
2021-01-11 11:24:02 +01:00
Stefan Agner
ab25c5a2bd
Shutdown asyncio http server within 10 seconds ( #45033 )
...
If there are open requests, the http server waits up to 60 seconds.
However, some requests (such as the Reboot button) seems to keep a
connection open and needlessly slow down the reboot process:
```
Jan 11 00:52:54 homeassistant eb034fca9c7d[404]: 2021-01-11 00:52:54 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_stop[L]>
Jan 11 00:52:54 homeassistant eb034fca9c7d[404]: 2021-01-11 00:52:54 DEBUG (MainThread) [homeassistant.helpers.restore_state] Dumping states 111
Jan 11 00:52:54 homeassistant eb034fca9c7d[404]: 2021-01-11 00:52:54 DEBUG (MainThread) [homeassistant.helpers.restore_state] Dumping states
Jan 11 00:52:54 homeassistant eb034fca9c7d[404]: 2021-01-11 00:52:54 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [281473359593728] Connection closed by client
Jan 11 00:52:56 homeassistant eb034fca9c7d[404]: 2021-01-11 00:52:56 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [281473359593728] Disconnected
Jan 11 00:53:54 homeassistant eb034fca9c7d[404]: 2021-01-11 00:53:54 DEBUG (MainThread) [homeassistant.core] Waited 60 seconds for task: <Task pending name='Task-585' coro=<async_setup.<locals>.stop_server() running at /usr/src/homeassistant/homeassistant/components/http/__init__.py:228> wait_for=<_GatheringFuture pending cb=[<TaskWakeupMethWrapper object at 0xffff9f112f70>()]> cb=[_wait.<locals>._on_completion() at /usr/local/lib/python3.8/asyncio/tasks.py:518]>
...
```
2021-01-11 09:36:14 +01:00
Charles Garwood
d68fdbc283
Add zwave_js integration ( #45020 )
...
* Run zwave_js scaffold (#44891 )
* Add zwave_js basic connection to zwave server (#44904 )
* add the basic connection to zwave server
* fix name
* Fix requirements
* Fix things
* Version bump dep to 0.1.2
* fix pylint
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
* Bump zwave-js-server-python to 0.2.0
* Use zwave js server version check instead of fetching full state (#44943 )
* Use version check instead of fetching full state
* Fix tests
* Use 0.3.0
* Also catch aiohttp client errors
* Update docstring
* Lint
* Unignore zwave_js
* Add zwave_js entity discovery basics and sensor platform (#44927 )
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
* Complete zwave_js typing (#44960 )
* Type discovery
* Type init
* Type entity
* Type config flow
* Type sensor
* Require typing of zwave_js
* Complete zwave_js config flow test coverage (#44955 )
* Correct zwave_js sensor device class (#44968 )
* Fix zwave_js KeyError on entry setup timeout (#44966 )
* Bump zwave-js-server-python to 0.5.0 (#44975 )
* Remove stale callback signal from zwave_js (#44994 )
* Add light platform to zwave_js integration (#44974 )
* add light platform
* styling fix
* fix type hint
* Fix typing
* Update homeassistant/components/zwave_js/const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/zwave_js/entity.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/zwave_js/entity.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/zwave_js/entity.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/zwave_js/entity.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/zwave_js/entity.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* color temp should be integer
* guard Nonetype error
* Update homeassistant/components/zwave_js/light.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/zwave_js/light.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* some fixes after merging
* add additional guards for None values
* adjustments for rgb lights
* Fix typing
* Fix black
* Bump zwave-js-server-python to 0.6.0
* guard value updated log
* remove value_id lookup as its no longer needed
* fiz sending white value
* Update homeassistant/components/zwave_js/light.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Add zwave_js test foundation (#44983 )
* Exclude text files from codespell
* Add basic dump fixture
* Add test foundation
* Fix test after rebase
* Exclude jsonl files from codespell
* Rename fixture file type to jsonl
* Update fixture path
* Fix stale docstring
* Add controller state json fixture
* Add multisensor 6 state json fixture
* Update fixtures
* Remove basic dump fixture
* Fix fixtures after library bump
* Update codeowner
* Minor cleanup Z-Wave JS (#45021 )
* Update zwave_js device_info (#45023 )
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-01-11 00:08:25 +01:00
Ryan Fleming
1402e7ae56
Use the camera UUID as the entity unique id ( #44937 )
2021-01-10 23:23:32 +01:00
Philip Allgaier
4de9f5194f
Include current version in updater log output ( #45022 )
2021-01-10 21:37:55 +01:00
J. Nick Koston
f5b389faa8
Warn users when their HomeKit configuration may be unstable ( #44999 )
2021-01-10 09:38:41 -10:00
J. Nick Koston
4b54694c5c
Add config flow for somfy_mylink ( #44977 )
...
* Add config flow for somfy_mylink
* fix typo
2021-01-10 20:24:22 +01:00
J. Nick Koston
b450d4c135
Improve unifi performance with many devices ( #45006 )
...
With 250 clients, there were about 18000 timers updated every
minute. To avoid this, we check which entities should be set
to not_home only once every second.
2021-01-10 20:12:21 +01:00
Olivier Cloirec
707a8e62f9
Add stop support to openzwave (mqtt) cover ( #44622 )
...
* feat: add stop to openzwave (mqtt) cover
* Fix isort and black linter
* Remove supported_features for cover.
As suggested by @MartinHjelmare, not needed anymore because base class
implementation is sufficient.
https://github.com/home-assistant/core/pull/44622#discussion_r549854542
* Make a simpler version depending on idempotency
qt-openzwave already implements idempotency, see:
77e414217f/qt-openzwave/source/qtozwvalueidmodel.cpp (L180)
We can use it and trigger button release anywhen.
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-10 18:05:52 +01:00
Allen Porter
a73a82e381
Improve nest client error handling using newest library ( #44998 )
2021-01-09 17:52:30 -08:00
Josef Schlehofer
f240106189
Upgrade requests to 2.25.1 ( #44989 )
2021-01-09 20:02:50 +01:00
Erik Montnemery
248802efd5
Add MQTT base entity ( #44971 )
2021-01-09 17:46:53 +01:00
Paulus Schoutsen
75615bd92a
Merge pull request #44982 from home-assistant/rc
...
2021.1.1
2021-01-09 16:02:54 +01:00
Paulus Schoutsen
9524766b07
Bumped version to 2021.1.1
2021-01-09 14:31:14 +00:00
ehendrix23
21121b6e9b
Bump pymyq to 2.0.13 ( #44961 )
2021-01-09 14:31:10 +00:00
Erik Montnemery
1b0e0996af
Fix parameters when toggling light ( #44950 )
2021-01-09 14:31:09 +00:00
Sergio Oller
0e4c560f38
Disambiguate Supervisor HTTPUnauthorized on user/password validation ( #44940 )
...
* Disambiguate HTTPUnauthorized on user/password validation
The HA core API usually returns 401 when the request does not
have proper authentication tokens or they have expired.
However the user/password validation endpoint may also return
401 when the given user/password is invalid.
The supervisor is currently unable to distinguish both scenarios,
and it needs to.
See https://github.com/home-assistant/supervisor/issues/2408
* Return 404 if user& password are not found/valid
* Fix test for invalid user/password
2021-01-09 14:31:09 +00:00
J. Nick Koston
5dfe8e15e3
Fix wait_template incorrectly matching falsey values ( #44938 )
2021-01-09 14:31:07 +00:00
Matthias Alphart
5ef6f87ab9
Fix KNX cover state return open when unknown ( #44926 )
2021-01-09 14:31:07 +00:00
ehendrix23
eabe757e20
Bump pymyq to 2.0.13 ( #44961 )
2021-01-09 15:29:48 +01:00
Martin Hjelmare
8b72324ae6
Add zwave to ozw migration ( #39081 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2021-01-09 15:23:03 +01:00
bchastain
982c42e746
Add pressure forecast to HA weather entity model ( #44965 )
2021-01-09 14:52:49 +01:00
Erik Montnemery
6dd6d9b368
Deduplicate MQTT entity discovery code ( #44970 )
2021-01-09 14:37:33 +01:00
Erik Montnemery
2d9eb25142
Fix parameters when toggling light ( #44950 )
2021-01-09 01:10:47 +01:00
Erik Montnemery
b85efd343f
Move MQTT entity helpers to separate file ( #44838 )
...
* Move MQTT entity helpers to separate file
* Fix imports
* Update MQTT number
* Review comments
* Fix formatting
2021-01-09 00:47:17 +01:00
Ville Skyttä
3a88a4120e
Helpers type hint improvements ( #44964 )
2021-01-09 00:08:34 +01:00
Ville Skyttä
3569d92385
Remove script/test ( #44967 )
...
It's still referencing tox py36, which has been obsolete for over a
year.
2021-01-08 23:58:39 +01:00
Diogo Gomes
e3c1281616
Add MQTT Number (non optimistic) ( #44883 )
...
* non optimistic
* test restored state
* ups
* review
* Ensure the entity is not in optimistic mode
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-01-08 23:43:14 +01:00
Tobias Sauerwein
8fa62329a4
Fix Netatmo climate boost for valves ( #44957 )
2021-01-08 18:41:31 +01:00
Sergio Oller
905100a189
Disambiguate Supervisor HTTPUnauthorized on user/password validation ( #44940 )
...
* Disambiguate HTTPUnauthorized on user/password validation
The HA core API usually returns 401 when the request does not
have proper authentication tokens or they have expired.
However the user/password validation endpoint may also return
401 when the given user/password is invalid.
The supervisor is currently unable to distinguish both scenarios,
and it needs to.
See https://github.com/home-assistant/supervisor/issues/2408
* Return 404 if user& password are not found/valid
* Fix test for invalid user/password
2021-01-08 17:28:22 +01:00
J.P. Hutchins
793adb7f40
Add torrent id to Transmission events ( #44187 )
...
* Fire event after object update; clarify code across related methods
* Change var to torrent, clarity
* Add typehints, _ prefix private attributes
2021-01-08 07:53:47 -08:00
Joakim Sørensen
d99bc99d9b
Prefix versions in system health ( #44921 )
...
* Prefix versions in system health
* Adjust test
* Update homeassistant/components/hassio/strings.json
2021-01-08 16:03:06 +01:00
Ottavio Campana
58195c64b7
Fix media renderers without volume control ( #44874 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-08 14:15:54 +01:00
J. Nick Koston
7c93a11aba
Fix wait_template incorrectly matching falsey values ( #44938 )
2021-01-08 13:07:50 +01:00
Fabian Affolter
c457ea854c
Upgrade youtube_dl to 2021.01.03 ( #44942 )
2021-01-08 11:59:30 +01:00
Fabian Affolter
e134c17df2
Upgrade discord.py to 1.6.0 ( #44941 )
2021-01-08 11:53:46 +01:00
Matthias Alphart
30189fb5d5
Fix KNX cover state return open when unknown ( #44926 )
2021-01-08 11:50:02 +01:00
Michael Chisholm
e35e460e69
Use parent_id to find cause of logbook events with new contexts ( #44416 )
...
* Use parent_id to find cause of events with new contexts
When looking up the causing event for logbook display, use the `parent_id`
of the current context if the current context just points back to the
current event.
This now shows in the logbook the cause of an event in the case that a
component has created a new context from an existing context and tied
them together via the `Context.parent_id`.
* Fix exception when parent event not available
* Use async_Log_entry to avoid jump into executor
2021-01-07 20:27:03 -10:00
Jamin Collins
3b184ad11c
Implement support for additional ecobee hold modes ( #40520 )
...
* useEndTime2hour - 2 hours
* useEndTime4hour - 4 hours
* indefinite - Until I change it
These changes have been tested with an ecobee3 lite running firmware
version 4.5.81.200
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com >
2021-01-07 18:09:22 -10:00
J. Nick Koston
c54a0f80af
Update nexia to 0.9.5 ( #44924 )
2021-01-08 03:00:53 +01:00
Bouwe Westerdijk
cb3b37a87a
Correct Plugwise sensor scaling ( #44344 )
...
* Remove sensor-scaling, handled by the back-end
* Correct assert-values
* Update test-fixtures
* Revert "Correct assert-values"
This reverts commit f1a1891f73 .
* Adapt value to the updated userdata set
* Link to plugwise v0.8.5, update fixtures
* Correct test-values
* Fix typo
2021-01-08 02:44:00 +01:00
Ville Skyttä
20e2493f68
Improve device registry type hints ( #44919 )
...
* Fix async_get_or_create via_device type hint
* Specify collection element types
2021-01-08 02:38:57 +01:00
jjlawren
0426b211f6
Rewrite Plex tests to use mocked payloads ( #44044 )
2021-01-07 19:56:52 +01:00
Paulus Schoutsen
caf14b78d1
Homekit has two types ( #44879 )
2021-01-07 08:44:34 -10:00
Ville Skyttä
2fb3be50ab
Make DeviceRegistry.async_get_device connections arg optional ( #44897 )
...
* Make async_get_device connections Optional, default None
* Remove unnecessary async_get_device connections arg usages
Some of these were using an incorrect collection type, which didn't
cause issues mostly just due to luck.
2021-01-07 13:49:45 +01:00
emufan
751ac0b955
Bump pydaikin version to 2.4.1 ( #44888 )
2021-01-06 20:15:16 +01:00
Franck Nijhof
92431049e5
Revert "Revert "Bump pypck to 0.7.8"" ( #44885 )
...
This reverts commit 6de8824980 .
2021-01-06 18:01:06 +01:00
Franck Nijhof
1a44a8a714
Merge branch 'master' into dev
2021-01-06 17:59:14 +01:00
Franck Nijhof
bb1ebae5cb
Merge pull request #44881 from home-assistant/rc
2021-01-06 17:37:48 +01:00
Ville Skyttä
03ffeb9a02
Fix notion bridge id update device registry identifier usage ( #44872 )
2021-01-06 09:18:04 -07:00
Franck Nijhof
57d119a7fe
Revert "Bump pypck to 0.7.8" ( #44884 )
...
This reverts commit addafd517f .
2021-01-06 16:49:02 +01:00
Franck Nijhof
6de8824980
Revert "Bump pypck to 0.7.8" ( #44884 )
...
This reverts commit addafd517f .
2021-01-06 16:47:02 +01:00
Franck Nijhof
9c478e8de7
Bumped version to 2021.1.0
2021-01-06 16:03:04 +01:00
Allen Porter
560e3811a3
Generate nest images thumbnails from events ( #44638 )
...
* Capture nest still images from events
Use python google-nest-sdm API for fetching images. Update home assistant
to use the google-nest-sdm API for fetching the image contents generated
by the server. This uses the existing websession object for server fetches,
reducing the amount of new code and facilites unit testing using the existing
mechanism.
Simplify tests using the image fetch API rather than a snapshot API
2021-01-06 07:02:04 -08:00
treylok
9d03b56c5c
Bump python-ecobee-api to 0.2.8 ( #44866 )
2021-01-06 14:26:32 +01:00
jjlawren
b6d323b008
Fix Plex media summary attribute ( #44863 )
2021-01-06 14:26:28 +01:00
Martin Hjelmare
88eac0be85
Bump pytradfri to 7.0.6 ( #44661 )
2021-01-06 14:26:19 +01:00
jjlawren
d3d66c2e27
Fix Plex media summary attribute ( #44863 )
2021-01-06 14:12:19 +01:00
dependabot[bot]
2e864ca435
Bump codecov/codecov-action from v1.2.0 to v1.2.1 ( #44869 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.0 to v1.2.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.0...e156083f13aff6830c92fc5faa23505779fbf649 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 14:05:23 +01:00
Erik Montnemery
72e6d58a99
Bump pychromecast to 7.7.2 ( #44871 )
2021-01-06 13:41:21 +01:00
treylok
1c2f88c500
Bump python-ecobee-api to 0.2.8 ( #44866 )
2021-01-06 13:40:24 +01:00
Erik Montnemery
93ae65d704
Improve MQTT number test coverage ( #44870 )
2021-01-06 13:27:05 +01:00
JeromeHXP
1a65ab0b80
Address late review of ondilo_ico ( #44837 )
...
* Updates following comments in PR 44728
* Make all api calls in same thread context
* Set API as parameter to get_all_pools_data
* extract pools data retrieval function to api class
2021-01-06 12:36:39 +01:00
Erik Montnemery
02bfc68842
Support dynamic Google Cast groups ( #44484 )
...
* Re-add support for dynamic groups
* Add tests
* Add support for manufacturer
* Refactor support for dynamic groups
* Bump pychromecast to 7.7.0
* Bump pychromecast to 7.7.1
* Tweak tests
* Apply review suggestion
2021-01-06 09:23:18 +01:00
Diogo Gomes
f18880686c
Add MQTT Number ( #44739 )
...
* Initial Commit
* initial commit
* add discovery and tests
* increase coverage
* address review
* catchup with reality
2021-01-06 08:27:46 +01:00
Franck Nijhof
c258c2653f
Bumped version to 2021.1.0b3
2021-01-05 23:31:18 +01:00
Bram Kragten
587676f436
Update frontend to 20201229.1 ( #44861 )
2021-01-05 23:31:00 +01:00
Franck Nijhof
2ee50a4d54
Fix Canary doing I/O in event loop ( #44854 )
2021-01-05 23:30:55 +01:00
Finbarr Brady
fdce5878c6
Bump openwebifpy version: 3.1.6 → 3.2.7 ( #44847 )
2021-01-05 23:30:51 +01:00
Paulus Schoutsen
0b8251d9a1
Make Alexa custom ID unique ( #44839 )
...
* Make Alexa custom ID unique
* Lint
* Lint
2021-01-05 23:30:48 +01:00
Andre Lengwenus
e4a84bb1c3
Bump pypck to 0.7.8 ( #44834 )
2021-01-05 23:30:44 +01:00
TheJulianJES
9396d9db5f
Implement color mode for ZHA light polling ( #44829 )
2021-01-05 23:30:41 +01:00
J. Nick Koston
b3fda469cf
Fix zeroconf outgoing dns compression corruption for large packets ( #44828 )
2021-01-05 23:30:37 +01:00
Bram Kragten
cc57dd9534
Update frontend to 20201229.1 ( #44861 )
2021-01-05 23:27:35 +01:00
Paulus Schoutsen
009663602a
Avoid Ps4 doing I/O during tests ( #44845 )
2021-01-05 21:12:14 +01:00
Franck Nijhof
34161f3ff6
Fix Canary doing I/O in event loop ( #44854 )
2021-01-05 20:55:17 +01:00
mvn23
35edc40537
Fix opentherm_gw firmware version in device registry ( #44756 )
2021-01-05 20:46:54 +01:00
Paulus Schoutsen
f1c116831f
Patch Shelly test setting up entry ( #44842 )
2021-01-05 18:35:54 +01:00
Paulus Schoutsen
69b5176730
Make Alexa custom ID unique ( #44839 )
...
* Make Alexa custom ID unique
* Lint
* Lint
2021-01-05 17:35:28 +01:00
Finbarr Brady
16e1046dbc
Bump openwebifpy version: 3.1.6 → 3.2.7 ( #44847 )
2021-01-05 17:22:25 +01:00
Ville Skyttä
67eebce55a
Better general/fallback error message and traceback for unknown config errors ( #44655 )
...
* Include error repr in config error message is str(error) yields nothing
* Log traceback for config errors we don't have a "friendly" formatter for
2021-01-05 13:55:38 +01:00
Hans Oischinger
853420d972
Add Vicare set mode service ( #44563 )
...
* vicare: add set_vicare_mode service
The set_vicare_mode service allows the user to set any of the possible heating
modes of their heating device. Not just the ones that were mapped to
home assistant climate modes.
* vicare: Undo async changes and add heating mode
Useless async changes were undone.
To be able to set the most relevant modes the set_vicare_mode
shall be able to also set the heating mode (without domestic
hot water)
* Extract kwarg and undo some more async changes
Currectly extract the service argument
Adapt according to review
* Lint fixes
* Replace kwargs with single arg
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-05 12:12:31 +01:00
Shane Qi
c654476e24
Add support for reordering Shopping List Items via Drag and Drop ( #41585 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-05 11:24:30 +01:00
Andre Lengwenus
addafd517f
Bump pypck to 0.7.8 ( #44834 )
2021-01-05 10:01:34 +01:00
dependabot[bot]
106252ea21
Bump actions/upload-artifact from v2.2.1 to v2.2.2 ( #44835 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from v2.2.1 to v2.2.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.1...e448a9b857ee2131e752b06002bf0e093c65e571 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 09:51:48 +01:00
dependabot[bot]
0c85ed1385
Bump codecov/codecov-action from v1.1.1 to v1.2.0 ( #44836 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.1.1 to v1.2.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.1.1...a92c414703a4bba586f6df7fcc885c9d0bdff772 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 09:51:19 +01:00
Allen Porter
6cd18971b1
Propose an integration quality for nest SDM integration ( #44755 )
...
* Propose the nest SDM integration is silver quality
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-01-04 19:45:33 -08:00
TheJulianJES
86154744e4
Implement color mode for ZHA light polling ( #44829 )
2021-01-04 21:57:05 -05:00
Ville Skyttä
65e56d03bf
Complete device and entity registry type hints ( #44406 )
2021-01-05 02:03:16 +01:00
chpego
d315ab2cf5
Bump caldav version to 0.7.1 ( #44815 )
...
* bump caldav version 0.7.1
* Update requirements_all.txt
* Update requirements_test_all.txt
2021-01-04 16:49:01 -07:00
Mike Keesey
60a1948ab0
Generate switches for harmony activities automatically ( #42331 )
...
* Adding switch code for harmony activities
* Working on-off
* Removing poll code for now
* Async updates for current activity
* Update our state based on events
* Notifications we got connected or disconnected
* Remove unncessary constructor arg
* Initial switch tests
* Additional tests for switch transitions
* Test transitions for availability
* Testing switch state changes
* Tests passing
* Final tests
* Updating manifest.
* Correctly mock the return value from a call to the library
* Adding new subscriber classes
* Update class name and location
* Got the refactor working locally.
* Tests passing
* Tracking state changes
* Remove write_to_config_file - this appears to never be read.
It was added far back in the past to account for a harmony library
change, but nothing ever reads that path.
Removing that side effect from tests is a pain - avoid the side effect
completely.
* Connection changes tested
* Clean up temporary code
* Update .coveragerc for harmony component
Specifically exclude untested files instead of the whole module
* Fix linting
* test sending activity change commands by id
* Improving coverage
* Testing channel change commands
* Splitting subscriber logic into it's own class
* Improve coverage and tighten up .coveragerc
* Test cleanups.
* re-add config file writing for harmony remote
* Create fixture for the mock harmonyclient
* Reduce duplication in subscription callbacks
* use async_run_job to call callbacks
* Adding some tests for async behaviors with subscribers.
* async_call_later for delay in marking remote unavailable
* Test disconnection handling in harmony remote
* Early exit if activity not specified
* Use connection state mixin
* Lint fix after rebase
* Fix isort
* super init for ConnectionStateMixin
* Adding @mkeesey to harmony CODEOWNERS
2021-01-04 13:21:14 -10:00
Maciej Bieniek
2e50c1be8e
Add nearest method to get data for Airly integration ( #44288 )
...
* Add nearest method
* Add tests
* Move urls to consts
* Simplify config flow
* Fix tests
* Update tests
* Use in instead get
* Fix AirlyError message in tests
* Fix manual update entity tests
* Clean up tests
* Fix after rebase
* Increase test coverage
* Format the code
* Fix after rebase
2021-01-04 23:14:45 +01:00
Shay Levy
76537305e2
Add logbook and device trigger platforms to Shelly ( #44020 )
...
* Add logbook and device trigger platforms to Shelly
Add `logbook` platform for describing “shelly.click” event
Add `device_trigger` platform for adding automation based on click events:
Example of logbook event:
Shelly 'single' click event for Test I3 channel 3 was fired.
(Test I3 is the name of the device)
Example of automation triggers:
First button triple clicked
First button long clicked and then single clicked
First button double clicked
First button long clicked
First button single clicked and then long clicked
First button single clicked
Second button triple clicked
..
Second button single clicked
* Fix codespell
* Remove pylint added for debug
* Add tests
* Rebase
* Fix Rebase & Apply PR review suggestions
Fix tests after rebasing
Use `INPUTS_EVENTS_DICT` for input triggers
Apply PR suggestions
2021-01-04 23:10:42 +01:00
J. Nick Koston
773d95251e
Fix zeroconf outgoing dns compression corruption for large packets ( #44828 )
2021-01-04 21:18:54 +01:00
Aaron Bach
7657a5c901
Move RainMachine services to entity services ( #44139 )
2021-01-04 20:01:14 +01:00
JeromeHXP
cd756f20b1
Updated Ondilo translation files to remove title ( #44824 )
2021-01-04 19:57:25 +01:00
Joakim Sørensen
766f89f338
Adjust system info for lovelace with multiple dashboards ( #44796 )
2021-01-04 18:02:46 +01:00
JeromeHXP
de780c6d35
Add Ondilo ico integration ( #44728 )
...
* First implementationof Ondilo component support
* Update manifest toadd pypi pkg dependency
* Update entities name and corrected refresh issue
* Changed percentage unit name
* Corrected merge issues
* Updated coveragerc
* cleaned up code and corrected config flow tests
* Code cleanup and added test for exisitng entry
* Changes following PR comments:
- Inherit CoordinatorEntity instead of Entity
- Merged pools blocking calls into one
- Renamed devices vars to sensors
- Check supported sensor types
- Stop relying on array index position for pools
- Stop relying on attribute position in dict for sensors
* Corrected unit test
* Reformat sensor type check
2021-01-04 08:09:01 -08:00
Allen Porter
c92353088c
Fix Fan support in nest climate by adding HVAC_MODE_FAN_ONLY support ( #44203 )
...
* Add HVAC_MODE_FAN_ONLY to nest climate
* Remove unreachable code
* Fix HVAC_FAV_ONLY bug; must also turn off hvac
2021-01-04 16:43:41 +01:00
Joakim Plate
c1027cace6
Add device entry id to events ( #44407 )
...
* Add device entry id to events
* Only add device id if device is known for now
2021-01-04 15:31:10 +01:00
On Freund
e9f7e67f4c
Try to fix flaky Risco test ( #44788 )
2021-01-04 15:23:47 +01:00
Simone Chemelli
3a32e16f4d
Add myself to codeowners for Shelly ( #44814 )
2021-01-04 14:14:09 +01:00
Simone Chemelli
f07bf6a88e
Cleanup timeouts values for Shelly ( #44790 )
...
* Updated timeouts
* Small cleanup
* Fix + small cleanup of test code
2021-01-04 14:04:40 +01:00
Franck Nijhof
e4fcc9c692
Bumped version to 2021.1.0b2
2021-01-04 13:17:44 +01:00
Matthias Alphart
5f91f14a49
Fix knx.send service not accepting floats ( #44802 )
2021-01-04 13:17:02 +01:00
Bob Matcuk
f42ce2b0d1
Fix bug with blink auth flow ( #44769 )
2021-01-04 13:16:59 +01:00
Pascal Vizeli
506fdc877a
Update docker base image 2021.01.0 ( #44761 )
2021-01-04 13:16:55 +01:00
J. Nick Koston
f33c1332b9
Add index to old_state_id column for postgres and older databases ( #44757 )
...
* Add index to old_state_id column for older databases
The schema was updated in #43610 but the index was not
added on migration.
* Handle postgresql missing ondelete
* create index first
2021-01-04 13:16:52 +01:00
Maciej Bieniek
8da79479d3
Change rest sensors update interval for Shelly Motion ( #44692 )
...
* Change rest sensors update interval for Shelly Motion
* Cleaning
* Fix typo
* Remove unnecessary parentheses
2021-01-04 13:16:46 +01:00
Paulus Schoutsen
92e354ca38
Guard unbound var for DSMR ( #44673 )
2021-01-04 13:16:40 +01:00
Maciej Bieniek
f771d8ff14
Change rest sensors update interval for Shelly Motion ( #44692 )
...
* Change rest sensors update interval for Shelly Motion
* Cleaning
* Fix typo
* Remove unnecessary parentheses
2021-01-04 13:14:07 +01:00
Pascal Vizeli
a7a4875f52
Add more debug details to running timeouts ( #43644 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-01-04 13:10:39 +01:00
Kendell R
5b67030c26
Change WHITELIST to ALLOWLIST for websockets ( #44766 )
2021-01-04 12:40:03 +01:00
Bob Matcuk
0cff069c98
Fix bug with blink auth flow ( #44769 )
2021-01-04 12:33:34 +01:00
Erik Montnemery
34bd70aee6
Fix race when handling MQTT discovery messages ( #44730 )
...
* Fix race when handling MQTT discovery messages
* Lint
* retrigger checks
2021-01-04 12:28:17 +01:00
Ville Skyttä
43474762b2
Drop remaining Python < 3.8 support ( #44743 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-01-04 11:47:29 +01:00
Daniel Shokouhi
134db3f710
Bump pyobihai ( #44768 )
2021-01-04 11:46:58 +01:00
J. Nick Koston
12af87bc6e
Add index to old_state_id column for postgres and older databases ( #44757 )
...
* Add index to old_state_id column for older databases
The schema was updated in #43610 but the index was not
added on migration.
* Handle postgresql missing ondelete
* create index first
2021-01-04 10:51:44 +01:00
Greg Dowling
3c62c21991
Bumo pyroon version to 0.0.30 ( #44800 )
2021-01-04 10:31:13 +01:00
Oliver
805a9bcb97
Update to denonavr version 0.9.10 ( #44791 )
2021-01-04 09:59:08 +01:00
dependabot[bot]
e9d2f583b6
Bump dessant/lock-threads from v2.0.1 to v2.0.3 ( #44806 )
...
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from v2.0.1 to v2.0.3.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v2.0.1...486f7380c15596f92b724e4260e4981c68d6bde6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 09:43:43 +01:00
Matthias Alphart
ad4804f38a
Fix knx.send service not accepting floats ( #44802 )
2021-01-04 04:49:29 +01:00
Álvaro Fernández Rojas
ec926105a0
Bump PyTado to 0.10.0 ( #44770 )
...
* Bump PyTado to v0.10.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* Tado: switch to getDeviceInfo
This function has been introduced in version 0.10.0 of PyTado.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* Tado: update tests
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-01-04 03:53:15 +01:00
Matthias Alphart
2bd8ee34f4
Update xknx to 0.16.0 ( #44749 )
...
* update xknx to 0.16.0
* fix telegram in knx_event and knx.send service
* fix knx.send to not coerce floats to int
fixes #44792
also enables strings to be sent
* Revert "fix knx.send to not coerce floats to int"
This reverts commit ac40fb53f9 .
2021-01-04 03:07:12 +01:00
migube
10b5912901
Reconnect mochad light on on/off command ( #44507 )
2021-01-03 20:01:05 +01:00
Will Hughes
1fc4284a29
Add service to lock/unlock Sure Petcare pet flaps ( #44557 )
...
* Add service to lock/unlock Sure Petcare pet flaps
Adds a service to the Sure Petcare pet flaps to allow lock, unlocking,
locking in and locking out pets using the pet flap
* Linting
* Changes from code review
2021-01-03 13:43:16 +01:00
dzukero
2ed7b90027
Add RFXtrx Rfy venetian blinds tilt control ( #44309 )
...
* Add tilt control for RFXtrx Rfy venetian blinds
* Update Rfy cover test
* Update the required version of pyRFXtrx
* Update required pyRFXtrx version to 0.26.1
* Revert "Update required pyRFXtrx version to 0.26.1"
This reverts commit d54f1645d5 .
* Revert "Update the required version of pyRFXtrx"
This reverts commit ac36d65326 .
* Update required version of pyRFXtrx to 0.26.1
* @dzukero
Update required version of pyRFXtrx to 0.26.1
* Make requested changes from review
* Fix isort
* Remove set tilt position support
* Remove set tilt position support per review
2021-01-03 12:59:22 +01:00
badguy99
cc21639f00
Fix Soma integration reload ( #44750 )
...
* fix async_unload_entry so that component reload works from GUI
* update to use asyncio based on review feedback
2021-01-02 18:38:45 -08:00
Joakim Plate
3de0610909
Support google assistant stopping for assumed state covers ( #44266 )
...
* Support stopping for assumed state covers
* Adjust black formatting
2021-01-02 23:01:20 +01:00
Álvaro Fernández Rojas
067f2d0098
Add tado zone binary sensors ( #44576 )
...
These should be binary sensors.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2021-01-02 13:35:59 +01:00
Pascal Vizeli
40cbe597be
Update docker base image 2021.01.0 ( #44761 )
2021-01-02 12:07:52 +01:00
Will Hughes
a6e474c7c9
Update surepy to v0.4.0 ( #44556 )
...
* Update surepy to v0.4.0
* Clarify pylint disable
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-01-02 03:52:33 +01:00
Allen Porter
321c0a87ae
Resolve nest pub/sub subscriber token refresh issues ( #44686 )
2021-01-02 01:51:01 +01:00
Paulus Schoutsen
a2ca08905f
Guard unbound var for DSMR ( #44673 )
2021-01-02 01:34:10 +01:00
Franck Nijhof
508d33a220
Remove deprecated PTVSD integration ( #44748 )
2021-01-01 23:36:15 +01:00
Franck Nijhof
65cf2fcb6f
Drop asynctest ( #44746 )
2021-01-01 22:31:56 +01:00
Franck Nijhof
79aad3f07b
Bumped version to 2021.1.0b1
2021-01-01 21:14:18 +01:00
Robert Svensson
e781e1b26c
Bump H11 library to support non RFC line endings ( #44735 )
2021-01-01 21:13:43 +01:00
J. Nick Koston
c60390a52a
Fix templates for rest notify ( #44724 )
2021-01-01 21:13:40 +01:00
J. Nick Koston
af1d46aa6c
Fix rest notify GET without params configured ( #44723 )
2021-01-01 21:13:36 +01:00
J. Nick Koston
6d33f6a115
Fix script wait templates with now/utcnow ( #44717 )
2021-01-01 21:13:32 +01:00
Allen Porter
39b9821d29
Fix broken test test_auto_purge in recorder ( #44687 )
...
* Fix failing test due to edge-of-2021 bug
* Rewrite test_auto_purge to make the intent more clear
2021-01-01 21:13:28 +01:00
Alexei Chetroi
864546201e
Bump up ZHA dependencies ( #44680 )
...
- zigpy == 0.29.0
- zigpy_deconz == 0.11.1
- zha-quirks == 0.0.51
2021-01-01 21:13:25 +01:00
Paulus Schoutsen
1c2e4226dc
Zeroconf lowercase ( #44675 )
2021-01-01 21:13:21 +01:00
Allen Porter
34a6b4deb0
Fix legacy nest api binary_sensor initialization ( #44674 )
2021-01-01 21:13:18 +01:00
Paulus Schoutsen
2b1df2e63f
Catch Shelly zeroconf types with uppercase too ( #44672 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-01-01 21:13:14 +01:00
Diogo Gomes
610ee24bb1
always sync unit_of_measurement ( #44670 )
2021-01-01 21:13:10 +01:00
Daniel Lintott
3cd97398aa
Bump zm-py version to 0.5.2 ( #44658 )
2021-01-01 21:13:07 +01:00
David F. Mulcahey
7d99a35547
Bump ZHA quirks version to 0.0.50 ( #44650 )
2021-01-01 21:13:04 +01:00
Mark Allanson
470fe887a5
Upgrade canary integration to use py-canary 0.5.1 ( #44645 )
...
Fixes #35569
2021-01-01 21:13:00 +01:00
Sian
1b26f6e8e0
Correct Dyson climate fan auto mode ( #44569 )
...
Co-authored-by: Justin Gauthier <justin@justin-tech.com >
2021-01-01 21:12:56 +01:00
Maciej Bieniek
8a689a0105
Add motion binary sensor ( #44445 )
2021-01-01 21:12:52 +01:00
Raman Gupta
e65903822d
Suppress vizio logging API call failures to prevent no-op logs ( #44388 )
2021-01-01 21:12:48 +01:00
J. Nick Koston
335aceedfb
Update py-august to 0.25.2 to fix august token refreshes ( #40109 )
...
* Update py-august to 0.26.0 to fix august token refreshes
* bump version
2021-01-01 21:12:44 +01:00
Paulus Schoutsen
2b0556520b
Catch Shelly zeroconf types with uppercase too ( #44672 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-01-01 20:54:43 +01:00
Martin Hjelmare
c7fa98211d
Bump locationsharinglib to 4.1.5 ( #44742 )
2021-01-01 19:48:33 +01:00
J. Nick Koston
661eb0338a
Fix templates for rest notify ( #44724 )
2021-01-01 19:28:20 +01:00
Robert Svensson
c4fbfc25e3
Bump H11 library to support non RFC line endings ( #44735 )
2021-01-01 18:39:59 +01:00
Franck Nijhof
70d2c37131
Upgrade pre-commit to 2.9.3 ( #44740 )
2021-01-01 18:10:28 +01:00
Franck Nijhof
5c634ac8bb
Upgrade debugpy to 1.2.1 ( #44737 )
2021-01-01 17:59:05 +01:00
Franck Nijhof
ea10f96bf7
Upgrade sentry-sdk to 0.19.5 ( #44738 )
2021-01-01 17:58:13 +01:00
Daniel Perna
e2e79aba4e
Update pyhomematic to 0.1.71 ( #44732 )
2021-01-01 17:20:55 +01:00
Sian
52e1aad008
Correct Dyson climate fan auto mode ( #44569 )
...
Co-authored-by: Justin Gauthier <justin@justin-tech.com >
2021-01-01 16:06:36 +01:00
Chris
176415b045
Fix AccuWeather condition mapping ( #44710 )
2021-01-01 15:40:28 +01:00
Franck Nijhof
1f0a6b178e
Fix Gree climate turn on/off ( #44731 )
2021-01-01 15:11:25 +01:00
Clifford Roche
f0e96f739b
Add turn_on and turn_off to gree climate component ( #43207 )
2021-01-01 13:58:38 +01:00
Fabian Affolter
ddfc3d6d8e
Upgrade volkszaehler to 0.2.1 ( #44703 )
2021-01-01 13:49:57 +01:00
Fabian Affolter
168b3ae6af
Upgrade alpha-vantage to 2.3.1 ( #44705 )
2021-01-01 13:48:24 +01:00
Franck Nijhof
2f486543df
Drop Python 3.7 support ( #43805 )
2021-01-01 13:47:01 +01:00
Raman Gupta
b651f63ef0
Suppress vizio logging API call failures to prevent no-op logs ( #44388 )
2021-01-01 13:35:05 +01:00
Allen Porter
051f6c0e72
Increase test coverage for Nest SDM integration ( #44718 )
2021-01-01 13:31:18 +01:00
Fabian Affolter
c4b11322c8
Updated certifi to >=2020.12.5 ( #44701 )
2021-01-01 13:07:07 +01:00
J. Nick Koston
2ef25e7414
Fix script wait templates with now/utcnow ( #44717 )
2021-01-01 13:03:34 +01:00
Franck Nijhof
7415dacec9
Add Python 3.9 to CI ( #41373 )
2021-01-01 12:51:27 +01:00
J. Nick Koston
94825b3e15
Do not restore unavailable state for august locks ( #44722 )
2021-01-01 12:44:53 +01:00
J. Nick Koston
681f76b99d
Fix rest notify GET without params configured ( #44723 )
2021-01-01 12:40:08 +01:00
Fabian Affolter
5e0eea21d4
Upgrade pyowm to 3.1.1 ( #44706 )
2020-12-31 20:02:59 -10:00
Fabian Affolter
99eed915d6
Upgrade slixmpp to 1.6.0 ( #44693 )
2020-12-31 19:35:42 -10:00
Jason Cronquist
787027958d
Use the async_call context in result of call_service ( #44458 )
2020-12-31 16:15:39 -10:00
hung2kgithub
db6bd22fc9
Add Chinese (Hong Kong) to Google Cloud TTS ( #44689 )
2021-01-01 01:59:42 +01:00
Oncleben31
41ebfcdc9e
Add device info to Météo-France ( #44457 )
2021-01-01 01:51:03 +01:00
Fabian Affolter
12b7b2098d
Upgrade sqlalchemy to 1.3.22 ( #44698 )
2020-12-31 14:28:15 -10:00
Glenn Waters
edee0682ba
Bump upb-lib to 0.4.12 ( #44721 )
2021-01-01 00:48:44 +01:00
Fabian Affolter
61f137c7c6
Upgrade pytz to >=2020.5 ( #44702 )
2021-01-01 00:38:38 +01:00
Glenn Waters
74b480e9d4
Bump elkm1-lib to 0.8.10 ( #44714 )
2020-12-31 23:44:04 +01:00
Allen Porter
f1dff973dc
Fix broken test test_auto_purge in recorder ( #44687 )
...
* Fix failing test due to edge-of-2021 bug
* Rewrite test_auto_purge to make the intent more clear
2020-12-31 12:04:12 -10:00
Allen Porter
fe9a254017
Fix legacy nest api binary_sensor initialization ( #44674 )
2020-12-31 19:22:24 +01:00
Ville Skyttä
1c8fbc7e6a
Upgrade codespell to 2.0.0 ( #44695 )
...
* Upgrade codespell to 2.0.0
* Fix newly found spelling errors
2020-12-31 19:14:07 +01:00
Mike Keesey
cdda5900e5
Upgrade pubnubsub-handler to 1.0.9 ( #44542 )
...
This resolves an error thrown on shutdown of the wink component
2020-12-31 18:48:36 +01:00
Alexei Chetroi
64dd748330
Bump up ZHA dependencies ( #44680 )
...
- zigpy == 0.29.0
- zigpy_deconz == 0.11.1
- zha-quirks == 0.0.51
2020-12-31 14:07:15 +01:00
Franck Nijhof
408da3600b
Upgrade feedparser to 6.0.2 ( #44683 )
2020-12-31 12:00:43 +01:00
Martin Hjelmare
4bde0640d6
Bump pytradfri to 7.0.6 ( #44661 )
2020-12-31 01:18:58 +01:00
Mark Allanson
1428c403ba
Upgrade canary integration to use py-canary 0.5.1 ( #44645 )
...
Fixes #35569
2020-12-31 01:16:53 +01:00
Paulus Schoutsen
c7bf7b32a2
Zeroconf lowercase ( #44675 )
2020-12-31 01:06:26 +01:00
Diogo Gomes
b290a8b5a1
always sync unit_of_measurement ( #44670 )
2020-12-31 00:39:14 +01:00
Maciej Bieniek
687f90e164
Add motion binary sensor ( #44445 )
2020-12-31 00:02:56 +01:00
Ville Skyttä
da66a4e933
Device automation config error message improvements ( #44656 )
...
Refs #44654 , #44655
2020-12-31 00:02:14 +01:00
J. Nick Koston
e2964ca878
Update py-august to 0.25.2 to fix august token refreshes ( #40109 )
...
* Update py-august to 0.26.0 to fix august token refreshes
* bump version
2020-12-30 23:10:42 +01:00
Franck Nijhof
b1bb0d12c9
Upgrade vsure to 1.6.1 ( #44657 )
2020-12-30 23:06:30 +01:00
J.P. Krauss
e37bb51320
Add AirNow Integration ( #40091 )
2020-12-30 20:25:57 +01:00
Daniel Lintott
15a4e1e1b3
Bump zm-py version to 0.5.2 ( #44658 )
2020-12-30 10:15:27 -08:00
Fabian Affolter
2e62e0661b
Upgrade colorlog to 4.6.2 ( #44652 )
2020-12-30 17:12:51 +01:00
zewelor
16ddbb95f4
Add yeelight service to enable disable music mode ( #44533 )
...
* Add service to enable / disable music mode
* Black reformat
* Update test
* Fix tests
* Revert consts cleanup
* Use entity method as service call
* Use ATTR for service call
* Sort
* Add tests
* Fix isort
* Fix print
* Black
2020-12-30 17:00:28 +01:00
David F. Mulcahey
a6c83cc46a
Bump ZHA quirks version to 0.0.50 ( #44650 )
2020-12-30 09:11:08 -05:00
Fabian Affolter
e2e07cf42e
Upgrade sendgrid to 6.4.8 ( #44646 )
2020-12-30 13:33:13 +01:00
Franck Nijhof
4b057101c5
Bumped version to 2021.2.0dev0 ( #44647 )
2020-12-30 13:27:12 +01:00
Franck Nijhof
4b5056a456
Bumped version to 2021.1.0b0
2020-12-30 12:18:22 +01:00
Fabian Affolter
6e5e45b937
Upgrade youtube_dl to 2020.12.29 ( #44643 )
2020-12-30 11:24:00 +01:00
Franck Nijhof
222c5b532c
Merge branch 'master' into dev
2020-12-30 10:59:49 +01:00
Franck Nijhof
e670a8f3b6
Merge pull request #44642 from home-assistant/rc
2020-12-30 10:45:15 +01:00
Simone Chemelli
338938a38e
Fix shelly shutdown AttributeError ( #44172 )
...
* Additional check for clean shutdown
* Changed approach
* Remover leftover
* Added callback key
* Moved to listen once
2020-12-30 10:29:54 +01:00
Allen Porter
baacf2cd7d
Publish timestamps in nest events ( #44641 )
2020-12-30 10:23:48 +01:00
Fabian Affolter
a212248f8d
Upgrade psutil to 5.8.0 ( #44640 )
2020-12-30 10:22:09 +01:00
Franck Nijhof
d1ad474a8d
Bumped version to 2020.12.2
2020-12-30 10:17:56 +01:00
Phil Cole
af4849c183
Bump pycarwings2 to 2.10 ( #44634 )
2020-12-30 10:17:02 +01:00
michaeldavie
19531b90a3
Bump env_canada to 0.2.5 ( #44631 )
2020-12-30 10:16:58 +01:00
J. Nick Koston
62f8d6cc04
Fix template triggers from time events ( #44603 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-12-30 10:16:55 +01:00
Erik Montnemery
99d7c83917
Fix Tasmota device triggers ( #44574 )
2020-12-30 10:16:52 +01:00
Robert Svensson
59c20686c1
Bump pydeconz to version 77 ( #44514 )
2020-12-30 10:16:48 +01:00
MatthewFlamm
78f81b6e37
Fix falsey comparisons in NWS weather ( #44486 )
2020-12-30 10:16:44 +01:00
On Freund
a58219bbc7
Fix Volumio pause with missing track type ( #44447 )
2020-12-30 10:16:41 +01:00
Aaron Bach
f76211d58a
Fix bug in unloading RainMachine options listener ( #44359 )
...
* Fix bug in unloading RainMachine options listener
* Order
2020-12-30 10:16:38 +01:00
Aaron Bach
0cac5b7cb3
Bump pyiqvia to 0.3.1 ( #44358 )
2020-12-30 10:16:35 +01:00
rubenbe
89168dd372
Update pytradfri to 7.0.5 ( #44347 )
2020-12-30 10:16:32 +01:00
ehendrix23
9c5dba6a24
Bump pyMyQ to version 2.0.12 ( #44328 )
2020-12-30 10:16:29 +01:00
Jc2k
2be5547c57
Fix velux homekit covers not enumerated correctly ( #44318 )
2020-12-30 10:16:25 +01:00
Greg Dowling
8394685493
Bump pyroon to 0.0.28 ( #44302 )
2020-12-30 10:16:21 +01:00
Oliver
c8bb6eb3bf
Update denonavr to 0.9.8 ( #44194 )
2020-12-30 10:16:18 +01:00
J. Nick Koston
217e3c44d6
Bump HAP-python to 3.1.0 ( #44176 )
...
Fixes many spec compliance issues, unavailable cases
following an unexpected exception, and a thread safety
race condition.
2020-12-30 10:16:13 +01:00
Allen Porter
eb07282e9b
Add debug logging for failed OAuth token refreshes to help users diagnose ( #44637 )
2020-12-30 10:03:27 +01:00
Franck Nijhof
ee194b9411
Initial Verisure cleanups ( #44639 )
2020-12-30 09:55:18 +01:00
Phil Cole
9cc768b34c
Bump pycarwings2 to 2.10 ( #44634 )
2020-12-30 09:44:44 +01:00
Chris Talkington
12aa537eb9
Support homekit discovery for roku ( #44625 )
...
* support homekit discovery for roku
* Update config_flow.py
* Update config_flow.py
* Update test_config_flow.py
* Update __init__.py
* Update __init__.py
* Update strings.json
* Update manifest.json
* Update __init__.py
* Update test_config_flow.py
* Update __init__.py
* Update manifest.json
* Update config_flow.py
* Update config_flow.py
* Update __init__.py
* Update test_config_flow.py
* Update __init__.py
* Update manifest.json
* Update __init__.py
* Update zeroconf.py
* Update config_flow.py
* Update test_config_flow.py
* Update config_flow.py
* Update test_config_flow.py
* Update __init__.py
* Update config_flow.py
* Update test_config_flow.py
* Update manifest.json
* Update zeroconf.py
2020-12-29 20:43:02 -06:00
michaeldavie
35a19a4d02
Bump env_canada to 0.2.5 ( #44631 )
2020-12-30 02:54:04 +01:00
Matt Bilodeau
a750c95d2e
Add OutdoorPlug to wemo ( #44629 )
2020-12-30 02:43:44 +01:00
Bram Kragten
62237adf91
Updated frontend to 20201229.0 ( #44632 )
2020-12-30 00:19:38 +01:00
J. Nick Koston
035f9412ba
Fix template triggers from time events ( #44603 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-12-29 23:16:39 +01:00
starkillerOG
e287160f72
Add discovery to Motion Blinds ( #44615 )
...
* Add discovery to Motion Blinds
* Update test_config_flow.py
* ommit keys()
Co-authored-by: Allen Porter <allen.porter@gmail.com >
* use _ to indicate private variables
* disregard changes to en.json
* remove unused errors
* clearify multicast=None
* improve tests
* make self._key a local variable
* fix styling
Co-authored-by: Allen Porter <allen.porter@gmail.com >
2020-12-29 11:13:31 -08:00
Mister Wil
85d89c16ab
Bump skybellpy to 0.6.3 ( #44619 )
2020-12-29 17:48:36 +01:00
starkillerOG
24f6f59eb4
Use entity service for motion blinds ( #44611 )
...
* Simplify motion blinds service
* Switch to using entity service
2020-12-29 07:21:51 -08:00
J. Nick Koston
4905be0c40
Move HomeKit autostart to advanced options flow ( #44599 )
2020-12-29 13:54:24 +01:00
Tsvi Mostovicz
c756457aa1
Fix typo in sensor names ( #44598 )
...
Fixes home-assistant/core#44464
2020-12-29 13:40:52 +01:00
starkillerOG
598202da07
Simplify motion blinds push callback ( #44579 )
2020-12-29 12:11:08 +01:00
rikroe
e5f31665b1
Add Config Flow to bmw_connected_drive ( #39585 )
...
* Add Config Flow to bmw_connected_drive
* Fix checks for bmw_connected_drive
* Adjust code as requested
* Clean .coveragerc after merge
* Use references for config flow
* Fix execute_service check against allowed accounts
* Adjust translation as username can be email or phone no
* Add BMWConnectedDriveBaseEntity mixin, remove unnecessary type casts
* Use BaseEntity correctly, fix pylint error
* Bump bimmer_connected to 0.7.13
* Adjustments for review
* Fix pylint
* Fix loading notify, move vin to entity attrs
* Remove vin from device registry
* Remove commented-out code
* Show tracker warning only if vehicle (currently) doesn't support location
* Remove unnecessary return values & other small adjustments
* Move original hass_config to own domain in hass.data
* Move entries to separate dict in hass.data
* Remove invalid_auth exception handling & test as it cannot happen
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-12-29 11:06:12 +01:00
Greg
5164a18d53
Bump version to fix returned data for old firmware ( #44600 )
2020-12-28 15:13:11 -10:00
Greg
a5cd4efd83
Optimize api calls between envoy_reader and Home Assistant ( #42857 )
...
* Updating sensor to use single API call
* Updated comment
Updated comment to reflect that polling is needed.
* Reduced calls to single API call
* Added except handling and increased async timeout
* Cleaned up some comments
* Added error handling
* Added last_reported date for inverters
* Added message during failed update
* Added retries to update function
* Updated update function
* Reformatted sensor.py with black
* Increased default scan period
* fixed timedelta typo
* importing CoordinatorEntity
* Check during setup else raise PlatformNotReady
* Removed async_update and override state
* using SCAN_INTERVAL constant
* fixed typo
* removed unused constant
* Removed retry logic
* Changed to catching exceptions rather than strings
* shortened string split line
* Replace requests_async with httpx
* Bump envoy_reader version to 0.17.2
* Resolving comments from PR requested changes
* Fixed typo in scan_interval
* Removed period from logging messages
* Bumping envoy_reader to 0.18.0
* Incorporating suggested changes
* Removing no longer used try/except
* Fail setup if authentication fails
* Bump envoy_reader to 0.18.2
2020-12-28 23:58:09 +01:00
mvn23
0d8ed9061c
Update pyotgw to 1.0b1 ( #43352 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-28 23:04:17 +01:00
Clifford Roche
ee97023053
Add support for Gree device light panels ( #42979 )
2020-12-28 22:32:04 +01:00
starkillerOG
a22d9e54db
Improve TDBU motion blinds control ( #44500 )
...
* improve TDBU motion blinds control
* Simplify service registration
2020-12-28 13:09:53 -08:00
TheJulianJES
0bc04a6501
Reset hs color/color temperature when changing the other one (ZHA) ( #44566 )
2020-12-28 14:05:15 -05:00
Philip Allgaier
392c058d34
Ensure consistent spelling of "ID" ( #44585 )
2020-12-28 18:34:08 +01:00
Anton Tolchanov
13d6f5454d
Turn on denonavr receiver when a source is changed ( #44473 )
2020-12-28 18:12:49 +01:00
badguy99
d95696e4f5
Soma cover battery level attribute ( #44459 )
2020-12-28 17:10:49 +01:00
Álvaro Fernández Rojas
50e11773ee
Tado: use proper variable name to avoid confusion ( #44571 )
...
Current device_id variable refers to the Home ID obtained from the Tado API.
Let's use home_id in order to avoid confusion with Tado devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2020-12-28 14:57:51 +01:00
Erik Montnemery
ed576edde7
Fix Tasmota device triggers ( #44574 )
2020-12-28 14:41:39 +01:00
Allen Porter
71af0fac16
Improve nest setup error handling ( #44385 )
...
* Improve error handling user experience
This is meant to make the nest integration quieter. Exceptions are handled with a single log error message.
Co-authored-by: j-stienstra <65826735+j-stienstra@users.noreply.github.com >
2020-12-27 20:30:51 -08:00
Álvaro Fernández Rojas
6d043f2ca1
Tado: add full list of devices ( #44475 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2020-12-27 16:36:35 +01:00
Allen Porter
51b88337ca
Simplify nest event handling ( #44367 )
...
* Simplify nest event handling
Use device specific update callbacks rather than a global callback.
The motivation is to prepare for a follow up change that will store
camera specific event tokens on the camera itself, so that a service
can later fetch event specific image snapshots, which would be difficult
to send across the event bus.
* Increase nest camera test coverage
* Remove unnecessary device updates for nest cameras
* Remove unused imports
* Fix device id check to look at returned entry
* Remove unused imports after rebase
* Partial revert of nest event simplification
* Push more update logic into the nest library
* Revert nest device_info changes
* Revert test changes to restore global update behavior
* Bump nest library version to support new callback interfaces
2020-12-27 09:49:22 +01:00
Rob Bierbooms
9531b08f2a
Add explicit support for Luxembourg Smarty meter in dsmr integration ( #43975 )
...
* Add support for Luxembourg Smarty meter
* Add config flow test
* Add sensor tests
2020-12-27 09:39:36 +01:00
Tim van Cann
1f27fb4644
Fully remove Avri integration ( #44478 )
...
* Fully remove Avri integration
* Remove avri from .coveragerc
2020-12-27 09:30:20 +01:00
aque0us
71c9007e06
Add Olivia voice to Amazon Polly TTS ( #44513 )
...
* Update tts.py
Added Olivia Neural Voice
* Correct linting
Co-authored-by: Joakim Plate <elupus@ecce.se >
2020-12-27 08:32:22 +01:00
Robert Svensson
49d9823630
Bump pydeconz to version 77 ( #44514 )
2020-12-26 22:24:05 +01:00
Martin Weinelt
f8df8b6b19
Add album art support in the mpd component ( #44527 )
...
* Add album art support in the mpd component
Uses `readpicture` to retrieve embedded artwork and `albumart` to
acquire cover art located in the media directory.
As the mpd component supports multiple different implementations (think
mopidy, PI MusicBox, etc.) we check for the availability of each command
before using them.
Tested against mpd 0.22.3, which includes support for both.
* fixup! Add album art support in the mpd component
2020-12-26 22:18:28 +01:00
MatthewFlamm
f8ab98d2e1
Fix falsey comparisons in NWS weather ( #44486 )
2020-12-26 13:53:34 +01:00
Ville Skyttä
cfb02b5392
Upgrade huawei-lte-api to 1.4.17 ( #44499 )
...
Mostly to pave way for implementing network connection mode change
services, such as PR #44380 .
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.13
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.14
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.15
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.16
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.17
2020-12-26 12:49:44 +01:00
Hmmbob
3a71b62de6
Update README.rst to avoid redirects ( #44519 )
2020-12-26 10:05:41 +01:00
Thibaut
dc79d71f39
Handle missing Somfy devices during update ( #44425 )
...
* Handle missing devices during update
* Raise error only if there was devices previously
* Not final dot
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2020-12-25 22:29:23 +01:00
Martin Weinelt
fa69daf5b3
Convert mpd component to use the async MPDClient ( #44384 )
...
Upgrades python-mpd2 to 3.0.1.
2020-12-25 21:49:30 +01:00
Matt Bilodeau
adf4eb0cc9
Bump pywemo to 0.5.6 ( #44440 )
2020-12-25 16:37:30 +01:00
Nick
9a5132054f
Support auto as Dyson fan on device state ( #44472 )
...
* - Make the dyson integration report that the fan is on if its in AUTO or FAN states instead of only in FAN state
* - Fix code style issue to be compliant with flake8
2020-12-25 14:49:14 +01:00
HomeAssistant Azure
6f2ed86c49
[ci skip] Translation update
2020-12-25 00:03:46 +00:00
Thibaut
19b957cd84
Remove useless async_add_executor_job ( #44496 )
2020-12-24 20:42:56 +01:00
Tomasz Pieczykolan
d385a51653
Fix the docstring in type_fans.py ( #44511 )
2020-12-24 20:40:30 +01:00
Eric Severance
d912e91e81
Periodically attempt to discover new wemo devices ( #44361 )
...
* Periodically attempt to discover new wemo devices
* Set self._stop=None after stopping the periodic discovery task
* Use the async_fire_time_changed test helper to simplify test_discovery
* Stop the pywemo registry outside of the async loop
* Add a comment describing why async_fire_time_changed is used
2020-12-24 12:25:14 +01:00
J. Nick Koston
677fc6e2bb
Translate siri requests to turn on thermostats to valid targets ( #44236 )
...
Siri always requests auto mode even when the device does not
support auto which results in the thermostat failing to turn
on as success is assumed. We now determine the heat cool
target mode based on the current temp, target temp, and
supported modes to ensure the thermostat will reach the
requested target temp.
2020-12-23 17:23:26 -10:00
Diogo Gomes
2d131823ce
Fix filter sensor None state ( #44439 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.dev >
2020-12-24 02:24:11 +01:00
HomeAssistant Azure
6b743c3d16
[ci skip] Translation update
2020-12-24 00:03:44 +00:00
starkillerOG
82f9de31b1
Motion Blinds upgrade to local push ( #44391 )
...
* Motion Blinds upgrade to local push
2020-12-23 15:15:11 -08:00
Dermot Duffy
769513d6a8
Bump hyperion-py to 0.6.1 ( #44490 )
2020-12-23 21:46:04 +01:00
HomeAssistant Azure
139fb518d6
[ci skip] Translation update
2020-12-23 00:03:22 +00:00
Allen Porter
24ccdb55bb
Move Legacy Works With Nest integration to subdirectory ( #44368 )
...
* Move Legacy Works With Nest integration to subdirectory
Motivation is to streamline the actively developed integration e.g. make code coverage easier to reason about and simplify __init__.py
2020-12-22 12:42:37 -08:00
Ville Skyttä
9c5f608ffd
Remove Travis CI config ( #44443 )
...
https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
https://docs.travis-ci.com/user/migrate/open-source-repository-migration/#frequently-asked-questions
2020-12-22 13:49:42 +01:00
dependabot[bot]
1027361f27
Bump codecov/codecov-action from v1.1.0 to v1.1.1 ( #44442 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.1.0 to v1.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.1.0...1fc7722ded4708880a5aea49f2bfafb9336f0c8d )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 13:33:37 +01:00
PhiBo
ffbef0bcd1
Fix KNX issue if 0 kelvin is reported by device ( #44392 )
...
Co-authored-by: Matthias Alphart <farmio@alphart.net >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2020-12-22 13:28:37 +01:00
Matthias Alphart
67ed730c08
KNX BinarySensor takes float values for reset_after ( #44446 )
2020-12-22 12:39:50 +01:00
On Freund
d4453908d5
Fix Volumio pause with missing track type ( #44447 )
2020-12-22 12:32:56 +01:00
HomeAssistant Azure
2ee2f85574
[ci skip] Translation update
2020-12-22 00:06:12 +00:00
Joakim Plate
56b3e0b52e
Support area on entities for google assistant ( #44300 )
...
* Support area on entities
* Don't let registry area override config
2020-12-21 21:55:06 +01:00
treylok
1ca99c4fa4
Add ecobee humidity attributes ( #44366 )
...
* Update humidity attributes.
* Update climate.py
* Raise ValueError
* Update conditions for humidity controls to show
Humidity controls only show when the humidifier mode is in "manual" mode.
2020-12-21 20:03:26 +01:00
Emily Mills
f89c682ea6
Cleanup and optimization for Zerproc ( #44430 )
...
* Cleanup and optimization for Zerproc
* Remove unnecessary extra method
* Add debug log for exceptions on disconnect
2020-12-21 12:50:31 -06:00
Oncleben31
bf253819dd
Add additional debug launch methods in launch.json ( #44419 )
2020-12-21 17:11:53 +01:00
Diogo Gomes
cb82f5159e
Reduce IPP errors when printer is offline ( #44413 )
2020-12-21 16:53:47 +01:00
Oliver
0b1791c293
Update denonavr to 0.9.9 ( #44411 )
2020-12-21 16:35:47 +01:00
dependabot[bot]
83794f0629
Bump actions/setup-python from v2.2.0 to v2.2.1 ( #44420 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.2.0 to v2.2.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.2.0...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 14:25:06 +01:00
Oncleben31
369cf10eb3
Bump meteofrance-api to 1.0.1 ( #44389 )
2020-12-21 13:49:53 +01:00
HomeAssistant Azure
f3cabe97e0
[ci skip] Translation update
2020-12-21 00:04:09 +00:00
Дубовик Максим
89fe232643
Add google cloud tts SSML + fix ( #40203 )
...
* Add SSML + fix
SSML option is added + pitch paramter fix + couple style code changes
* Remove redundant .get()
* Fix PITCH_SCHEMA, remove redundant .get of dict
2020-12-20 05:40:43 +01:00
JJdeVries
1ae3bb6af5
Add xiamoi_miio the water_box / mop status ( #43355 )
...
* Adding the water_box / mop status
* Clean up
Co-authored-by: Teemu R. <tpr@iki.fi >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Teemu R. <tpr@iki.fi >
2020-12-20 05:13:52 +01:00
Arto Jantunen
5dc48df093
Add support for toggling Daikin streamers ( #40418 )
...
* pydaikin version bump to 2.4.0
Add support for controlling the streamer feature.
* Add switch for toggling Daikin streamer on and off
* Have DaikinStreamerSwitch inherit from SwitchEntity instead of ToggleEntity
2020-12-20 04:53:01 +01:00
Allen Porter
81341bbf91
Handle expiration of nest auth credentials ( #44202 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-20 01:41:29 +01:00
HomeAssistant Azure
5bdf022bf2
[ci skip] Translation update
2020-12-20 00:04:36 +00:00
Sjack-Sch
00c0e9b8da
Home connect functional and ambient light added ( #44091 )
...
* Update nl.json
* added period to end of every logging entry.
* Functional and ambient light added
* Change to dict.get method
* Update light.py
* Update __init__.py
Platforms sorted 🔡 .
* Update api.py
- Removed all none light platform related changes.
- Period removed from loggin.
- Storing entities removed.
- Not needed formating change reverted.
-
* Update const.py
All words seperated with underscore.
* Update nl.json
Reverted change on translation file.
* Update light.py
-All words of constants seperated with underscore.
- f-string used iso concatenation.
- Added "ambient"to loggin text.
- Removed self._state = false when color setting did not succeed.
- Logging starts with a capital.
* Update api.py
- Removed ending perio in logging
- Reverted formating
- Removed self.device.entities.append(self)
-
* Update entity.py
- Removed self.device.entities.append(self)
* Update api.py
- Adding newline at end of file
- Added whitespave after ","
* Update api.py
Newline at end of file
* Update const.py
Removed unused.
* Update light.py
- seperated words with whitespaces
- improved debug text
* Update light.py
remove state setting after an error
2020-12-19 23:40:44 +01:00
Emily Mills
4f088dd77a
Connect concurrently to discovered Zerproc lights ( #44376 )
...
* Connect concurrently to discovered Zerproc lights
* Add return type to connect_light
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-19 13:31:45 -06:00
Aaron Bach
60ecc8282c
Add options flow for Recollect Waste ( #44234 )
...
* Add options flow for Recollect Waste
* Add test
* Typing
* Typing
* Typing AGAIN
* Add missing type hints
* Code review
* Code review
* Don't need to block until done
2020-12-19 10:29:37 -07:00
Aaron Bach
fbc695e5cf
Fix setup of SimpliSafe options flow test ( #44375 )
2020-12-19 18:22:34 +01:00
eyager1
af6dd698c9
Set amazon polly network timeout settings ( #44185 )
...
* Change network timeout settings
* Change network timeout settings
2020-12-19 18:21:05 +01:00
Diogo Gomes
b7d4c1826c
Add filter sensor device class from source entity ( #44304 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-19 17:51:24 +01:00
Maciej Bieniek
ccbf857266
Clean Airly config flow ( #44352 )
2020-12-19 09:30:45 -07:00
Doug Hoffman
3ac9ead850
Bump venstarcolortouch to 0.13 ( #44373 )
2020-12-19 09:30:06 -07:00
Jeff Irion
a7513c9c13
Strip "adb shell " prefix in androidtv.adb_command service ( #44225 )
2020-12-19 16:52:44 +01:00
Emily Mills
9de393d116
Convert zerproc to use new upstream async api ( #44357 )
2020-12-19 09:35:47 -06:00
Abílio Costa
896f51fd82
Add Wind to Accuweather sensors ( #44364 )
2020-12-19 16:10:02 +01:00
Ville Skyttä
317ed418dd
Use singleton enum for "not set" sentinels ( #41990 )
...
* Use singleton enum for "not set" sentinel
https://www.python.org/dev/peps/pep-0484/#support-for-singleton-types-in-unions
* Remove unused variable
2020-12-19 12:46:27 +01:00
Ville Skyttä
de04a1ed67
Enable more Bandit tests ( #44307 )
...
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
2020-12-19 12:35:13 +01:00
HomeAssistant Azure
1ac937c7d5
[ci skip] Translation update
2020-12-19 00:03:56 +00:00
emufan
61c57d4d56
Add another xml content type for JSON conversion in RESTful sensor ( #44312 )
...
* Update sensor.py
Some xml-result is passed via "application/xhtml+xml" instead of text/xml or application/xml. And then the xml structure is not parsed to json as expected. I changed it locally, but suggest to add thise here as well.
* Update homeassistant/components/rest/sensor.py
Fine for me as well, as it is working this way as well. But I would not see any disadvantage to convert everything, what is possible - a better scrape sensor this way. ;)
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-12-18 14:27:12 -06:00
Brian Rogers
0fddaedc12
Adjust Rachio logging level when adding shared controllers ( #44323 )
...
* change logging level
* unnecessary continue
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-18 14:15:08 -06:00
Aaron Bach
14432248b0
Bump pyiqvia to 0.3.1 ( #44358 )
2020-12-18 21:12:16 +01:00
Heisenberg
ea578f5767
Update sensor.py ( #44350 )
...
BME280 sensor has a resolution of 0.01 degree (20 bits) so temperature values should be rounded to 2 decimal places
2020-12-18 12:29:16 -07:00
Aaron Bach
ae596c7dff
Fix bug in unloading RainMachine options listener ( #44359 )
...
* Fix bug in unloading RainMachine options listener
* Order
2020-12-18 12:28:18 -07:00
dependabot[bot]
ad634a393b
Bump actions/setup-python from v2.1.4 to v2.2.0 ( #44345 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.4 to v2.2.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 10:53:49 +01:00
dependabot[bot]
8adfb5dff4
Bump codecov/codecov-action from v1.0.15 to v1.1.0 ( #44346 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.15 to v1.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.15...7de43a7373de21874ae196a78f8eb633fcf7f0c4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 10:47:18 +01:00
ktnrg45
5b14c1da73
Bump pyps4-2ndscreen to 1.2.0 ( #44273 )
...
* Bump PS4 to 1.2.0
* Add additional media_player tests
* Fix tests
2020-12-18 08:46:59 +01:00
rubenbe
5c843a1597
Update pytradfri to 7.0.5 ( #44347 )
2020-12-18 08:37:32 +01:00
Dermot Duffy
8c8e607548
Alphabetize hyperion const.py ( #44343 )
2020-12-18 08:03:54 +01:00
HomeAssistant Azure
4bdb793a94
[ci skip] Translation update
2020-12-18 00:03:48 +00:00
Christopher Gramberg
c5fdde2a94
Convert filter tests to use pytest style ( #41743 )
2020-12-17 22:08:35 +01:00
mbo18
f54fcb7646
Add new sensors to meteo_france ( #44150 )
...
Co-authored-by: Thibaut <thibaut@etienne.pw >
2020-12-17 22:04:20 +01:00
Olivér Falvai
6ffa3c18b2
Upgrade Telegram lib, refactor component for breaking changes ( #44147 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-17 21:09:58 +01:00
Aaron Bach
d18c9f1c74
Update ReCollect docs to use proper name ( #44291 )
2020-12-17 20:59:45 +01:00
Maciej Bieniek
97894bd718
Refactor Airly config flow ( #44330 )
2020-12-17 19:34:40 +01:00
ehendrix23
418304c702
Bump pyMyQ to version 2.0.12 ( #44328 )
2020-12-17 08:08:19 -10:00
Erik Montnemery
31b806ced1
Revert "Change http to auto for cast media image url" ( #44327 )
2020-12-17 17:43:52 +01:00
Jc2k
2b6842aee0
Fix velux homekit covers not enumerated correctly ( #44318 )
2020-12-17 17:12:06 +01:00
Dermot Duffy
c8e3b17362
Update quality_scale for Hyperion ( #44306 )
2020-12-17 17:01:22 +01:00
Pierre Ståhl
fe7109acf4
Add extended device info and some attributes to Apple TV ( #44277 )
2020-12-17 16:47:20 +01:00
Thibaut
524db33f13
Add Somfy battery sensor ( #44311 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-17 16:46:22 +01:00
Maciej Bieniek
94e1f8e631
Refactor Airly tests ( #44315 )
2020-12-17 16:44:46 +01:00
Joakim Plate
7c63119ad2
Fix philips_js channel and source name entry ( #44296 )
2020-12-17 16:44:24 +01:00
Ben
63dfd8343d
Increase surepetcare api timeout to 60s ( #44316 )
2020-12-17 13:20:18 +01:00
HomeAssistant Azure
d3255e63e3
[ci skip] Translation update
2020-12-17 00:02:51 +00:00
Greg Dowling
638374c36a
Bump pyroon to 0.0.28 ( #44302 )
2020-12-17 00:01:39 +01:00
Paulus Schoutsen
735607c625
Bump version to 2021.1 ( #44298 )
2020-12-16 23:59:45 +01:00
Dermot Duffy
aaae452d58
Add reauth step to Hyperion config flow ( #43797 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-16 23:55:31 +01:00
Santobert
d0ebc00684
Add OAuth to Neato ( #44031 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-16 23:39:41 +01:00
Paulus Schoutsen
4ec81d4b67
Merge pull request #44297 from home-assistant/rc
2020-12-16 22:31:37 +01:00
Paulus Schoutsen
ac62028c19
Fix account link test
2020-12-16 20:55:52 +00:00
Paulus Schoutsen
ff9e1ddeed
Bumped version to 2020.12.1
2020-12-16 20:29:55 +00:00
Shay Levy
3a82aecd38
Fix Shelly devices missing properties field ( #44279 )
2020-12-16 20:29:47 +00:00
Paulus Schoutsen
3a41878a8c
Fix setting timestamp on input_datetime ( #44274 )
2020-12-16 20:29:46 +00:00
David F. Mulcahey
3ab0b63540
Default smartenergy multiplier and divisor ( #44257 )
2020-12-16 20:29:45 +00:00
Erik Montnemery
3752fa3123
Remove Home Assistant Cast user when removing entry ( #44228 )
...
* Remove Home Assistant Cast user when removing entry
* Fix test
* Fix test
2020-12-16 20:29:44 +00:00
Erik Montnemery
07df3b9565
Bump hatasmota to 0.1.6 ( #44226 )
2020-12-16 20:29:44 +00:00
Aaron Bach
43ef5bab18
Fix unhandled KeyError in Recollect Waste ( #44224 )
2020-12-16 20:29:43 +00:00
Rob Bierbooms
150ce05e26
Bump dsmr-parser to 0.25 ( #44223 )
...
* Bump version in manifest
* Update requirements_all.txt
* Update requirements_test_all.txt
2020-12-16 20:29:42 +00:00
Greg
70bd998d7c
Bump envoy_reader version to 0.17.3 ( #44205 )
...
* Bump envoy_reader version to 0.17.0rc0
* Fixing version number
2020-12-16 20:29:41 +00:00
Shay Levy
fd24baa1f6
Fix Shelly devices missing properties field ( #44279 )
2020-12-16 21:28:59 +01:00
Erik Montnemery
36eebd92dd
Bump pychromecast to 7.6.0 ( #44289 )
2020-12-16 18:29:57 +01:00
Geoffrey Lagaisse
295b1a91c3
Bump python-qbittorrent to 0.4.2 ( #44268 )
2020-12-16 15:53:01 +01:00
Paulus Schoutsen
4f9d5792ed
Fix setting timestamp on input_datetime ( #44274 )
2020-12-16 11:18:50 +01:00
Erik Montnemery
dfde403937
Remove Home Assistant Cast user when removing entry ( #44228 )
...
* Remove Home Assistant Cast user when removing entry
* Fix test
* Fix test
2020-12-16 11:00:22 +01:00
HomeAssistant Azure
3bb996c5b4
[ci skip] Translation update
2020-12-16 00:03:31 +00:00
Shay Levy
4880a1d55a
Change shelly CONNECTION_CLASS to CONN_CLASS_LOCAL_PUSH ( #44260 )
...
Shelly integration is using local push since HA 0.118
2020-12-15 19:25:14 +01:00
Erik Montnemery
0aa85b2321
Bump hatasmota to 0.1.6 ( #44226 )
2020-12-15 17:23:00 +01:00
David F. Mulcahey
e601f62416
Default smartenergy multiplier and divisor ( #44257 )
2020-12-15 10:44:28 -05:00
Tim Messerschmidt
a0ce541c0d
Bump google-nest-sdm to 0.2.1 to support more SDM Pub/Sub realms ( #44163 )
2020-12-15 07:38:32 -08:00
Thibaut
03bfc3bcf0
Add Somfy climate platform ( #43895 )
...
* Add climate platform
* Upgrade pymfy to 0.9.3
2020-12-15 07:04:35 -08:00
Tobias Perschon
266f82ac76
Add send animation service to telegram ( #41489 )
...
* added telegram sendAnimation api call
Signed-off-by: Tobias Perschon <tobias@perschon.at >
* more accurate service descriptions
Signed-off-by: Tobias Perschon <tobias@perschon.at >
* added 3rd parse_mode to description
2020-12-15 15:20:08 +01:00
Eric Severance
2765c6f1e9
Register Wemo fan services with entity service helper ( #44192 )
...
* Use a singleton for the Wemo registry and fan services
* Undo changes to the wemo subscription registry
* Use an entity service helper to register the Wemo fan services
* Fix Wemo fan test (missing ATTR_ENTITY_ID)
* Use the function name directly rather than a string
* Improve test coverage of the set_humidity service
2020-12-15 14:19:57 +01:00
Eric Severance
69a7eff55d
Add tests for the Wemo __init__ module ( #44196 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-15 09:59:23 +01:00
Eric Severance
d4ab7880af
Replace hard-coded domain strings with constants in the Wemo module ( #44222 )
2020-12-15 05:03:02 +01:00
Allen Porter
1003464544
Fix double underscore typo in fan_mode ValueError ( #44182 )
2020-12-14 19:52:14 -08:00
Rob Bierbooms
a1e452170b
Bump dsmr-parser to 0.25 ( #44223 )
...
* Bump version in manifest
* Update requirements_all.txt
* Update requirements_test_all.txt
2020-12-15 04:45:24 +01:00
Nate Harris
7471bf36e3
Use new PocketCast dependency ( #44007 )
...
* New PocketCast dependency
* Switch to new pycketcast dependency
* Update manifest.json
* Alphabetized new dependency
2020-12-15 04:10:10 +01:00
Ville Skyttä
c6c3d720ca
Upgrade bandit to 1.7.0 ( #44184 )
...
* Upgrade bandit to 1.6.3
https://github.com/PyCQA/bandit/releases/tag/1.6.3
* Upgrade bandit to 1.7.0
https://github.com/PyCQA/bandit/releases/tag/1.7.0
2020-12-15 03:38:01 +01:00
HomeAssistant Azure
9e1647d634
[ci skip] Translation update
2020-12-15 00:04:49 +00:00
Greg
d274a62c31
Bump envoy_reader version to 0.17.3 ( #44205 )
...
* Bump envoy_reader version to 0.17.0rc0
* Fixing version number
2020-12-14 22:51:28 +01:00
Shulyaka
0b8529a472
Add zha AnalogOutput cluster support ( #44092 )
...
* Initial commit
* black
* isort
* Commit suggestion from code review
Co-authored-by: Alexei Chetroi <lexoid@gmail.com >
* pylint
* removed entity cache for present_value
* fix discovery
* move write_attributes to channel
* write_attributes fix
* write_attributes yet another fix
* update_before_add=False
* mains powered test device
* removed test_restore_state
* flake8
* removed async_configure_channel_specific
* don't know what this patch does, removing
* test for async_update
* removed node_descriptor
* fix unit_of_measurement
Co-authored-by: Alexei Chetroi <lexoid@gmail.com >
2020-12-14 15:32:45 -05:00
Aaron Bach
38d16d3e0c
Fix unhandled KeyError in Recollect Waste ( #44224 )
2020-12-14 13:03:25 -07:00
Sergio Mayoral Martínez
a7fca3cf23
Bump python-holidays ( #44215 )
2020-12-14 15:16:39 +01:00
Diogo Gomes
c3d8b1323c
Support MSSQL in SQL Sensor ( #42778 )
...
* add mssql support
* add tests and odbc dependency
* fix requirements
* no pyodbc dependency
2020-12-14 10:57:22 +01:00
Steve Brandt
7fa26ef515
Add opensky longitude and latitude event metadata ( #43205 )
...
* Adds feature to get also longitude and latitude of the triggerd entry or exit event
* None as initial definition of longitude and latitude if it is not defined in the metadata
2020-12-14 10:50:19 +01:00
Guillaume Duveau
c27c958a4d
Temperatures, fan and battery in Glances sensors ( #43500 )
...
* Temperatures, fan and battery in Glances sensors
* Lint PR #43500
2020-12-14 10:46:44 +01:00
Josef Schlehofer
61dd374713
Upgrade youtube_dl to version 2020.12.07 ( #44004 )
2020-12-14 10:08:28 +01:00
Mike Miller
dc1d08be70
Upgrade restrictedpython to 5.1 (needed for python 3.9 support) ( #44181 )
2020-12-14 10:06:21 +01:00
Barry Williams
b758c147a6
Add myself to the codeowners manifest for openhome and tapsaff ( #44188 )
2020-12-14 10:05:15 +01:00
Oliver
66ed34e60e
Update denonavr to 0.9.8 ( #44194 )
2020-12-14 10:04:41 +01:00
HomeAssistant Azure
ecf9aac1ce
[ci skip] Translation update
2020-12-14 00:03:52 +00:00
Franck Nijhof
3600dec6e0
Merge pull request #44175 from home-assistant/rc
2020-12-13 22:21:47 +01:00
Franck Nijhof
277b916fcd
2020.12.0
2020-12-13 22:13:58 +01:00
J. Nick Koston
350ffd3e85
Bump HAP-python to 3.1.0 ( #44176 )
...
Fixes many spec compliance issues, unavailable cases
following an unexpected exception, and a thread safety
race condition.
2020-12-13 14:00:53 -05:00
Hmmbob
623826261b
Remove deprecated CONF_ALLOW_UNLOCK, CONF_API_KEY from Google Assistant ( #44087 )
...
* Remove deprecated CONF_ALLOW_UNLOCK, CONF_API_KEY
* Use vol.Remove() to prevent setup fail
* Keep constants
2020-12-13 15:30:16 +01:00
Franck Nijhof
1ac5ecbe69
Bumped version to 1.0.0
2020-12-13 15:04:00 +01:00
David F. Mulcahey
3981592ccd
Bump the ZHA quirks lib to 0.0.49 ( #44173 )
2020-12-13 15:02:03 +01:00
J. Nick Koston
9c45874206
Bump zeroconf to 0.28.7 to fix thread safety ( #44160 )
...
Service registration was not thread safe
2020-12-13 14:48:46 +01:00
Paulus Schoutsen
17cd00ba83
Remove invalidation_version from deprecated ( #44156 )
...
* Remove invalidation_version from deprecated. We don't follow up and just hurts releases
* Revert change to ZHA
2020-12-13 14:48:40 +01:00
David F. Mulcahey
6fb6d771fd
Bump the ZHA quirks lib to 0.0.49 ( #44173 )
2020-12-13 08:43:33 -05:00
J. Nick Koston
485cd06de9
Bump zeroconf to 0.28.7 to fix thread safety ( #44160 )
...
Service registration was not thread safe
2020-12-13 12:36:17 +01:00
Crash
8979c4987f
Clear mpd source playlist when not playing a playlist ( #44164 )
...
Prevents unexpected behavior.
2020-12-13 12:10:51 +01:00
Eric Severance
8255815688
Share wemo entity code to reduce duplicate boilerplate ( #44113 )
2020-12-13 12:02:45 +01:00
HomeAssistant Azure
a3a7ce4842
[ci skip] Translation update
2020-12-13 00:04:18 +00:00
Paulus Schoutsen
594e905742
Remove invalidation_version from deprecated ( #44156 )
...
* Remove invalidation_version from deprecated. We don't follow up and just hurts releases
* Revert change to ZHA
2020-12-12 22:24:16 +01:00
Paulus Schoutsen
c02be99ab7
Bumped version to 1.0.0b6
2020-12-12 20:35:58 +00:00
Bram Kragten
7c2a2b08c7
Updated frontend to 20201212.0 ( #44154 )
2020-12-12 20:35:52 +00:00
Steven Looman
f858d6f9ec
Fix upnp first discovered device is used ( #44151 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-12 20:35:50 +00:00
Aaron Bach
8507b62016
Fix inability to erase SimpliSafe code ( #44137 )
2020-12-12 20:35:49 +00:00
Brian Rogers
8c6636994f
Fix Met.no forecast precipitation ( #44106 )
2020-12-12 20:35:47 +00:00
Bram Kragten
76d6b55ff4
Updated frontend to 20201212.0 ( #44154 )
2020-12-12 21:34:16 +01:00
Allen Porter
1a8123aba6
Increase nest climate test coverage ( #44146 )
2020-12-12 20:57:02 +01:00
Steven Looman
05f9fb80c8
Fix upnp first discovered device is used ( #44151 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-12 19:47:46 +01:00
Eric Severance
8fe5e61cbf
Test edge cases in wemo platform code ( #44136 )
2020-12-12 19:41:20 +01:00
Olivér Falvai
dd4147fbaa
Log unique_id of device when ESPHome connection fails ( #44152 )
2020-12-12 10:44:45 -07:00
Aaron Bach
0696724506
Fix inability to erase SimpliSafe code ( #44137 )
2020-12-12 10:43:38 +01:00
finity69x2
8d9fd93dc7
Update strings.json to clarify the requirements for the API key ( #44143 )
2020-12-12 10:29:41 +01:00
Allen Porter
6d12e764b7
Increase test coverage for nest camera ( #44144 )
2020-12-12 10:17:43 +01:00
k2v1n58
d1fb554e33
Add code_arm_required to IFTTT alarm ( #43928 )
...
* Update alarm_control_panel.py
2020-12-11 21:51:57 -08:00
HomeAssistant Azure
19ff83790e
[ci skip] Translation update
2020-12-12 00:06:00 +00:00
Peter Nijssen
bcebc588a6
Expose spider device information ( #44085 )
...
* Expose spider device information
* Set correct identifiers
2020-12-11 21:49:14 +01:00
Paulus Schoutsen
e67809713f
Nuki to use entity platform ( #43774 )
2020-12-11 18:02:23 +01:00
Brian Rogers
e33405a8b0
Fix Met.no forecast precipitation ( #44106 )
2020-12-11 16:53:21 +01:00
Anders Melchiorsen
ce3f6c368a
Initialize numeric_state trigger tests ( #44114 )
...
This makes the crossed thresholds explicit.
2020-12-11 05:11:51 +01:00
HomeAssistant Azure
a29f3e7163
[ci skip] Translation update
2020-12-11 00:04:19 +00:00
Huon Wilson
2bbe8e0e6b
Cache Astral object in moon integration, to use less CPU ( #44012 )
...
Creating an Astral() instance seems to be surprisingly expensive. This
was previously being done in every update, taking a non-trivial
proportion of the (actual) CPU used by HA, that is, ignoring
sleep/wait/idle states like being blocked on epoll.
This patch caches the Astral instance to avoid recomputing it
regularly.
2020-12-10 16:31:54 -06:00
Eric Severance
b4afef1395
Add tests for the wemo component ( #44088 )
...
* Add tests for the wemo component.
* Prefer mock tools from tests.async_mock over importing asynctest directly
* Avoid using `entity/entities` except when referring to an `Entity` instance in wemo tests
* Remove the overridden event_loop fixture from the wemo tests
* Patch the library code, not the integration code, in the wemo tests
2020-12-10 22:24:26 +01:00
Erik Montnemery
7084d6c650
Address old review comments of Tasmota fan ( #44112 )
...
* Address review comments of Tasmota fan
* Address review comment
2020-12-10 22:17:58 +01:00
Hmmbob
9cc406fef9
Remove deprecated CONF_ALLOW_UNLOCK, CONF_API_KEY from Google Assistant ( #44087 )
...
* Remove deprecated CONF_ALLOW_UNLOCK, CONF_API_KEY
* Use vol.Remove() to prevent setup fail
* Keep constants
2020-12-10 21:50:51 +01:00
Franck Nijhof
9c6ff9af91
Bumped version to 1.0.0b5
2020-12-10 21:34:52 +01:00
Robert Svensson
3986df63dc
Support more errors to better do retries in UniFi ( #44108 )
2020-12-10 21:34:40 +01:00
Bram Kragten
42d1644762
Update frontend to 20201210.0 ( #44105 )
2020-12-10 21:34:37 +01:00
Bram Kragten
83b7439a08
Fix importing blueprint from community ( #44104 )
2020-12-10 21:34:33 +01:00
Paulus Schoutsen
a01cf72d67
Fix importing blueprints from forums with HTML entities ( #44098 )
2020-12-10 21:34:29 +01:00
Erik Montnemery
97edbaa85f
Small cleanup of MQTT ( #44110 )
...
* Use relative imports of mqtt component in mqtt platforms
* Correct parameters to _async_setup_entity
* Lint
2020-12-10 21:30:07 +01:00
Robert Svensson
9651d1bcfa
Support more errors to better do retries in UniFi ( #44108 )
2020-12-10 21:25:50 +01:00
Alexei Chetroi
6253054fd4
Bump up dependencies on pyserial and pyserial-asyncio ( #44089 )
2020-12-10 20:41:31 +01:00
Bram Kragten
e306308a47
Update frontend to 20201210.0 ( #44105 )
2020-12-10 17:54:55 +01:00
Bram Kragten
0da312b6f1
Fix importing blueprint from community ( #44104 )
2020-12-10 16:45:57 +01:00
Paulus Schoutsen
d9a86c1145
Fix importing blueprints from forums with HTML entities ( #44098 )
2020-12-10 11:11:49 +01:00
Paulus Schoutsen
cff4f7bbbf
Bumped version to 1.0.0b4
2020-12-10 09:12:20 +00:00
Paulus Schoutsen
e68544cd7d
Bump hass-nabucasa to 0.39.0 ( #44097 )
2020-12-10 09:12:09 +00:00
J.P. Hutchins
6ea3c671e9
Fix transmission torrent filtering and sorting ( #44069 )
2020-12-10 09:12:07 +00:00
zewelor
29e3fbe568
Fix yeelight unavailbility ( #44061 )
2020-12-10 09:12:06 +00:00
Paulus Schoutsen
9cce6e91f1
Bump hass-nabucasa to 0.39.0 ( #44097 )
2020-12-10 10:10:38 +01:00
J.P. Hutchins
b15d92edfd
Fix transmission torrent filtering and sorting ( #44069 )
2020-12-10 10:09:08 +01:00
zewelor
e09234ffae
Fix yeelight unavailbility ( #44061 )
2020-12-10 09:54:10 +01:00
Dermot Duffy
b9a3a001fb
Include Hyperion in coverage testing ( #44096 )
2020-12-10 09:41:11 +01:00
HomeAssistant Azure
848224262c
[ci skip] Translation update
2020-12-10 00:03:01 +00:00
Franck Nijhof
f3eb21ba59
Bumped version to 1.0.0b3
2020-12-09 19:08:29 +01:00
Robert Svensson
53b6a971d2
Fix ignored Axis config entries doesn't break set up of new entries ( #44062 )
2020-12-09 19:07:38 +01:00
Robert Svensson
0e871c3390
Some lights only support hs, like the lidl christmas lights ( #44059 )
2020-12-09 19:07:34 +01:00
Alexei Chetroi
9cfeb44b56
Exclude coordinator when looking up group members entity IDs ( #44058 )
2020-12-09 19:07:29 +01:00
Pierre Ståhl
88941eaa51
Bump pyatv to 0.7.5 ( #44051 )
2020-12-09 19:07:25 +01:00
Paulus Schoutsen
a2f9cbc941
Fix extracting entity and device IDs from scripts ( #44048 )
...
* Fix extracting entity and device IDs from scripts
* Fix extracting from data_template
2020-12-09 19:07:20 +01:00
Aaron Bach
5fee55f824
Bump simplisafe-python to 9.6.2 ( #44040 )
2020-12-09 19:07:15 +01:00
Alexei Chetroi
70257d7a21
Update ZHA dependencies ( #44039 )
...
zha-quirks==0.0.48
zigpy==0.28.2
zigpy-znp==0.3.0
2020-12-09 19:07:10 +01:00
Maciej Bieniek
8ad0b9845e
Add the missing ATTR_ENABLED attribute to Brother integration list of sensors ( #44036 )
2020-12-09 19:07:06 +01:00
Paul
ec4b23173c
Update pyarlo to 0.2.4 ( #44034 )
2020-12-09 19:07:03 +01:00
Aaron Bach
445fbb2c73
Bump simplisafe-python to 9.6.1 ( #44030 )
2020-12-09 19:06:59 +01:00
Jc2k
b09a8f0d21
Fix how homekit_controller enumerates Hue remote ( #44019 )
2020-12-09 19:06:55 +01:00
Fuzzy
7a4dac8183
Add T8400 to ignore list ( #44017 )
2020-12-09 19:06:50 +01:00
Jc2k
ac82dac4f3
Hide HomeKit devices from discovery that are known to be problematic ( #44014 )
2020-12-09 19:06:46 +01:00
JJdeVries
e3b650b2c8
Fix unit of measurement for asuswrt sensors ( #44009 )
2020-12-09 19:06:43 +01:00
Brian
a9d69bc1b9
Bump pymyq to 2.0.11 ( #44003 )
2020-12-09 19:06:38 +01:00
Alex Szlavik
4b8e3171a3
Retry tuya setup on auth rate limiting ( #44001 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-09 19:06:35 +01:00
Nigel Rook
a1c5537460
Update generic_thermostat current_temperature on startup ( #43951 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-09 19:06:31 +01:00
Maikel Punie
154fd4aa8b
Fix Solaredge integration in case the data is not complete ( #43557 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-09 19:06:27 +01:00
Robert Svensson
e2ef9d1afc
Some lights only support hs, like the lidl christmas lights ( #44059 )
2020-12-09 19:02:44 +01:00
Robert Svensson
20c3fdfe14
Fix ignored Axis config entries doesn't break set up of new entries ( #44062 )
2020-12-09 17:48:16 +01:00
J. Nick Koston
dd0afc3b66
Create httpx helper to wrap a shared httpx.AsyncClient ( #43877 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-12-09 17:18:57 +01:00
Finbarr Brady
12903f9c8c
Bump openwebifpy version: 3.1.1 → 3.1.6 ( #44064 )
2020-12-09 17:13:20 +01:00
HomeAssistant Azure
0fc33bd6bf
[ci skip] Translation update
2020-12-09 00:03:07 +00:00
Paul
07461f9a8e
Update pyarlo to 0.2.4 ( #44034 )
2020-12-08 23:14:55 +01:00
Fuzzy
2fdf32bf1b
Add T8400 to ignore list ( #44017 )
2020-12-08 20:10:50 +00:00
Alexei Chetroi
51f9da94e1
Exclude coordinator when looking up group members entity IDs ( #44058 )
2020-12-08 14:34:26 -05:00
Jc2k
109ce653c0
Fix how homekit_controller enumerates Hue remote ( #44019 )
2020-12-08 18:01:07 +01:00
Pierre Ståhl
faf21e1e1a
Bump pyatv to 0.7.5 ( #44051 )
2020-12-08 14:16:31 +01:00
Paulus Schoutsen
ac2af69d26
Fix extracting entity and device IDs from scripts ( #44048 )
...
* Fix extracting entity and device IDs from scripts
* Fix extracting from data_template
2020-12-08 13:06:29 +01:00
Finbarr Brady
0b7b6b1d81
Bump ciscomobilityexpress version: 0.3.3 → 0.3.9 ( #44050 )
...
* Update manifest.json
* Update requirements_all.txt
2020-12-08 13:00:17 +01:00
Alex Szlavik
fca8841e34
Retry tuya setup on auth rate limiting ( #44001 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-08 11:32:48 +01:00
Maciej Bieniek
572d4cfbe6
Add the missing ATTR_ENABLED attribute to Brother integration list of sensors ( #44036 )
2020-12-08 08:19:57 +01:00
Aaron Bach
5f4f6dea6b
Bump simplisafe-python to 9.6.2 ( #44040 )
2020-12-07 19:57:19 -07:00
Alexei Chetroi
e0bcee1cc3
Update ZHA dependencies ( #44039 )
...
zha-quirks==0.0.48
zigpy==0.28.2
zigpy-znp==0.3.0
2020-12-07 20:06:32 -05:00
HomeAssistant Azure
ebe57d4fdb
[ci skip] Translation update
2020-12-08 00:04:13 +00:00
SukramJ
34a31884b7
Bump dependency to add more multi channel devices to HomematicIP Cloud ( #43914 )
2020-12-08 00:16:22 +01:00
Aaron Bach
8632ab9d35
Bump simplisafe-python to 9.6.1 ( #44030 )
2020-12-07 13:34:47 -07:00
Brian Rogers
f18c6ae72c
Add pause and resume services to Rachio ( #43944 )
...
* Add pause-resume
* address comments
2020-12-07 13:22:23 -06:00
Brian
886ce599ac
Bump pymyq to 2.0.11 ( #44003 )
2020-12-07 12:01:58 -06:00
David F. Mulcahey
70133f2096
Fix ZHA switch group test ( #44021 )
2020-12-07 11:43:35 -05:00
Eric Severance
c9c3a8fe38
Unregister updates when a Wemo entry is removed ( #44005 )
2020-12-07 14:10:46 +01:00
Jc2k
6ce45e39d1
Hide HomeKit devices from discovery that are known to be problematic ( #44014 )
2020-12-07 13:51:35 +01:00
PeteBa
727b1d37b6
Add discovery for MQTT device tracker ( #42327 )
2020-12-07 13:16:56 +01:00
Nigel Rook
1d0b4290fe
Update generic_thermostat current_temperature on startup ( #43951 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-07 13:14:54 +01:00
Andre Lengwenus
fec623fb4e
Fix LCN service calls (invoking coroutines) ( #43932 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-07 13:13:41 +01:00
JJdeVries
84973ec8f7
Fix unit of measurement for asuswrt sensors ( #44009 )
2020-12-07 12:46:53 +01:00
Maikel Punie
035860ebb2
Fix Solaredge integration in case the data is not complete ( #43557 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-07 11:20:22 +01:00
mbo18
4bcb6c0ec6
Add UV unit to meteo_france UV sensor ( #43992 )
2020-12-07 10:47:29 +01:00
Paulus Schoutsen
c7ec7e7c98
Bumped version to 1.0.0b2
2020-12-07 09:11:57 +00:00
Paulus Schoutsen
591777455a
Update ring to 0.6.2 ( #43995 )
2020-12-07 09:11:49 +00:00
Shay Levy
4780bdd48f
Prevent firing Shelly input events at startup ( #43986 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-12-07 09:11:48 +00:00
treylok
6cb1ce056a
Fix Ecobee set humidity ( #43954 )
2020-12-07 09:11:47 +00:00
Shay Levy
5fc7df2746
Prevent firing Shelly input events at startup ( #43986 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-12-07 09:27:33 +01:00
nivnoach
906e1ce960
Allow manual configuration of ignored config entries ( #43947 )
2020-12-07 09:25:04 +01:00
Maciej Bieniek
19389b16e2
Add support for system health to GIOS integration ( #43280 )
...
* Add system health support
* Fix docstrings
* Change url to check
2020-12-07 03:50:22 +01:00
springstan
25e717c8d2
Bump fritzconnection to 1.4.0 ( #43996 )
2020-12-07 03:16:43 +01:00
Philip Allgaier
18736dbebf
Bump voluptuous to 0.12.1 ( #44002 )
...
* Bump voluptuous to 0.12.1
* Adjust MQTT climate test to new error msg
2020-12-07 02:49:36 +01:00
Andreas Wrede
30f73a4962
Add discovery of sensors on DS2409 MicroLan ( #43599 )
...
* Add discovery of sensors on DS2409 MicroLan
* Add tests for coupler
* Update tests
* Fix isort
* Clean up
* Move tests to test_sensor.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-07 02:09:32 +01:00
HomeAssistant Azure
9c63fbfcb1
[ci skip] Translation update
2020-12-07 00:04:18 +00:00
Jacob Southard
8b01f681ab
Add target temperature range to homekit_controller ( #42817 )
...
* Add support for temperature range in thermostat.
* Add tests for setting temperature range.
* Update Lennox E30/Ecobee 3 tests to reflect new supported feature
* Add support for thermostate mode specific min/max temp values.
2020-12-06 23:23:08 +00:00
Paulus Schoutsen
23f8ae8fec
Update ring to 0.6.2 ( #43995 )
2020-12-06 17:24:32 +01:00
HomeAssistant Azure
f9bc7bacb6
[ci skip] Translation update
2020-12-06 00:03:59 +00:00
Alexei Chetroi
a1720fdd2b
Cleanup ZHA fan channel ( #43973 )
...
* Use zigpy cached values for ZHA Fan speed
* Disable update_before_add for ZHA fans
* Refresh state of the group
* Fix group tests
2020-12-05 18:24:49 -05:00
Alexei Chetroi
40e5634db3
Add ZHA Coordinator to LightLink cluster groups ( #43959 )
...
* Add coordinator to LighLink cluster groups
* Make pylint happy
2020-12-05 11:20:10 -05:00
Franck Nijhof
9b7ecddde6
Add reverse repeatmode mapping constant to Spotify ( #43968 )
2020-12-05 15:05:12 +01:00
treylok
180491f8cd
Fix Ecobee set humidity ( #43954 )
2020-12-05 14:13:46 +01:00
Franck Nijhof
a390b0aca8
Bumped version to 1.0.0b1
2020-12-05 13:15:45 +01:00
Franck Nijhof
471e33ae10
Merge branch 'master' into rc
2020-12-05 13:15:31 +01:00
Robert Svensson
625f219d6b
Fix device refresh service can always add devices ( #43950 )
2020-12-05 13:10:17 +01:00
Bram Kragten
4c2dfa54da
Updated frontend to 20201204.0 ( #43945 )
2020-12-05 13:10:13 +01:00
Brian Rogers
bf6bd969a2
Return unique id of Blink binary sensor ( #43942 )
2020-12-05 13:10:10 +01:00
Martin Hjelmare
46b13e20ac
Handle stale ozw discovery flow ( #43939 )
2020-12-05 13:10:06 +01:00
Martin Hjelmare
698ee59f10
Always send ozw network key to add-on config ( #43938 )
2020-12-05 13:10:02 +01:00
Erik Montnemery
fb005ba3e2
Bump hatasmota to 0.1.4 ( #43912 )
2020-12-05 13:09:59 +01:00
Bram Kragten
6ae46268a4
Updated frontend to 20201203.0 ( #43907 )
2020-12-05 13:09:55 +01:00
Emily Mills
eb6128b53e
Kulersky cleanups ( #43901 )
2020-12-05 13:09:51 +01:00
Martin Hjelmare
b174c1d4eb
Unsubscribe ozw stop listener on entry unload ( #43900 )
2020-12-05 13:09:47 +01:00
Paulus Schoutsen
6c5911d37f
Blueprint: descriptions + descriptive errors ( #43899 )
2020-12-05 13:09:44 +01:00
djtimca
3ee1aed06f
Bump auroranoaa library to 0.0.2 ( #43898 )
2020-12-05 13:09:41 +01:00
Aaron Bach
bf4e98d1ae
Fix Slack "invalid_blocks_format" bug ( #43875 )
...
* Fix Slack "invalid_blocks_format" bug
* Fix optional params
* Fix one more optional param
* Update manifest
2020-12-05 13:09:37 +01:00
tehbrd
15b775a4d3
Fix intesishome passing coroutine to HassJob ( #43837 )
...
* Update climate.py
Not allowed to pass coroutines to hassjob.
* Update climate.py
* Lint
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-12-05 13:09:34 +01:00
Emily Mills
ec90ebe136
Add Kuler Sky Bluetooth floor lamp integration ( #42372 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-12-05 13:09:29 +01:00
Franck Nijhof
7130b7a4b7
Merge pull request #43964 from home-assistant/0.118.5
2020-12-05 13:07:27 +01:00
Andre Lengwenus
378424b2c4
Refactor LCN integration ( #40665 )
...
* Moved configuration schemes to schemes.py
* Renamed LcnDevice to LcnEntity. Renamed address_connection to device_connection.
* Rename schemes.py to schemas.py
2020-12-05 12:57:49 +01:00
Martin Hjelmare
e93b9db55d
Pin pip < 20.3 ( #43771 )
2020-12-05 12:05:16 +01:00
Franck Nijhof
c3fed66df6
Bumped version to 0.118.5
2020-12-05 12:00:40 +01:00
Marvin Wichmann
679d1c2b67
Implement new Google TTS API via dedicated library ( #43863 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-12-05 11:58:56 +01:00
Joakim Sørensen
b10b80d7b1
Increase timeout for snapshot upload ( #43851 )
2020-12-05 11:58:53 +01:00
cgtobi
57687f9d56
Bump pyatmo to v4.2.1 ( #43713 )
2020-12-05 11:58:35 +01:00
Robert Svensson
bc83e30761
Fix device refresh service can always add devices ( #43950 )
2020-12-05 11:53:43 +01:00
Brian Rogers
c5adaa1f5c
Return unique id of Blink binary sensor ( #43942 )
2020-12-05 11:32:49 +01:00
Allen Porter
0670124e8d
Address PR cleanup for nest device triggers ( #43961 )
2020-12-05 10:55:19 +01:00
Emily Mills
c4426a73b3
Remove zerproc threaded upstream reconnect logic ( #43910 )
2020-12-05 01:40:56 +01:00
HomeAssistant Azure
6e74f90136
[ci skip] Translation update
2020-12-05 00:03:50 +00:00
Alexei Chetroi
125ceb7449
Refactor ZHA core channel initialization ( #43953 )
...
* Cleanup Basic channnel
Remove unused methods.
* Refactor async_configure() method
Split async_configure() into async_configure() and
async_configure_channel_specfici()
* Refactor async_initilize() method
Split into two different methods and configure channel specifics via
async_configure_channel_specific()
* Fixes
2020-12-04 18:45:09 -05:00
Bram Kragten
b19c705867
Updated frontend to 20201204.0 ( #43945 )
2020-12-04 23:04:31 +01:00
Martin Hjelmare
e23dc90bac
Handle stale ozw discovery flow ( #43939 )
2020-12-04 20:41:08 +01:00
Martin Hjelmare
a47cf27ed6
Always send ozw network key to add-on config ( #43938 )
2020-12-04 20:23:20 +01:00
Erik Montnemery
5e6f5fca90
Don't send MQTT birth message in tests ( #43917 )
2020-12-04 04:39:49 +01:00
Jonas Lundberg
a5279cc279
Upgrade respx to 0.16.2 ( #43892 )
...
* Bump respx to 0.16.2
* Align sensor tests to use new respx mock api
2020-12-04 04:27:25 +01:00
djtimca
52edf6719d
Bump auroranoaa library to 0.0.2 ( #43898 )
2020-12-04 03:57:35 +01:00
Erik Montnemery
916ff88774
Bump hatasmota to 0.1.4 ( #43912 )
2020-12-04 03:16:37 +01:00
HomeAssistant Azure
42f00cff30
[ci skip] Translation update
2020-12-04 00:05:42 +00:00
Bram Kragten
44d7787582
Updated frontend to 20201203.0 ( #43907 )
2020-12-03 22:41:02 +01:00
J. Nick Koston
4ef93feb9a
Bump icmplib to 2.0 for ping ( #43868 )
2020-12-03 12:02:18 -07:00
Martin Hjelmare
5742db6308
Unsubscribe ozw stop listener on entry unload ( #43900 )
2020-12-03 19:40:33 +01:00
Martin Hjelmare
8d33c2092f
Add number entity value property ( #43902 )
2020-12-03 18:35:17 +01:00
Emily Mills
54cb2d42af
Kulersky cleanups ( #43901 )
2020-12-03 18:08:16 +01:00
Paulus Schoutsen
262e77d969
Blueprint: descriptions + descriptive errors ( #43899 )
2020-12-03 16:44:18 +01:00
Shulyaka
78a69ef284
Add reproduce state for Number ( #43870 )
2020-12-03 10:39:50 +01:00
Robert Svensson
2c66d26415
Improve look up speed by inverting dictionaries ( #43883 )
2020-12-03 10:37:39 +01:00
Guido Schmitz
6f2327c6d5
Change config flow unique_id for devolo Home Control ( #43005 )
2020-12-03 09:10:20 +01:00
SukramJ
40408eb0eb
Add HmIP-HDM1 and HmIPW-DRD3 to Homematic IP Cloud ( #43132 )
...
* cleanup const.py
* Add wired multi dimmer HMIPW-DRD3 to Homematic IP Cloud
* Add HmIP-HDM1 to Homematic IP Cloud
2020-12-02 23:56:05 -06:00
Aaron Bach
69a438e2fc
Fix Slack "invalid_blocks_format" bug ( #43875 )
...
* Fix Slack "invalid_blocks_format" bug
* Fix optional params
* Fix one more optional param
* Update manifest
2020-12-03 04:45:08 +01:00
tehbrd
4c7e17c5c6
Fix intesishome passing coroutine to HassJob ( #43837 )
...
* Update climate.py
Not allowed to pass coroutines to hassjob.
* Update climate.py
* Lint
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-12-03 01:58:10 +01:00
HomeAssistant Azure
8e6108b9e1
[ci skip] Translation update
2020-12-03 00:04:35 +00:00
Emily Mills
7c83092431
Add Kuler Sky Bluetooth floor lamp integration ( #42372 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-12-02 22:28:17 +01:00
Elena Rogleva
7cd17dd94f
Rewrite the kira/test_init.py unittests to pytest style test functions ( #42753 )
2020-12-02 22:15:53 +01:00
Franck Nijhof
adcb0260e0
Bumped version to 1.0.0b0
2020-12-02 22:07:58 +01:00
Marvin Wichmann
ce056656f8
Implement new Google TTS API via dedicated library ( #43863 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-12-02 22:03:31 +01:00
Erik Montnemery
30baf333c3
Improve handling of disabled devices ( #43864 )
2020-12-02 21:20:14 +01:00
Vladimír Záhradník
d518db1c95
Improve custom datatype parsing in Modbus sensor and climate ( #42354 )
2020-12-02 21:16:30 +01:00
Bram Kragten
5e3941badb
Updated frontend to 20201202.0 ( #43862 )
2020-12-02 20:51:51 +01:00
Franck Nijhof
f2a371257d
Translation update
2020-12-02 20:51:05 +01:00
Vladimir Dronnikov
a4b1990487
Add telegram_bot.send_voice service ( #43433 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2020-12-02 20:44:02 +01:00
Martin Hjelmare
9043b7b214
Add ozw add-on discovery and mqtt client ( #43838 )
2020-12-02 20:03:29 +01:00
Kiall Mac Innes
8efa9c5097
Add support for MQTT Scenes ( #42639 )
2020-12-02 19:42:28 +01:00
Dermot Duffy
39601090ba
Automatically select "Solid" effect in Hyperion ( #43799 )
2020-12-02 19:40:49 +01:00
Maciej Bieniek
b294e1c98c
Add support for system health to AccuWeather integration ( #43277 )
2020-12-02 19:36:16 +01:00
Maciej Bieniek
86043b2957
Add support for system health to Airly integrarion ( #43220 )
2020-12-02 19:32:42 +01:00
Wictor
5fa00244da
Allow members of allowed groups to talk to telegram_bot ( #43241 )
2020-12-02 19:25:35 +01:00
Quentame
519ec64522
Bump Synology DSM to 1.0.1 ( #43860 )
2020-12-02 19:12:38 +01:00
Robert Svensson
a8f0ad1dd8
Allow creating deCONZ config entry even when no bridge id is available
2020-12-02 19:10:47 +01:00
jjlawren
f2f935506e
Use Plex websocket payloads to reduce overhead ( #42332 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-12-02 19:00:13 +01:00
Robert Svensson
6e8efe2b67
Add fan support to deCONZ climate platform ( #43721 )
2020-12-02 18:08:46 +01:00
Jeff Irion
efacda6c33
Bump androidtv to 0.0.56 ( #43859 )
2020-12-02 17:47:09 +01:00
Robert Svensson
25db1dac23
Add preset support to deCONZ climate platform ( #43722 )
2020-12-02 17:14:05 +01:00
Pierre Ståhl
edb246d696
Refactor Apple TV integration ( #31952 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-12-02 17:01:55 +01:00
Paulus Schoutsen
58648019c6
Deprecate the use of keyring and credstash ( #43854 )
2020-12-02 16:55:33 +01:00
Robert Svensson
ac2c01d20c
deCONZ improve options updating entities ( #42320 )
2020-12-02 16:21:27 +01:00
Paulus Schoutsen
ff4897a09e
Fix using execute on the notify_leaving_zone ( #43858 )
2020-12-02 16:21:00 +01:00
epenet
55edc9f858
Cleanup unique_id on onewire integration ( #43783 )
...
* Update construction of unique_id
* Move shared logic into OneWireBaseEntity
2020-12-02 15:11:20 +01:00
Paulus Schoutsen
06626af337
Guard for when refreshing token fails ( #43855 )
2020-12-02 14:55:47 +01:00
Joakim Sørensen
15b5057569
Increase timeout for snapshot upload ( #43851 )
2020-12-02 14:34:17 +01:00
Philip Allgaier
6fadc3e140
Make "invalid password" error message clearer ( #43853 )
2020-12-02 14:24:47 +01:00
Shulyaka
f744f7c34e
Add new number entity integration ( #42735 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2020-12-02 13:50:48 +01:00
Paulus Schoutsen
6c9c280bbb
Migrate notify-leaving-zone to use mobile app device action ( #43832 )
2020-12-02 13:07:04 +01:00
Franck Nijhof
b092430d5b
Merge branch 'master' into dev
2020-12-02 12:32:16 +01:00
Paulus Schoutsen
f3bb243b1d
Do not warn for weak referenced entities ( #43848 )
2020-12-02 11:18:08 +01:00
Paulus Schoutsen
648f9e100d
Use light turn on service ( #43847 )
2020-12-02 10:53:26 +01:00
Andre Lengwenus
93055884b7
Bump pypck to 0.7.7 ( #43824 )
2020-12-02 10:49:50 +01:00
Fabian Affolter
bbe9874320
Upgrade pylast to 4.0.0 ( #43830 )
2020-12-02 10:47:45 +01:00
Franck Nijhof
834f3603bc
Correct service not found exception message ( #43846 )
2020-12-02 10:32:25 +01:00
Fabian Affolter
fec0d26d55
Upgrade TwitterAPI to 2.6.2.1 ( #43833 )
2020-12-02 10:20:12 +01:00
Chris Talkington
891edec73b
Add test for is_internal_request ( #43841 )
2020-12-02 10:12:48 +01:00
etheralm
cf286d1c51
Bump libpurecool to 0.6.4 ( #43779 )
2020-12-02 09:51:46 +01:00
Bram Kragten
d93687b5ac
Update area and target selectors add sequence selector ( #43831 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-12-02 09:30:49 +01:00
Andreas Oberritter
3efda93875
Support more edl21 devices and sensors ( #43603 )
...
* edl21: Handle 1-0:96.50.1*1 and 1-0:96.1.0*255
* edl21: Use 1-0:96.1.0*255 as alternative electricity ID
* edl21: Fix copy-paste error in comments
* edl21: Add active amperage sensors
* edl21: Bump pysml to 0.0.3 to fix format of electricity ID
2020-12-01 22:50:09 -06:00
Chris
26892a629d
Add ozw scene_instance to scene_activated ( #43829 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-12-02 01:23:08 +01:00
HomeAssistant Azure
fc42f59b0b
[ci skip] Translation update
2020-12-02 00:03:14 +00:00
Alexei Chetroi
032d569cd1
Add Analog cluster for Lumi plugs ( #43817 )
2020-12-01 14:34:07 -05:00
Paulus Schoutsen
0ee86ea8e4
Another try to get rid of Shelly flaky test ( #43821 )
2020-12-01 19:26:43 +01:00
Robert Svensson
1faef0a4d4
Make simple deCONZ thermostats work ( #43781 )
2020-12-01 18:49:58 +01:00
Andre Lengwenus
9ace7269ae
Fix wrong temperature setting in LCN climate ( #43818 )
2020-12-01 18:45:08 +01:00
Paulus Schoutsen
1c9c99571e
Use !input instead of !placeholder ( #43820 )
...
* Use !input instead of !placeholder
* Update input name
* Lint
* Move tests around
2020-12-01 18:21:36 +01:00
Paulus Schoutsen
7d23ff6511
Add device action to mobile app to notify ( #43814 )
2020-12-01 18:14:01 +01:00
Simone Chemelli
52217f1f60
Move uptime from relative time to absolute time ( #43623 )
2020-12-01 17:28:59 +01:00
Franck Nijhof
00d0c3f98b
Remove invalidation version from Airvisual ( #43810 )
2020-12-01 17:13:15 +01:00
Franck Nijhof
b1c11eaaf8
Fix config validation tests for upcoming beta ( #43811 )
2020-12-01 17:07:28 +01:00
Franck Nijhof
24ba5bcbaf
Remove Ubee Router integration (ADR-0004) ( #43809 )
2020-12-01 17:06:49 +01:00
Abílio Costa
8f3989e7d9
Remove unused stuff from ZHA registries ( #43786 )
2020-12-01 09:21:25 -05:00
Paulus Schoutsen
69710cb664
Base area IDs on initial name ( #43804 )
2020-12-01 12:45:56 +01:00
Aaron Bach
aad16b8055
Bump aiorecollect to 0.2.2 ( #43796 )
2020-12-01 12:22:57 +01:00
Franck Nijhof
885f325812
Upgrade elgato to 1.0.0 ( #43792 )
2020-12-01 10:50:55 +01:00
Paulus Schoutsen
14620e1573
Use entity platform for Neato ( #43772 )
2020-12-01 09:28:41 +01:00
Paulus Schoutsen
935ec59c56
Migrate foscam to use entity platform entity services ( #43775 )
2020-12-01 09:28:30 +01:00
Sören
39e7b30ab6
Add lock.open service to nello ( #42141 )
2020-12-01 08:36:36 +01:00
Paulus Schoutsen
cf5be049b3
Warn when referencing missing devices/areas ( #43787 )
2020-12-01 08:01:27 +01:00
HomeAssistant Azure
cf9598fe4f
[ci skip] Translation update
2020-12-01 00:03:00 +00:00
Erik Montnemery
d18a33020b
Fix MQTT birth message deadlock ( #43790 )
2020-12-01 01:01:22 +01:00
Paulus Schoutsen
a5c79a1f84
Add support for device class in target selector ( #43768 )
2020-11-30 23:35:24 +01:00
Martin Hjelmare
2f73590714
Increase Supervisor add-on helper timeout ( #43778 )
2020-11-30 20:40:31 +01:00
Willem-Jan
ba4d630470
Add authentication support to bsblan ( #42306 )
2020-11-30 20:13:16 +01:00
Martin Hjelmare
434cec7a88
Pin pip < 20.3 ( #43771 )
2020-11-30 19:38:39 +01:00
Martin Hjelmare
3f5d7e85c3
Add show progress to ozw config flow ( #43310 )
2020-11-30 18:59:15 +01:00
Dermot Duffy
7ad2a6be30
Add hyperion config options flow ( #43673 )
2020-11-30 18:38:52 +01:00
Ernst Klamer
14d1466400
Add device information to solarlog integration ( #43680 )
...
* Update sensor.py
* Changed as requested
Thanks, tested and works ok.
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-11-30 09:40:43 -06:00
Diogo Gomes
3e24868a9e
Add system health check to IPMA ( #43762 )
2020-11-30 16:24:18 +01:00
Paulus Schoutsen
0de9e8e952
Allow specifying device_id as target ( #43767 )
2020-11-30 14:27:02 +01:00
Alan Tse
e307e1315a
Fix updating of Tesla switches after command ( #43754 )
...
closes #43454
2020-11-30 09:57:32 +01:00
Joakim Plate
aade4e63b8
Support asking covers to stop using google assistant ( #43537 )
2020-11-30 09:34:34 +01:00
springstan
f221bfae52
Report correct weather condition at night for OpenWeatherMap ( #42982 )
2020-11-30 09:32:06 +01:00
Allen Porter
945a0a9f7e
Add nest device triggers for camera and doorbell events ( #43548 )
2020-11-30 09:19:42 +01:00
J. Nick Koston
2cbb93be43
Always keep the current recorder run when purging ( #43733 )
2020-11-30 09:13:50 +01:00
HomeAssistant Azure
533f22bb76
[ci skip] Translation update
2020-11-30 00:03:45 +00:00
Ron Klinkien
eab6a0508b
Address FireServiceRota late code review ( #43741 )
...
* Address review comment from PR #38206
* Address review comment from PR #43638
* Address review comment from PR #43700
* isort fixed
* Better code for duty entity update
* Removed all pylint relative-beyond-top-level
* Removed logger entry from entity state method
2020-11-29 23:54:27 +01:00
Bas Nijholt
6eeb9c0e49
ZHA: remove unused 'from_cache' argument from 'async_get_state' and add 'async_update' ( #42413 )
...
* remove unused 'from_cache' argument from 'async_get_state'
* define async_update to use homeassistant.update_entity
2020-11-29 14:47:46 -05:00
David F. Mulcahey
54425ae0f3
Use the correct property for full init event ( #43745 )
2020-11-29 11:59:23 -05:00
Andre Lengwenus
493eaef616
Bump pypck to v0.7.6 ( #43710 )
...
* Bump pypck to v0.7.6
* Await commands to ensure that they are received.
2020-11-29 16:30:17 +01:00
HomeAssistant Azure
5462d6e798
[ci skip] Translation update
2020-11-29 00:04:09 +00:00
springstan
d5efb3e3de
Remove temporary variable by only retrieving needed value ( #42522 )
2020-11-29 00:44:25 +01:00
Franck Nijhof
65ab8cbc71
Add support for multiple tags and devices in tag trigger ( #43098 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-29 00:06:32 +01:00
Paulus Schoutsen
e406a47293
Allow configuring the delay in the motion light blueprint ( #43737 )
2020-11-28 23:56:15 +01:00
J. Nick Koston
1162d9a752
Create tables with a charset that can hold all expected data under mysql ( #43732 )
...
By default these tables are created with utf8 which can only hold 3 bytes. This
meant that all emjoi would trigger a MySQLdb._exceptions.OperationalError because
they are 4 bytes.
This will only fix the issue for users who recreate their tables.
2020-11-28 23:54:05 +01:00
Paulus Schoutsen
dd513147a5
Add a service target ( #43725 )
2020-11-28 23:33:32 +01:00
David F. Mulcahey
a2e1efca33
Add additional events to enhance the ZHA device pairing experience ( #43729 )
...
* support better feedback in the device pairing UI
* update pairing events
2020-11-28 17:29:56 -05:00
Ron Klinkien
2c6a72b3ad
Add Response switch platform to FireServiceRota integration ( #43700 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-28 21:42:51 +01:00
Paulus Schoutsen
898a07fa75
Make threshold binary sensor faster ( #43695 )
2020-11-28 10:19:10 -10:00
Erik Montnemery
5d7d2dee2a
Bump hatasmota to 0.1.2 ( #43719 )
2020-11-28 10:18:06 -10:00
Maciej Bieniek
a4ae2d210e
Bump Brother library to version 0.1.20 ( #43628 )
2020-11-28 10:17:16 -10:00
moinmoin-sh
337b8d279e
Ensure MariaDB/MySQL can be purged and handle states being deleted out from under the recorder ( #43610 )
...
* MariaDB doesn't purge #42402
This addresses home-assistant#42402
Relationships within table "states" and between tables "states" and "events " home-assistant#40467 prevent the purge from working correctly. The database increases w/o any purge.
This proposal sets related indices to NULL and permits deleting of rows.
Further explanations can be found here home-assistant#42402
This proposal also allows to purge the tables "events" and "states" in any order.
* Update models.py
Corrected for Black style requirements
* Update homeassistant/components/recorder/models.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Add the options to foreign key constraints
* purge old states when database gets deleted out from under us
* pylint
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-11-28 08:42:29 -10:00
Paulus Schoutsen
cb96bd9d0b
Blueprint config to override blueprint ( #43724 )
2020-11-28 13:19:58 +01:00
Robert Svensson
6fa3e287da
Add support to control cooling in deCONZ climate platform ( #43720 )
...
* Add fan support
* Add HVAC cool support
* Fix Martins comment from #43607
* Add preset support
* Improve climate test coverage
* Remove fan support
* Remove preset support
* Remove last preset piece
2020-11-28 13:11:13 +01:00
cgtobi
65bc128c86
Bump pyatmo to v4.2.1 ( #43713 )
2020-11-28 09:29:16 +01:00
HomeAssistant Azure
d5c2ef5a94
[ci skip] Translation update
2020-11-28 00:03:36 +00:00
Alexei Chetroi
c42b650031
Bump up ZHA dependencies ( #43707 )
...
bellows==0.21.0
zigpy==0.28.1
zha-quirks==0.0.47
2020-11-27 16:39:44 -05:00
jjlawren
7c0e148b59
Proxy Plex media browser images ( #43111 )
...
Co-authored-by: rajlaud <50647620+rajlaud@users.noreply.github.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-27 22:14:19 +01:00
javicalle
e10762af9b
Bump RFLink to v0.0.55 ( #43704 )
2020-11-27 21:11:57 +01:00
Aaron Bach
fd6a2b078b
Fix exception upon lock initialization on V2 SimpliSafe systems ( #43705 )
2020-11-27 21:09:37 +01:00
Franck Nijhof
0d5dc4aeee
Add system health check to Spotify ( #43249 )
2020-11-27 19:25:17 +01:00
Matthias Alphart
29091f4537
Update xknx to 0.15.6 ( #43645 )
2020-11-27 18:06:15 +01:00
Paulus Schoutsen
5b6d9abe2a
Await callbacks to keep cleaner stacktraces ( #43693 )
2020-11-27 17:48:43 +01:00
Paulus Schoutsen
20ed40d7ad
Use utcnow from date util for http.ban ( #43686 )
2020-11-27 17:04:52 +01:00
Paulus Schoutsen
d34753473d
Use run_job for service helper ( #43696 )
2020-11-27 16:12:39 +01:00
shred86
bdb04dcb9d
Add Abode MFA support ( #43572 )
2020-11-27 13:39:26 +01:00
Paulus Schoutsen
ea55051161
Stub finding custom integrations in tests ( #43692 )
2020-11-27 12:53:16 +01:00
Paulus Schoutsen
897ff31ffe
Maybe fix flaky test ( #43690 )
2020-11-27 12:31:42 +01:00
David Bonnes
bb146680ce
Eliminate evohome unhandled exceptions when client API call fails ( #43681 )
2020-11-27 12:05:51 +01:00
Paulus Schoutsen
3a17e22cfa
Convert API integration to async setup ( #43685 )
2020-11-27 09:50:19 +01:00
Shay Levy
2498340e1f
Fix Shelly uptime sensor ( #43651 )
...
Fix sensor to include time zone
Report new value only if delta > 5 seconds
Modify REST sensors class to use callable attributes
2020-11-27 09:40:06 +01:00
David Bonnes
5e3f4954f7
Code quality improvement for evohome ( #43678 )
2020-11-27 09:28:05 +01:00
David Bonnes
c2cc605343
Bugfix schedule assigned to wrong day of week ( #43676 )
2020-11-27 09:20:20 +01:00
Philip Allgaier
bf4e6a289a
Add option to deactivate a user ( #43463 )
2020-11-27 09:13:16 +01:00
Erik Montnemery
a5e5c5c7e6
Exclude disabled entities from async_entries_for_device ( #43665 )
2020-11-27 09:03:44 +01:00
Paulus Schoutsen
f9fa24950b
OAuth2 to use current request header ( #43668 )
2020-11-27 08:55:34 +01:00
Michael Thingnes
69c2818c56
Met.no: Fix for zero temp entries ( #43684 )
...
Addresses issue #43587
2020-11-27 08:07:49 +01:00
Bram Kragten
3bd0c7188c
Updated frontend to 20201126.0 ( #43682 )
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 ( #43642 )
2020-11-26 22:34:26 +01:00
Franck Nijhof
deb45f7c90
Upgrade pre-commit to 2.9.2 ( #43655 )
2020-11-26 22:34:17 +01:00
Erik Montnemery
8ff10ad3b8
Fix MQTT threading bug ( #43667 )
2020-11-26 22:33:58 +01:00
Paulus Schoutsen
e1de36fda8
Fix check config ( #43663 )
2020-11-26 22:25:21 +01:00
Paulus Schoutsen
edf70e9f06
Make input_datetime better handle timezones ( #43396 )
...
* 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 ( #43594 )
2020-11-26 17:48:54 +01:00
Paulus Schoutsen
a15abf8802
Merge pull request #43664 from home-assistant/rc
2020-11-26 17:42:21 +01:00
Paulus Schoutsen
0ede3da686
Bumped version to 0.118.4
2020-11-26 16:02:28 +00:00
Pascal Vizeli
ecaa9d925b
Fix deadlock if an integration from stage_1 fails ( #43657 )
2020-11-26 16:02:24 +00:00
Paulus Schoutsen
793fdb5317
Tweak template digit detection ( #43621 )
2020-11-26 16:02:23 +00:00
Paulus Schoutsen
c4108d4ef1
Disable parsing scientific/complex number notation in template type ( #43170 )
2020-11-26 16:02:22 +00:00
Sören
373ad44760
Bump avea to 1.5.1 ( #43618 )
2020-11-26 15:58:42 +00:00
epenet
44c8fce33b
Fix duplicate check on onewire config flow ( #43590 )
2020-11-26 15:58:41 +00:00
Sébastien RAMAGE
94f7f70f2d
Update zigpy-zigate to 0.7.3 ( #43427 )
...
* Update zigpy-zigate to 0.7.3
Fix probing pizigate
* Update zigpy-zigate to 0.7.3
Fix probing pizigate
2020-11-26 15:58:40 +00:00
Erik Montnemery
18135bb1a1
Make MQTT climate return PRESET_NONE when no preset is set ( #43257 )
2020-11-26 15:58:40 +00:00
Erik Montnemery
dc8364fd3a
Support disabling devices ( #43293 )
2020-11-26 16:45:02 +01:00
Paulus Schoutsen
39efbcb815
Allow importing gist ( #43659 )
2020-11-26 16:00:50 +01:00
Bram Kragten
4aa181416c
Add area selector, remove date selector ( #43658 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-26 15:44:25 +01:00
Ron Klinkien
316a2750df
Add Duty binary_sensor platform to FireServiceRota integration ( #43638 )
2020-11-26 15:42:55 +01:00
Paulus Schoutsen
eb3e5cf446
Suggest folder when importing blueprint and store source_url ( #43650 )
2020-11-26 11:46:59 +01:00
Pascal Vizeli
d4f9c1979f
Fix deadlock if an integration from stage_1 fails ( #43657 )
2020-11-26 11:38:30 +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 ( #43641 )
2020-11-25 13:41:56 -07:00
Bram Kragten
8533d9cae0
Add default to inputs ( #43636 )
2020-11-25 20:05:43 +01:00
Bram Kragten
3767af14f3
Add more selectors ( #43639 )
2020-11-25 20:03:56 +01:00
Erik Montnemery
6706ea36de
Add Tasmota cover ( #43368 )
...
* 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 ( #43353 )
...
* Add Tasmota fan
* Bump hatasmota to 0.1.0
* Apply suggestions from code review
2020-11-25 17:40:32 +01:00
Joakim Plate
ac551179ae
Fix flapping derivative tests where time would move between state changes ( #43579 )
2020-11-25 17:08:00 +01:00
Ron Klinkien
ea52ffc2d9
Add FireServiceRota/BrandweerRooster integration ( #38206 )
...
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
Paulus Schoutsen
1de2554f70
Tweak template digit detection ( #43621 )
2020-11-25 16:10:33 +01:00
Simone Chemelli
b7f36106df
Add Shelly UNI ADC sensor ( #43490 )
2020-11-25 15:37:07 +01:00
Shay Levy
ebaf143cf6
Support for Shelly Input Events ( #43479 )
2020-11-25 15:29:01 +01:00
Paulus Schoutsen
b3be708db6
Add default config if not there ( #43321 )
...
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 ( #43597 )
2020-11-25 08:45:15 +01:00
Sören
c421555db3
Bump avea to 1.5.1 ( #43618 )
2020-11-25 08:25:09 +01:00
Teemu R
183154c017
Bump pyhs100 dependency to fix hs220 discoverability issues ( #43619 )
...
Fixes #39395
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 ( #42700 )
...
* 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 ( #43536 )
2020-11-24 22:58:17 +01:00
epenet
48d9f1a61b
Fix duplicate check on onewire config flow ( #43590 )
2020-11-24 21:44:31 +01:00
Robert Svensson
acb94b0b59
Add tilt support to deCONZ covers ( #43607 )
2020-11-24 21:42:11 +01:00
Paulus Schoutsen
dae286aed5
Upgrade foobot_async to 1.0.0 ( #43611 )
2020-11-24 21:25:23 +01:00
koolsb
aed6980b14
Fix Meraki API Auth ( #43578 )
2020-11-24 19:56:39 +01:00
Erik Montnemery
d493f18e50
Bump hatasmota to 0.1.1 ( #43608 )
2020-11-24 19:55:15 +01:00
springstan
5a892e8fca
Add unknown_authorize_url_generation to base strings for config flows ( #42484 )
2020-11-24 12:00:16 -05:00
Allen Porter
3dd14e05e3
Update nest library and switch events to async ( #43583 )
2020-11-24 08:53:50 -07:00
Robert Svensson
7214d6517a
Fix conversion of cover position between HASS and deCONZ ( #43602 )
2020-11-24 14:47:56 +01:00
Paulus Schoutsen
755f15abe3
Fix warning generated by surpetcare test ( #43598 )
2020-11-24 12:40:25 +01:00
JJdeVries
8f18af9e80
Decrease asuswrt connects per sensor ( #43383 )
...
* 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
Franck Nijhof
c157fbef1e
Bump version to 0.119.0dev0 ( #43485 )
2020-11-23 22:06:59 +01:00
Maikel Punie
059f1a35f2
Use references in config flow for solaredge ( #43511 )
2020-11-23 15:34:46 -05:00
starkillerOG
0c30abda61
Add Motion Blinds integration ( #42989 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-11-23 10:33:14 -10:00
Denix
66efe92b3f
Cannot use vcgencmd in HassOS ( #42710 )
2020-11-23 14:56:50 -05:00
Franck Nijhof
612e74703b
Add webhook to default config ( #43521 )
2020-11-23 14:49:13 -05:00
Greg
65796eee2d
Add codeowner to Enphase Envoy manifest ( #43402 )
2020-11-23 19:58:30 +01:00
Thibaut
b272e16b44
Fix RTS cover with set position available ( #43555 )
2020-11-23 08:13:52 -10:00
Oliver
0c64873c10
Update denonavr to 0.9.7 ( #43546 )
2020-11-23 06:54:06 -10:00
Paulus Schoutsen
d84d819b62
Merge pull request #43561 from home-assistant/rc
2020-11-23 15:37:34 +01:00
Franck Nijhof
9368ab5480
Upgrade sentry-sdk to 0.19.4 ( #43504 )
2020-11-23 08:09:17 -05:00
Robin Wohlers-Reichel
2fcd1a250b
update solax to 0.2.5 ( #43564 )
2020-11-23 08:05:22 -05:00
Franck Nijhof
bb17d4552e
Upgrade Docker base image to 2020.11.2 ( #43560 )
2020-11-23 12:10:48 +00:00
Franck Nijhof
a3d9a94339
Upgrade Docker base image to 2020.11.2 ( #43560 )
2020-11-23 13:10:30 +01:00
Robert Svensson
55cbd5aa0d
Track deCONZ lib changes to light based devices ( #43366 )
...
* 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 ( #43523 )
2020-11-23 10:26:50 +01:00
Anders Melchiorsen
47ff04d9ad
Optimize reading of Sonos source mode ( #43541 )
2020-11-23 10:20:06 +01:00
Paulus Schoutsen
f823fac45c
Bumped version to 0.118.3
2020-11-23 09:08:09 +00:00
Franck Nijhof
3955d64b6a
Upgrade Docker base image to 2020.11.1 ( #43538 )
2020-11-23 09:05:33 +00:00
ahertz
a08f809c46
Bump sleepyq to 0.8.1 ( #43505 )
2020-11-23 09:05:32 +00:00
On Freund
e94111f725
Gracefully handle no uuid in kodi discovery ( #43494 )
2020-11-23 09:05:31 +00:00
Franck Nijhof
99399cfd29
Ensure Plex content_id in play_on_sonos service is a string ( #43483 )
2020-11-23 09:05:30 +00:00
Aaron Bach
882b1eb941
Fix unhandled exception when IQVIA API fails to return data ( #43359 )
2020-11-23 09:05:29 +00:00
Aaron Bach
92cd1373de
Fix bug related to possibly missing task ID in Notion API data ( #43330 )
...
* Fix bug related to possibly missing task ID in Notion API data
* Calculate unique ID once
* Code review
* Simplify
* Code review
2020-11-23 09:05:28 +00:00
Kevin Fronczak
8ab15f6867
Update Blinkpy to fix non-updating blink mini cameras ( #43549 )
2020-11-23 09:42:28 +01:00
dependabot[bot]
b144a980da
Bump actions/stale from v3.0.13 to v3.0.14 ( #43551 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from v3.0.13 to v3.0.14.
- [Release notes](https://github.com/actions/stale/releases )
- [Commits](https://github.com/actions/stale/compare/v3.0.13...87c2b794b9b47a9bec68ae03c01aeb572ffebdb1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 09:36:52 +01:00
Robert Svensson
ffe0c1cd58
Add device id to deconz_event ( #43552 )
2020-11-23 09:22:44 +01:00
Aaron Bach
a4f7b7d784
Fix bug related to possibly missing task ID in Notion API data ( #43330 )
...
* Fix bug related to possibly missing task ID in Notion API data
* Calculate unique ID once
* Code review
* Simplify
* Code review
2020-11-22 20:15:38 -07:00
HomeAssistant Azure
492ef81069
[ci skip] Translation update
2020-11-23 00:04:13 +00:00
Maciej Bieniek
885e393df9
Make Brother uptime sensor disabled by default ( #43478 )
2020-11-22 11:42:16 -10:00
Franck Nijhof
20db980695
Upgrade Docker base image to 2020.11.1 ( #43538 )
2020-11-22 22:39:07 +01:00
Anders Melchiorsen
9ffdec63cc
Optimize Sonos current playing state ( #43517 )
2020-11-22 22:16:03 +01:00
Daniel Rheinbay
498654a1e0
Add vendor effects to Yeelight integration ( #42711 )
...
Add effects shipped by Yeelight in their apps, as these effects are quite popular and have been missing from Home Assistant.
2020-11-22 21:41:09 +01:00
Aaron Bach
0b5851e403
Clean up RainMachine config entry ( #43508 )
2020-11-22 14:22:47 +01:00
Lasath Fernando
86cf184903
Add seek support to plex media players ( #43420 )
...
Turns out plexapi lib already supports this, so we just need to
pass through the command.
2020-11-22 14:05:15 +01:00
Anders Melchiorsen
62da64867c
Optimize Sonos favorites updates ( #43516 )
2020-11-22 14:04:46 +01:00
Greg
a633341dc9
Bump envoy version to 0.17.0 ( #43498 )
2020-11-22 14:02:27 +01:00
Aaron Bach
3ffd97acd4
Fix unhandled exception when IQVIA API fails to return data ( #43359 )
2020-11-22 13:59:23 +01:00
Aaron Bach
be39104a36
Re-organize OpenUV constants ( #43453 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-11-22 12:50:22 +01:00
Anders Melchiorsen
7319c4692d
Optimize Sonos queue position ( #43514 )
2020-11-22 12:25:13 +01:00
ahertz
d7e696b90a
Bump sleepyq to 0.8.1 ( #43505 )
2020-11-22 12:21:27 +01:00
Franck Nijhof
a0a44f12a7
Clean up Solar-log review comments ( #43503 )
2020-11-22 05:40:31 +01:00
HomeAssistant Azure
acca35cdc4
[ci skip] Translation update
2020-11-22 00:04:54 +00:00
On Freund
b2c9bd2ca6
Gracefully handle no uuid in kodi discovery ( #43494 )
2020-11-21 20:47:57 +01:00
Crash
76eb5aeeb6
Add updated British Voices ( #43496 )
...
Say hello to Charlotte and James.
https://cloud.ibm.com/apidocs/text-to-speech?code=python#getvoice
2020-11-21 20:24:04 +01:00
Ernst Klamer
977ed942ba
Deprecate YAML config for Solar-log ( #43484 )
...
Per ADR-0010, this PR deprecates YAML configuration for Solar-log. Users who already use the Solar-log integration do not need to take action, as their configuration has already been imported into the UI.
2020-11-21 17:50:46 +01:00
Franck Nijhof
a092b4c204
Ensure Plex content_id in play_on_sonos service is a string ( #43483 )
2020-11-21 16:32:55 +01:00
Xiaonan Shen
ca053d4499
Bump rpi-bad-power to 0.1.0 ( #43476 )
2020-11-21 13:21:51 +01:00
Jakub Kolář
c5803614e1
Upgrade discord.py to 1.5.1 ( #43473 )
...
* Upgrade discord.py to 1.5.1
discord.py 1.5.1 introduces support for Intents that are required by future bots and integrations. While this is not yet required by Home Assistant Discord integration it is needed in the future, because old API which discord.py 1.4.1 uses is now deprecated. Also it would solve dependency collision with my custom component discord_game.
* Upgrade discord.py to 1.5.1
2020-11-21 13:07:17 +01:00
Indu Prakash
7213d5f31b
Support for multiple states in history_stats ( #43416 )
...
Co-authored-by: Indu Prakash <6459774+InduPrakash@users.noreply.github.com >
2020-11-21 12:44:37 +01:00
FlavorFx
f22f568169
Fix Luftdaten.info data retrieval ( #43471 )
...
Fix Luftdaten.info data retrieval
2020-11-21 11:52:34 +01:00
Franck Nijhof
db0dee1ab2
Add repeat mode support to Spotify ( #43247 )
2020-11-21 11:38:40 +01:00
Franck Nijhof
7c6e80952b
Upgrade debugpy to 1.2.0 ( #43328 )
2020-11-21 11:37:41 +01:00
Aidan Timson
d7bf783da6
Add reauth support for OVO Energy ( #38882 )
2020-11-21 11:21:23 +01:00
Adam Król
cccd4d734c
Fix ConnectTimeout during wolflink start ( #43418 )
2020-11-21 11:10:11 +01:00
Alan Murray
45618f8054
Bump acmeda dependency aiopulse to 0.4.2 ( #43217 )
2020-11-21 11:00:08 +01:00
Julien "_FrnchFrgg_" Rivaud
b2bd68a4a0
Avoid arbitrarily reducing ZHA climate temperature information ( #43442 )
...
The Zigbee specification mandates that temperatures are given in
1/100ths of degrees, and several devices are able to provide temperature
readings or accept target temperature settings with precision equal or
better than 0.1°C. Yet the ZHA climate entity implementation advertises
an hard-coded precision of 0.5°C.
Avoid arbitrary coarsening by advertising 0.1°C precision, as passing
through the full 0.01°C precision is probably not that useful.
2020-11-21 00:06:50 -05:00
Tom
db60a71603
Change Plugwise integration to plugwise module ( #43036 )
...
* Switch to plugwise module and forthcoming changes
* Adjusted according to review
* Fix leaving out domain for tests
* Add tests for exceptions
* Add more tests for exceptions
* Version bump
* Wording on test
* Catch-up with dev
2020-11-20 20:43:20 -06:00
Alexei Chetroi
e32669a2d9
Remove zigpy monkey patching ( #43456 )
...
* Use event handler for incoming messages from zigpy
* Bump up zha dependency
2020-11-20 20:02:52 -05:00
HomeAssistant Azure
43955d3aa8
[ci skip] Translation update
2020-11-21 00:08:32 +00:00
Ville Skyttä
cab186d28f
Add ONVIF PTZ Stop support ( #39734 )
2020-11-20 22:59:11 +01:00
Aaron Bach
b4381c5005
Move Notion logger to a package logger ( #43450 )
2020-11-20 22:47:48 +01:00
Martin Hjelmare
22f63be30e
Remove salt integration for webscraping ( #43452 )
2020-11-20 21:48:23 +01:00
Paulus Schoutsen
bed28ac2e7
Merge pull request #43440 from home-assistant/rc
2020-11-20 21:41:40 +01:00
Martin Hjelmare
a745594712
Move legacy device tracker setup to legacy module ( #43447 )
2020-11-20 21:28:00 +01:00
Aaron Bach
8779592952
Move Ambient PWS logger to a package logger ( #43448 )
2020-11-20 21:20:56 +01:00
Aaron Bach
a880ef6a4e
Move Flo logger to a package logger ( #43449 )
2020-11-20 21:14:44 +01:00
springstan
dd4f41c1db
Use weather attribute conditions constants ( #39945 )
2020-11-20 21:04:03 +01:00
Philip Allgaier
700336258b
Fix empty local_ip config flow ( #43333 )
2020-11-20 12:40:34 -07:00
Aleix Murtra
0f823b4c0e
Upgrade Beewi Smartclim component to 0.0.10 ( #43441 )
2020-11-20 19:16:18 +01:00
Paulus Schoutsen
f2e78d6ea0
Bumped version to 0.118.2
2020-11-20 16:54:21 +00:00
Paulus Schoutsen
9822cacbba
Fix time trigger based on entities ignoring entities if initially in the past ( #43431 )
2020-11-20 16:54:16 +00:00
Brett
43c53f7043
Increase Advantage Air retry limit for older systems ( #43417 )
2020-11-20 16:54:16 +00:00
Rob Bierbooms
7708da6713
Update dsmr_parser to 0.23 ( #43403 )
2020-11-20 16:47:47 +01:00
Paulus Schoutsen
dc5f7aedd7
Verify that we register blueprints on automation setup ( #43434 )
2020-11-20 15:57:57 +01:00
Paulus Schoutsen
bbb82ded68
Fix time trigger based on entities ignoring entities if initially in the past ( #43431 )
2020-11-20 15:43:28 +01:00
Philip Allgaier
82b7cc8ac7
Provide HA username via auth WS ( #43283 )
2020-11-20 15:42:19 +01:00
Paulus Schoutsen
43ba053030
Add support for checking minimum HA version ( #43350 )
2020-11-20 15:24:42 +01:00
Joakim Plate
e98f36e357
Support openRelativePercent for google assistant covers ( #43336 )
2020-11-20 15:20:09 +01:00
100ferhas
9b3c97345a
Update Alexa supported languages ( #43139 )
2020-11-20 08:47:17 -05:00
Brig Lamoreaux
c42b1f65b3
Add Srp energy component ( #41091 )
2020-11-20 08:18:02 -05:00
Sébastien RAMAGE
2ed27fc15d
Update zigpy-zigate to 0.7.3 ( #43427 )
...
* Update zigpy-zigate to 0.7.3
Fix probing pizigate
* Update zigpy-zigate to 0.7.3
Fix probing pizigate
2020-11-20 08:05:51 -05:00
Brett
6dc84654b0
Increase Advantage Air retry limit for older systems ( #43417 )
2020-11-20 09:23:38 +01:00
Andrew Hayworth
88367dc466
Update python-awair to 0.2.1 ( #43415 )
...
This version of python awair has support for the local api - which is
cool! But more importantly, this version also is less strict about the
versions of aiohttp it depends on.
This version prepares for the upcoming pip resolver changes outlined here:
https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html#what-will-change
cc https://github.com/ahayworth/python_awair/issues/18
2020-11-20 09:07:59 +01:00
ehendrix23
3a42277130
Update pymyq to 2.0.10 ( #43413 )
...
* Bump version of pymyq to 2.0.9
* Bump version of pymyq to 2.0.10
2020-11-19 16:26:44 -10:00
HomeAssistant Azure
c255e74463
[ci skip] Translation update
2020-11-20 00:06:26 +00:00
Paulus Schoutsen
390668e192
Check config to use config platforms ( #43407 )
2020-11-19 22:05:36 +01:00
Anton Palgunov
d3f952f831
Add new air-humidifier device CA4 with miot protocol ( #39398 )
...
* Add new air-humidifier device CA4 with miot protocol
* Update homeassistant/components/xiaomi_miio/fan.py
Co-authored-by: Teemu R. <tpr@iki.fi >
* xiomi_miio fan Standard speed for fan, removed static attributes
* xiomi_miio fan Standard speed for fan, removed static attributes
* xiomi_miio fan unnessary elif
* added mode_mapping
* Changed mode_mapping to constant also move reverse to constant
* Removerd water_level
* Return to exclude breaking changes
Co-authored-by: Teemu R. <tpr@iki.fi >
2020-11-19 21:56:53 +01:00
Paulus Schoutsen
e9d895d283
Merge pull request #43400 from home-assistant/rc
2020-11-19 20:58:23 +01:00
David
f693c8a9fd
Add twinkly integration ( #42103 )
...
* Add twinkly integration
* Add tests for the Twinkly integration
* Update Twinkly client package to fix typo
* Remove support of configuration.yaml from Twinkly integration
* Add ability to unload Twinkly component from the UI
* Remove dead code from Twinkly
* Fix invalid error namespace in Twinkly for python 3.7
* Fix tests failing on CI
* Workaround code analysis issue
* Move twinkly client init out of entry setup so it can be re-used between entries
* Test the twinkly component initialization
* React to PR review and add few more tests
2020-11-19 12:22:12 -05:00
Paulus Schoutsen
2741362b23
Bumped version to 0.118.1
2020-11-19 17:13:54 +00:00
Joakim Sørensen
044edd3d9e
Add back system_health_info to the base of lovelace ( #43382 )
2020-11-19 17:13:45 +00:00
Raman Gupta
0bfcfb859a
Bump pyvizio to 0.1.57 ( #43374 )
2020-11-19 17:13:44 +00:00
J. Nick Koston
e15f3b7b8e
Fix homekit bridges when no name was provided ( #43364 )
2020-11-19 17:13:43 +00:00
Erik Montnemery
18fdf3a429
Bump hatasmota to 0.0.32 ( #43360 )
2020-11-19 17:13:42 +00:00
Adam Król
59d6eaf856
Bump wolf_smartset to 0.1.8 and handle server fetch error ( #43351 )
2020-11-19 17:13:42 +00:00
Bram Kragten
5dcbb634f6
Fix selector to return the selector type ( #43395 )
2020-11-19 16:48:43 +01:00
Adam Król
edd25ae338
Bump wolf_smartset to 0.1.8 and handle server fetch error ( #43351 )
2020-11-19 15:24:28 +01:00
Aidan Timson
17e1a2a78a
Update ovoenergy to v1.1.11 ( #43391 )
2020-11-19 15:23:20 +01:00
Allen Porter
2d14f07396
Improve nest SDM integration error handling ( #43271 )
2020-11-19 12:26:49 +01:00
J. Nick Koston
a3061ebd8d
Fix homekit bridges when no name was provided ( #43364 )
2020-11-19 12:10:23 +01:00
Erik Montnemery
d61998e184
Raise in base implementation of FanEntity.oscillate ( #43354 )
2020-11-19 12:05:52 +01:00
Anders Melchiorsen
390b45b149
Reword numeric_state trigger ( #43367 )
2020-11-19 12:00:01 +01:00
Joakim Sørensen
3ca8f0c475
Add back system_health_info to the base of lovelace ( #43382 )
2020-11-19 11:55:21 +01:00
Shay Levy
982624b3ac
Support for Shelly Binary Input Sensors ( #43313 )
...
Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-19 11:42:24 +01:00
Simone Chemelli
3dbfd2cb70
Add shelly installed firmware info ( #43221 )
2020-11-19 10:47:23 +01:00
Erik Montnemery
0bf9734af1
Bump hatasmota to 0.0.32 ( #43360 )
2020-11-19 09:07:35 +01:00
Raman Gupta
4205367aa7
Bump pyvizio to 0.1.57 ( #43374 )
2020-11-19 08:46:20 +01:00
Oliver
f555e20fac
Update denonavr to 0.9.6 ( #43370 )
2020-11-18 19:46:30 -10:00
Alexei Chetroi
54c4e9335f
Refactor ZHA sensor initialization ( #43339 )
...
* Refactor ZHA sensors to use cached values after restart
* Get attr from cluster, not channel
* Run cached state through formatter method
* Use cached values for div/multiplier for SmartEnergy channel
* Restore batter voltage from cache
* Refactor sensor to use cached values only
* Update tests
* Add battery sensor test
2020-11-18 21:34:12 -05:00
Alexei Chetroi
70a3489845
Update Zha dependencies ( #43373 )
2020-11-18 20:31:22 -05:00
Alexei Chetroi
f1693e2433
Refactor ZHA tests to allow attribute reads during device initialization ( #43357 )
...
* Allow plugging zigpy attribute reads in tests
* Migrate ZHA tests to use new patched attribute reads
* Remove logging in tests
2020-11-18 19:12:38 -05:00
HomeAssistant Azure
a1306059af
[ci skip] Translation update
2020-11-19 00:11:12 +00:00
Franck Nijhof
aec17d25fa
Merge pull request #43356 from home-assistant/rc
2020-11-18 19:01:29 +01:00
Franck Nijhof
462793f43c
Bumped version to 0.118.0
2020-11-18 17:45:38 +01:00
Bram Kragten
ddd7fff6cd
Updated frontend to 20201111.2 ( #43334 )
2020-11-18 17:43:04 +01:00
Erik Montnemery
d2a3811186
Bump hatasmota to 0.0.31 ( #43319 )
2020-11-18 17:22:26 +01:00
Raman Gupta
27707d9711
Abort vizio discovery flow without unique ID ( #43303 )
...
* abort vizio discovery flow if unique ID cant be found because it means we cant connect
* add tests
* fix abort call
2020-11-18 17:22:17 +01:00
Aaron Bach
0e155f5240
Bump aioguardian to 1.0.4 ( #43299 )
2020-11-18 17:22:07 +01:00
rikroe
9920aaf1f7
Bump bimmer_connected to 0.7.13 ( #43294 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-11-18 17:21:58 +01:00
Chris
b25e8be3f2
Tweak OZW Light discovery ( #43325 )
2020-11-18 15:18:59 +01:00
Bram Kragten
de5e49b37c
Updated frontend to 20201111.2 ( #43334 )
2020-11-18 08:24:25 +01:00
HomeAssistant Azure
262fadd9bc
[ci skip] Translation update
2020-11-18 00:09:55 +00:00
Alex-Klein
682417d2c7
Add TV channel name to smartthings integration ( #41729 )
...
* Adds TV channel name to smartthings integration
* fix on attribute to not override key
2020-11-17 17:20:59 -06:00
Joakim Plate
1567fadda3
Improve Google Assistant cover assumed state handling ( #43255 )
...
* Set command only cover
* No need for override position now that we support command only
* Return empty state response for assumed state
Fixes #43178
Reverts: #23498
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-17 21:55:46 +01:00
mvn23
212fb572e1
Fix kodi media_player unavailable at start ( #41714 )
2020-11-17 07:27:58 -10:00
Maciej Wilczyński
6a5546afc1
Add an option to template delay_on/off in template binary sensor ( #43259 )
2020-11-17 07:24:04 -10:00
Erik Montnemery
14aba1f9de
Bump hatasmota to 0.0.31 ( #43319 )
2020-11-17 18:02:41 +01:00
Klaas Schoute
b358103b58
Update cloud integration to 0.38.0 ( #43314 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-17 16:31:59 +01:00
Martin Hjelmare
e73d2c65cd
Add progress translation key to hassfest ( #43311 )
2020-11-17 11:44:06 +01:00
dependabot[bot]
aa6376a691
Bump codecov/codecov-action from v1.0.14 to v1.0.15 ( #43304 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.14 to v1.0.15.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.14...239febf655bba88b16ff5dea1d3135ea8663a1f9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 08:55:56 +01:00
Thomas
4e6035d057
Improvement to allow parsing of station ID in vasttrafik integration. Addresses #34851 ( #43136 )
2020-11-17 07:34:20 +01:00
Raman Gupta
95504b7408
Abort vizio discovery flow without unique ID ( #43303 )
...
* abort vizio discovery flow if unique ID cant be found because it means we cant connect
* add tests
* fix abort call
2020-11-17 07:11:42 +01:00
Chris Talkington
c861a1c850
Update directv to 0.4.0 ( #43302 )
...
* update directv to 0.4.0
* Update requirements_all.txt
* Update requirements_test_all.txt
2020-11-17 06:50:04 +01:00
Tom
ed36cb7beb
Add notification binary_sensor to Plugwise integration ( #41473 )
...
* Notifications extract from beta
* Remove info loggings
* Delete notification service
* Only notifications for right smiles
* Revert to correct logic
* Catchup with dev (mostly with ourselves from #41201 )
* Remove debug logging
* Naming improvement
* Improve test quality as per codecov patch requirement
* Revert to original condition (and appropriately test)
* Fix delete_notification_service, bring tests fixtures up to 1.6.0 including notifications
* Review comment (@bouwew)
* Correct test value
* Re-apply #40108 fix after rebase sidestep
* Update tests/components/plugwise/test_init.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Add needed state to imports
* Remove separate gw unload code
* Change entry_fail approach
* Revert persistent notification part
* Revert persistent notification part - lint
* Update homeassistant/components/plugwise/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/plugwise/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Rework reuse of sensor in binary_sensor
* Explicit state attribute keys
* Remove tempfile
* List of notifications per severity
* Update homeassistant/components/plugwise/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-11-16 19:54:44 -06:00
HomeAssistant Azure
c8113e6b11
[ci skip] Translation update
2020-11-17 00:06:49 +00:00
rikroe
096d73eb4f
Bump bimmer_connected to 0.7.13 ( #43294 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-11-17 00:31:54 +01:00
Aaron Bach
699402ca18
Bump aioguardian to 1.0.4 ( #43299 )
2020-11-16 16:31:35 -07:00
Jc2k
3e1f2a5103
Refactor how entities are created for homekit_controller services ( #43242 )
2020-11-16 23:11:39 +00:00
Paulus Schoutsen
d6ea96ca44
Bumped version to 0.118.0b3
2020-11-16 21:59:07 +00:00
Bram Kragten
b9c395a641
Updated frontend to 20201111.1 ( #43298 )
2020-11-16 21:58:57 +00:00
Paulus Schoutsen
e6955f50b5
Update pytradfri to 7.0.4 ( #43297 )
2020-11-16 21:58:57 +00:00
reaper7
1bb9792bfc
Fix Enigma2 available entity property ( #43292 )
...
Available property should return self.e2_box.is_offlin negation
fixes previous PR: https://github.com/home-assistant/core/pull/42407
2020-11-16 21:58:56 +00:00
Paulus Schoutsen
10818e73ae
Update pytradfri to 7.0.3 ( #43289 )
2020-11-16 21:58:55 +00:00
Philip Allgaier
1ba2e07609
Bump requests to 2.25.0 ( #43279 )
2020-11-16 21:58:54 +00:00
Greg Dowling
cabd730281
Bump pyvera to 0.3.11 ( #43262 )
2020-11-16 21:58:53 +00:00
Sébastien RAMAGE
bf2c10196d
Update zigpy-zigate to 0.7.2 ( #43252 )
...
* update zigpy_zigate to v0.7.1
* bump zigpy-zigate to 0.7.2
2020-11-16 21:58:52 +00:00
michaeldavie
c6126ff6e4
Bump env_canada to 0.2.4, fix config validation ( #43251 )
2020-11-16 21:58:52 +00:00
Clifford Roche
f1ec34007e
Update greeclimate to 0.10.3 ( #43248 )
...
* Update greeclimate to 0.10.3
* Device search needs to be mocked in tests
2020-11-16 21:58:51 +00:00
Clifford Roche
26a7773da8
Update greeclimate to 0.10.2 ( #43206 )
2020-11-16 21:58:50 +00:00
Martin Hjelmare
72a68bbf9c
Bump hass-nabucasa to 0.37.2 ( #43146 )
2020-11-16 21:57:23 +00:00
uvjustin
e7e1676468
Remove pts adjustments in stream ( #42399 )
...
* Remove unnecessary pts adjustments
* Add comments
* Use -inf for initial last_dts to be more clear
* Use video first_pts as common adjuster in recorder
* Remove seek(0) before av.open
2020-11-16 21:57:22 +00:00
Bram Kragten
d11d1343a8
Updated frontend to 20201111.1 ( #43298 )
2020-11-16 22:56:45 +01:00
Paulus Schoutsen
c04b600ddd
Update pytradfri to 7.0.4 ( #43297 )
2020-11-16 22:55:53 +01:00
uvjustin
414f167508
Remove pts adjustments in stream ( #42399 )
...
* Remove unnecessary pts adjustments
* Add comments
* Use -inf for initial last_dts to be more clear
* Use video first_pts as common adjuster in recorder
* Remove seek(0) before av.open
2020-11-16 15:13:33 -05:00
reaper7
159ebe1dac
Fix Enigma2 available entity property ( #43292 )
...
Available property should return self.e2_box.is_offlin negation
fixes previous PR: https://github.com/home-assistant/core/pull/42407
2020-11-16 20:25:07 +01:00
Erik Montnemery
52e1282d8c
Make MQTT climate return PRESET_NONE when no preset is set ( #43257 )
2020-11-16 20:10:55 +01:00
michaeldavie
4ffba281db
Bump env_canada to 0.2.4, fix config validation ( #43251 )
2020-11-16 20:09:18 +01:00
Sylvia van Os
a164989e41
Bump PyEssent to 0.14 ( #43282 )
2020-11-16 18:53:42 +01:00
Paulus Schoutsen
f19f743bed
Update pytradfri to 7.0.3 ( #43289 )
2020-11-16 18:26:22 +01:00
Paulus Schoutsen
479de9433c
Convert core tests to async ( #43287 )
2020-11-16 18:25:55 +01:00
Paulus Schoutsen
819dd27925
Automatically clean up executor as part of closing loop ( #43284 )
2020-11-16 15:43:48 +01:00
Greg Dowling
5d83f0a911
Bump Pywemo to 0.5.3 ( #43263 )
2020-11-16 13:17:58 +01:00
Greg Dowling
31f3ce81ee
Bump pyvera to 0.3.11 ( #43262 )
2020-11-16 13:16:49 +01:00
dependabot[bot]
63abe8b4f9
Bump actions/upload-artifact from v2.2.0 to v2.2.1 ( #43272 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from v2.2.0 to v2.2.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.0...726a6dcd0199f578459862705eed35cda05af50b )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 12:39:14 +01:00
Guy Khmelnitsky
5ea55f7e89
Xiaomi Device Tracker - Move "Refreshing device list" to debug ( #43276 )
2020-11-16 12:31:45 +01:00
Philip Allgaier
7280dbd431
Bump requests to 2.25.0 ( #43279 )
2020-11-16 12:27:42 +01:00
Sebastian Muszynski
1783e1ae64
Bump python-miio and construct version ( #43267 )
2020-11-16 12:22:32 +01:00
Adrian Suwała
246ad8dba9
Rewrite ecobee unittest tests to pytest ( #42584 )
2020-11-16 11:54:51 +01:00
Simone Chemelli
4c2bf1ddf5
Avoid creating battery sensor if Shelly device is external powered ( #43243 )
2020-11-16 11:49:23 +01:00
Michael
60314ecc61
Apply suggestions from #42697 to synology_dsm ( #43197 )
...
* apply suggestions from #42697
* fix tests
* use MockConfigEntry for test
* use hass.config_entries.async_setup()
* disable default fixture
* rename marker to no_bypass_setup
2020-11-16 11:18:48 +01:00
Chris Talkington
467d79c7fd
Add tests for browse media image proxy ( #43076 )
...
* add tests for browse media image proxy
* Update test_init.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
2020-11-16 07:49:41 +01:00
HomeAssistant Azure
7dcfc8f1fa
[ci skip] Translation update
2020-11-16 00:03:40 +00:00
J. Nick Koston
9d0cd9c1b1
Convert most esphome state updates to callbacks ( #43246 )
2020-11-15 22:18:23 +01:00
Tim de Boer
149ba088d4
Add dsmr_reader telegram timestamp and device classes ( #42909 )
...
* Added Telegram timestamp
* added to 'dsmr/reading/timestamp' and 'dsmr/consumption/gas/read_at'
* Fixed import sorting
* Replaced 'kW' with ENERGY_KILO_WATT_HOUR
* Added device_class, changed unit_of_measurement with fallback on device_class
* Fixed typo
* Fixed 'black' coding format
* Removed fallback, added unit_of_measurement and CURRENCY_EURO as device_class
* Fixed newline
* Removed 'timestamp' unit_of_meassure
* Removed icons from defintions with device_class
* Updated device_classes
* Updated device_classes
* Updated device_classes
* Added 'entity_registry_enabled_default' properties
* Added 'entity_registry_enabled_default' properties, fixed typo
* MQTT discovery will be in another pull-request
2020-11-15 14:52:31 -06:00
Pieter De Baets
61475cf090
Support gas meter capability for smartthings ( #41310 )
2020-11-15 14:42:11 -06:00
Sébastien RAMAGE
65b2ef659e
Update zigpy-zigate to 0.7.2 ( #43252 )
...
* update zigpy_zigate to v0.7.1
* bump zigpy-zigate to 0.7.2
2020-11-15 12:40:45 -05:00
J. Nick Koston
869cb83170
Set should_poll for zone entities ( #43212 )
2020-11-15 11:40:03 -06:00
Clifford Roche
eb9e9e67f0
Update greeclimate to 0.10.3 ( #43248 )
...
* Update greeclimate to 0.10.3
* Device search needs to be mocked in tests
2020-11-15 11:06:51 -06:00
Florian Klien
a6f47ac380
Remove yessssms integration ( #43200 )
2020-11-15 16:40:59 +01:00
HomeAssistant Azure
9a21421807
[ci skip] Translation update
2020-11-15 00:03:48 +00:00
Alexei Chetroi
84569549f8
Refactor ZHA light initialization ( #43149 )
...
* Refactor ZHA light initialization
* Don't do redundant attribute reads
2020-11-14 17:24:41 -05:00
Paulus Schoutsen
ec357081af
Bumped version to 0.118.0b2
2020-11-14 21:07:16 +00:00
michaeldavie
058733ae79
Remove OpenCV dependecy from Environment Canada ( #43235 )
...
* Bump env_canada to 0.2.2
* Revert PR #38731
2020-11-14 21:06:38 +00:00
Glenn Waters
bd6c63cae7
Bump elkm1-lib to 0.8.8 ( #43230 )
2020-11-14 21:06:37 +00:00
J. Nick Koston
d24b74417a
Fix typo in lw12wifi shoud_poll ( #43213 )
2020-11-14 21:06:37 +00:00
Aaron Bach
c434afae2e
Revert "Remove YAML config for Tile ( #43064 )" ( #43199 )
...
This reverts commit 19f48e180c .
2020-11-14 21:06:36 +00:00
Allen Porter
a24263fc30
Catch the right nest stream refresh exception error ( #43189 )
2020-11-14 21:06:35 +00:00
Paulus Schoutsen
62e6a86432
Revert opensky flight latitude and longitude ( #43185 )
...
This reverts commit 0f46916f9e .
2020-11-14 21:06:35 +00:00
Paulus Schoutsen
39493fd3ea
Prevent spider from doing I/O in the event loop ( #43182 )
2020-11-14 21:06:34 +00:00
Sébastien RAMAGE
33d5e79301
update zigpy_zigate to v0.7.1 ( #43159 )
2020-11-14 21:06:33 +00:00
Andrew Sayre
cd42d82f9d
Bump pysmartthings and pysmartapp ( #43240 )
2020-11-14 21:57:42 +01:00
J. Nick Koston
4e00a8a3d0
Eliminate doorbird switch polling ( #43215 )
2020-11-14 21:47:38 +01:00
J. Nick Koston
8b63e22c99
Bypass the slow update warning for group updates ( #43209 )
2020-11-14 21:46:24 +01:00
Andrew Sayre
11a437bac9
Bump pyheos to 0.7.2 ( #43239 )
2020-11-14 21:46:01 +01:00
J. Nick Koston
810561e313
Switch ios to dispatching instead of polling ( #43233 )
2020-11-14 21:43:49 +01:00
Josef Schlehofer
085aa3c99d
Upgrade youtube_dl to version 2020.11.12 ( #43231 )
2020-11-14 21:41:04 +01:00
michaeldavie
a3e8968e8a
Remove OpenCV dependecy from Environment Canada ( #43235 )
...
* Bump env_canada to 0.2.2
* Revert PR #38731
2020-11-14 21:16:14 +01:00
Austin Drummond
d1566bd210
Add HomeKit humidifier/dehumidifier ( #42311 )
...
* add HomeKit humidifier/dehumidifier
* added more test coverage
* simplified char logic
Co-authored-by: Quentame <polletquentin74@me.com >
* use mode constants
* Renamed HomeKit Contorller
Co-authored-by: Quentame <polletquentin74@me.com >
* improved threshold logic
* split up homekit humidifier into 2 entities
* fixed tests
* fixed mode and switch logic
* added set mode tests
* removed redundant methods present in base class
Co-authored-by: Quentame <polletquentin74@me.com >
2020-11-14 17:59:13 +00:00
Glenn Waters
c6608f7f49
Bump elkm1-lib to 0.8.8 ( #43230 )
2020-11-14 07:13:37 -10:00
b4dpxl
bb31de1de7
Add support for Broadlink BG1 devices ( #42314 )
...
* Support for BG1 switches after config flow updates to core Broadlink component
* updates based on @felipediel feedback
* Update updater.py
* Update switch.py
* Update switch.py
2020-11-14 14:59:41 +01:00
Jc2k
cc396b9736
Add initial camera support to homekit_controller ( #43100 )
2020-11-14 12:07:22 +00:00
Clifford Roche
dc8db033b9
Update greeclimate to 0.10.2 ( #43206 )
2020-11-14 11:57:36 +01:00
Thomas Delaet
293f8eaaf3
Add quarter-hour period feature for utility_meter component ( #41999 )
...
* add support for quarter-hourly intervals to utility meter (15 minutes)
* add tests
* add test for every quarter
* Update homeassistant/components/utility_meter/sensor.py
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com >
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com >
2020-11-14 11:53:59 +01:00
J. Nick Koston
bf955f3eb8
Fix typo in lw12wifi shoud_poll ( #43213 )
2020-11-14 11:12:00 +01:00
Allen Porter
3e46c42307
Catch the right nest stream refresh exception error ( #43189 )
2020-11-13 22:37:09 -08:00
HomeAssistant Azure
d7f1deeb00
[ci skip] Translation update
2020-11-14 00:07:02 +00:00
Aaron Bach
907907e6f9
Revert "Remove YAML config for Tile ( #43064 )" ( #43199 )
...
This reverts commit 19f48e180c .
2020-11-14 00:04:34 +01:00
czechmark
16364636d1
Update fitbit battery status ( #42980 )
...
* Read the device_status in order to update the fitbit battery
* Read the device_status in order to update the fitbit battery
2020-11-13 23:10:04 +01:00
Paulus Schoutsen
bae026a6fe
Add support for selectors in services.yaml ( #43162 )
...
* Add support for selectors in services.yaml
* Add base schema validation
2020-11-13 22:53:55 +01:00
Paulus Schoutsen
df25b53bb8
Fix automation in packages ( #43202 )
2020-11-13 22:49:01 +01:00
Thomas
6e7b14f139
Hide cancelled trips from being displayed in vasttrafik integration ( #43184 )
2020-11-13 17:51:33 +01:00
Charles Garwood
71b8aad91b
Update ozw get_config_parameter websocket response ( #43058 )
2020-11-13 10:06:34 -05:00
Martin Hjelmare
6daf40b254
Copy default vscode settings during bootstrap ( #43180 )
2020-11-13 16:03:40 +01:00
Paulus Schoutsen
37361a6332
Prevent spider from doing I/O in the event loop ( #43182 )
2020-11-13 16:03:08 +01:00
Paulus Schoutsen
36b4a8e128
Revert opensky flight latitude and longitude ( #43185 )
...
This reverts commit 0f46916f9e .
2020-11-13 09:52:15 -05:00
Daniel
5de30e19bb
Rewrite google_wifi unittest tests to pytest style ( #42030 )
2020-11-13 15:40:46 +01:00
Franck Nijhof
976640102f
Upgrade sentry-sdk to 0.19.3 ( #43176 )
2020-11-13 14:42:40 +01:00
Paulus Schoutsen
5ecaa9e4d2
Add log message server startup ( #43177 )
2020-11-13 14:39:50 +01:00
Sébastien RAMAGE
ea550d475a
update zigpy_zigate to v0.7.1 ( #43159 )
2020-11-13 08:35:41 -05:00
Paulus Schoutsen
7a85b3ea66
Add test to access current request in websocket API ( #43133 )
2020-11-13 14:20:47 +01:00
Anders Melchiorsen
55b214ec9c
Fix time_date interval for DST ( #43166 )
2020-11-13 13:32:56 +01:00
Paulus Schoutsen
0a717f313e
Improve entity domain validator ( #43164 )
2020-11-13 13:31:43 +01:00
Anders Melchiorsen
87d86026ed
Fix time_date timestamp offsets ( #43165 )
2020-11-13 13:29:57 +01:00
Paulus Schoutsen
8dbd54bed1
Disable parsing scientific/complex number notation in template type ( #43170 )
2020-11-13 13:22:29 +01:00
Simone Chemelli
7bcd92172a
Remove relative time sensor from cert_expiry ( #42338 )
2020-11-13 13:15:37 +01:00
Paulus Schoutsen
890d740093
Further improve MFI tests ( #43167 )
2020-11-13 10:51:27 +01:00
Paulus Schoutsen
239cc23b9b
Update translations
2020-11-13 09:42:02 +00:00
Paulus Schoutsen
3404e6ded1
Update translations
2020-11-13 10:40:51 +01:00
Paulus Schoutsen
c8a104d602
Bumped version to 0.118.0b1
2020-11-13 09:39:04 +00:00
HomeAssistant Azure
2bf15172bb
[ci skip] Translation update
2020-11-13 09:38:56 +00:00
HomeAssistant Azure
b93648f856
[ci skip] Translation update
2020-11-13 09:38:24 +00:00
J. Nick Koston
c37c0da191
Guard against empty ssdp locations ( #43156 )
2020-11-13 09:38:10 +00:00
Anders Melchiorsen
91f265dd93
Fix playing of Spotify URIs on Sonos ( #43154 )
2020-11-13 09:38:09 +00:00
Erik Montnemery
b90cf94df3
Bump hatasmota to 0.0.30 ( #43140 )
2020-11-13 09:38:08 +00:00
Joakim Sørensen
c5f8b4106e
Add missing 'hassio' translation string ( #43127 )
...
* Add missing 'hassio' translation string
* Fix typo...
2020-11-13 09:37:55 +00:00
Philip Allgaier
9fbf39b0ff
Added missing system health translation for "Views" ( #43126 )
2020-11-13 09:36:56 +00:00
Aaron Bach
b0ff1e3885
Fix bug preventing Notion entities from updating their bridge ( #43122 )
2020-11-13 09:36:55 +00:00
Aaron Bach
3caa94e81e
Streamline SimpliSafe errors ( #43117 )
2020-11-13 09:36:55 +00:00
Shay Levy
f7544b9427
Make Appliance Type Case-insensitive ( #43114 )
...
"appliance_type" is a free text parameter in the device settings, this fix will make the comparison case-insensitive
2020-11-13 09:36:54 +00:00
Aaron Bach
86a26d1a7c
Fix incorrect Notion battery state calculation ( #43108 )
...
* Fix incorrect Notion battery state calculation
* Both cases
2020-11-13 09:36:53 +00:00
Hmmbob
6cfbf294d1
Bump pycsspeechtts to 1.0.4 ( #43105 )
2020-11-13 09:36:53 +00:00
Joakim Sørensen
3732b5286d
Add system health section for the Supervisor ( #43074 )
2020-11-13 09:36:52 +00:00
Chris Talkington
e7ce8940b2
Use media player image proxy for roku media browser ( #43070 )
2020-11-13 09:36:51 +00:00
SukramJ
9e65eb53e4
Bump dependency for HomematicIP Cloud ( #43018 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-13 09:36:51 +00:00
Joshua M. Boniface
b17cf75583
Move setup_url_for_address to pyWeMo library ( #42722 )
...
* Move setup_url_for_address to PyWemo library
* Bump pywemo to 0.5.2
* Use module-level function call
* Update requirements via script
2020-11-13 09:36:50 +00:00
Marvin Wichmann
f5184c5aef
Update xknx to 0.15.3 ( #42026 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-13 09:36:49 +00:00
J. Nick Koston
4907996dd6
Guard against empty ssdp locations ( #43156 )
2020-11-13 09:40:25 +01:00
Anders Melchiorsen
96641cab02
Fix playing of Spotify URIs on Sonos ( #43154 )
2020-11-13 09:40:00 +01:00
Joakim Sørensen
f50869d62e
Add missing 'hassio' translation string ( #43127 )
...
* Add missing 'hassio' translation string
* Fix typo...
2020-11-13 09:39:36 +01:00
Aaron Bach
ad7f1446be
Streamline SimpliSafe errors ( #43117 )
2020-11-13 09:38:58 +01:00
Marvin Wichmann
899fc3d35a
Update xknx to 0.15.3 ( #42026 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-13 09:37:45 +01:00
Anders Melchiorsen
1a888433cb
Fix beat calculation ( #43142 )
2020-11-13 09:33:00 +01:00
Anders Melchiorsen
e0f1d0ab20
Mock time_date sensor tests ( #43141 )
2020-11-13 09:31:55 +01:00
HomeAssistant Azure
76b843118b
[ci skip] Translation update
2020-11-13 00:10:16 +00:00
Aaron Bach
3f09c9bc0e
Fix bug preventing Notion entities from updating their bridge ( #43122 )
2020-11-12 21:45:20 +01:00
Martin Hjelmare
b84415344f
Bump hass-nabucasa to 0.37.2 ( #43146 )
2020-11-12 20:15:31 +01:00
Simone Chemelli
31502e960a
Shelly: minor improvements ( #43138 )
2020-11-12 19:49:06 +01:00
Felipe Martins Diel
c620fa344e
Add support for learning RF commands with Broadlink remotes ( #39671 )
...
* Add support for learning RF codes with Broadlink remotes
* Rename INFRARED and RADIOFREQUENCY to COMMAND_TYPE_IR and COMMAND_TYPE_RF
* Rewrite if expression as normal if statement
* Use COMMAND_TYPE_IR directly and improve error messages
2020-11-12 19:10:29 +01:00
Aaron Bach
7921be1b5f
Fix incorrect Notion battery state calculation ( #43108 )
...
* Fix incorrect Notion battery state calculation
* Both cases
2020-11-12 10:47:47 -07:00
Erik Montnemery
7b7bb0a15f
Bump hatasmota to 0.0.30 ( #43140 )
2020-11-12 18:29:06 +01:00
Paulus Schoutsen
a68d6a63bb
Add VSCode debug launch conf ( #43130 )
2020-11-12 15:46:49 +01:00
Shay Levy
ad06b6b340
Revert "shelly_naming" rebase errors ( #43134 )
2020-11-12 15:22:51 +01:00
Philip Allgaier
bbd7402793
Add reload support to KNX ( #42429 )
...
* Add reload support to KNX
* Changes from review (platform reset + asyncio.gather)
* Changes from review (proper asyncio.gather usage)
2020-11-12 14:34:08 +01:00
Martin Hjelmare
a665e152a9
Fix aurora config flow tests ( #43128 )
2020-11-12 12:11:05 +01:00
Franck Nijhof
6f326a7ea4
Add support for multiple event triggers in automation ( #43097 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-12 11:58:28 +01:00
Philip Allgaier
673ac21de4
Added missing system health translation for "Views" ( #43126 )
2020-11-12 11:50:24 +01:00
Aaron Bach
24840cce23
Add a config flow for Recollect Waste ( #43063 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-12 11:00:42 +01:00
Simone Chemelli
cdc53329d0
Add Shelly totalWorkTime as Lamp life (Shelly Air) ( #43112 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-12 10:38:53 +01:00
SukramJ
d7e5d1bfaf
Bump dependency for HomematicIP Cloud ( #43018 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-12 10:33:01 +01:00
Shay Levy
22a0464dce
Make Appliance Type Case-insensitive ( #43114 )
...
"appliance_type" is a free text parameter in the device settings, this fix will make the comparison case-insensitive
2020-11-12 10:12:56 +01:00
Joshua M. Boniface
be93060e99
Move setup_url_for_address to pyWeMo library ( #42722 )
...
* Move setup_url_for_address to PyWemo library
* Bump pywemo to 0.5.2
* Use module-level function call
* Update requirements via script
2020-11-12 06:37:27 +01:00
HomeAssistant Azure
8a0907acf9
[ci skip] Translation update
2020-11-12 00:10:58 +00:00
Bram Kragten
1c7080d5c5
Add save and delete WS commands to blueprints ( #42907 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-11 23:32:46 +01:00
djtimca
d47b3a5f44
Fix Aurora integration including externalizing API to PyPi and adding config_flow ( #43045 )
...
Co-authored-by: Pawel <pszafer@gmail.com >
2020-11-11 20:36:16 +01:00
Chris Talkington
df5a8c4dac
Use media player image proxy for roku media browser ( #43070 )
2020-11-11 20:17:46 +01:00
Simone Chemelli
d8b067ebf9
Add Shelly support for REST sensors ( #40429 )
2020-11-11 20:13:14 +01:00
Joakim Sørensen
403514ccb3
Add system health section for the Supervisor ( #43074 )
2020-11-11 20:12:24 +01:00
springstan
37bcfd1d2f
Simplify distance conversion ( #43107 )
2020-11-11 20:10:17 +01:00
Moritz Schmitz von Hülst
434d39a5ea
Add initial rest query params ( #42198 )
...
* add initial rest query params
* of course I didn't run black
* fix tests
* fix tests
* add test
* reformat
* add binary sensor test
* fix tests
* add one more test and fix switch
* should not have touched that
* if you don't pay attention once
2020-11-11 09:03:55 -10:00
Hmmbob
6a7b71e8fb
Bump pycsspeechtts to 1.0.4 ( #43105 )
2020-11-11 19:47:03 +01:00
Franck Nijhof
0cf9e99044
Bumped version to 0.118.0b0
2020-11-11 19:27:47 +01:00
Clifford Roche
c93d2909a2
Bump greeclimate to 0.9.6 ( #43106 )
...
This fixes a bug with discovery for some devices which do not have a CID
2020-11-11 19:23:25 +01:00
Michael
dbe89c1e02
Add reboot and shutdown service to synology_dsm ( #42697 )
...
* add reboot and shutdown service to synology_dsm
* apply suggestions
* make _async_setup_services() async
* add comment to make sure unique_id is serial
2020-11-11 19:06:50 +01:00
Alexei Chetroi
11ded51ddb
Bump up ZHA dependencies ( #43104 )
2020-11-11 19:03:22 +01:00
Franck Nijhof
710ca65549
Merge branch 'master' into dev
2020-11-11 18:57:51 +01:00
uvjustin
66dccd86bd
Modify wait timeout in stream ( #42794 )
...
* Set wait timeout to 40
* Use dynamic wait_timeout
* Catch error in container open
* Get restart times from const.py
* Fix test_stream_keepalive
2020-11-11 12:32:56 -05:00
Franck Nijhof
7c783dc1b4
Merge pull request #43102 from home-assistant/rc
...
Co-authored-by: Sören Oldag <soeren_oldag@freenet.de >
Co-authored-by: Hmmbob <33529490+hmmbob@users.noreply.github.com >
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
2020-11-11 18:30:59 +01:00
Franck Nijhof
650f3413a4
Bumped version to 0.117.6
2020-11-11 18:04:17 +01:00
jjlawren
176c2f3978
Fix Plex auth issues by setting header ( #43081 )
2020-11-11 18:01:48 +01:00
Hmmbob
9d617d446e
Bump gTTS-token to 1.1.4 ( #43015 )
2020-11-11 17:59:07 +01:00
Sören Oldag
ea5f621351
Bump pwmled to v1.6.7 ( #42903 )
2020-11-11 17:58:58 +01:00
Sören Oldag
b49aa9485c
Remove unneeded state restoration of the physical device in rpi_gpio_pwm integration ( #42804 )
...
* Add @soldag to code owners of rpi_gpio_pwm platform
* Remove unneeded state restoration of the physical device in rpi_gpio_pwm integration
2020-11-11 17:58:48 +01:00
Bram Kragten
f4f3192a6a
Update frontend to 20201111.0 ( #43101 )
2020-11-11 16:43:45 +01:00
Jonathan Keljo
8f59104c71
Show media progress in sisyphus ( #42996 )
...
This is newly possible in recent Sisyphus table firmwares. If it doesn't work for you, make sure you're running at least firmware 1.10.73.
2020-11-11 14:52:34 +01:00
Paulus Schoutsen
560afc31ad
Use internal url for Squeezebox if possible ( #43089 )
2020-11-11 14:49:08 +01:00
Allen Porter
1061f78f12
Add watchdog to reset nest subscriber ( #43034 )
2020-11-11 13:56:59 +01:00
Erik Montnemery
8cc7069323
Bump hatasmota to 0.0.29 ( #43013 )
2020-11-11 13:51:09 +01:00
Paulus Schoutsen
621a0a5dd2
Update translations
2020-11-11 13:25:22 +01:00
Paulus Schoutsen
687923690f
Chunk translation clean script to avoid too long url error ( #43090 )
2020-11-11 13:23:16 +01:00
Paulus Schoutsen
68d757e5d2
Remove brand names from translations ( #43092 )
2020-11-11 13:22:52 +01:00
Radek Rada
b790c2e79d
Remove Octoprint log spam when printer endpoint status code is 409 ( #42985 )
2020-11-11 12:27:12 +01:00
Paulus Schoutsen
54f3d9078a
Update translations
2020-11-11 12:10:09 +01:00
Aaron Bach
19f48e180c
Remove YAML config for Tile ( #43064 )
2020-11-11 09:44:14 +01:00
jjlawren
39cdf61c2d
Fix Plex auth issues by setting header ( #43081 )
2020-11-11 09:40:25 +01:00
Rob Bierbooms
930866bad5
Add MIN_TIME_BETWEEN_UPDATES to dsmr integration ( #43057 )
2020-11-11 09:21:07 +01:00
David Nielsen
11a9aa3956
Update bravia-tv to 1.0.8 ( #43069 )
2020-11-11 09:18:14 +01:00
Matthew Donoughe
9771ac1169
Upgrade pylutron-caseta to 0.7.2 ( #43075 )
2020-11-11 09:15:18 +01:00
Shay Levy
0ddf14a98a
Cleanup and naming schema fixes for Shelly ( #42987 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-11 09:05:08 +01:00
J. Nick Koston
94bf55e29b
Limit concurrency of async_get_integration to avoid creating extra threads ( #43085 )
...
* Limit concurrency of async_get_integration to avoid creating extra threads
Since async_get_integration is waiting on the disk most of the time
it would end up creating many new threads because the disk could
not deliver the data in time.
* pylint
2020-11-10 21:34:54 -10:00
Aaron Bach
518e462e9a
Streamline Tile CoordinatorEntity ( #43065 )
2020-11-10 18:00:19 -07:00
Aaron Bach
9b58b24b17
Fix API change with Notion batteries ( #43073 )
2020-11-10 18:00:04 -07:00
HomeAssistant Azure
4b9ba79584
[ci skip] Translation update
2020-11-11 00:10:27 +00:00
Paulus Schoutsen
ec1b9c2099
Fix mfi test ( #43067 )
2020-11-11 00:03:16 +01:00
Paulus Schoutsen
7745408440
System health improvement ( #43066 )
2020-11-10 23:56:50 +01:00
rajlaud
55a6d37f2c
Add proxy support for browse media images ( #42193 )
...
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2020-11-10 23:51:58 +01:00
Allen Porter
94db07ca8c
Update nest sdm camera to refresh in background ( #42865 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-10 23:48:02 +01:00
Paulus Schoutsen
9f4480a634
Add system health streaming updates ( #42831 )
2020-11-10 22:45:59 +01:00
Erik Montnemery
8a7febcfbe
Improve restore of deleted devices ( #42703 )
...
* Improve restore of deleted devices
* Simplify
2020-11-10 22:14:39 +01:00
Rob Bierbooms
1fe93b4ec9
Remove setting log level of dsmr_parser inside dsmr integration ( #43059 )
2020-11-10 22:13:26 +01:00
Paulus Schoutsen
b1c78554f2
Fix mfi test ( #43060 )
2020-11-10 22:09:38 +01:00
Sébastien RAMAGE
0eb473769f
Update zigpy-zigate to 0.7.0 ( #43043 )
2020-11-10 16:02:44 -05:00
Erik Montnemery
4e49bd0596
Correct handling of existing MQTT subscriptions ( #43056 )
2020-11-10 21:55:26 +01:00
Pawel
d7bcf4a3b4
Add available state for Epson integration ( #43038 )
2020-11-10 12:58:00 +01:00
9R
0c9189af0a
Add set and check repeat mode to mpd component ( #42808 )
...
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-11-10 12:56:04 +01:00
Paulus Schoutsen
3af1771616
Include device_id in ZHA event ( #43037 )
2020-11-10 12:43:15 +01:00
Elena Rogleva
c029d29f11
Rewrite the pilight/test_sensor.py tests to use async pytest functions ( #42418 )
2020-11-10 11:11:56 +01:00
Felipe Martins Diel
48e954e038
Change instructions for unlocking Broadlink devices ( #42023 )
2020-11-10 10:42:59 +01:00
Peter Epley
b099726854
Add function to remove holidays from workday sensor ( #41988 )
2020-11-10 10:26:55 +01:00
springstan
1366354725
Clean up yaml configurations for all fritz integrations ( #39995 )
2020-11-10 10:08:49 +01:00
Felipe Martins Diel
2b83af856f
Set an appropriate SCAN_INTERVAL for Broadlink A1 sensor ( #41309 )
2020-11-10 10:02:37 +01:00
Paulus Schoutsen
1fba245ff1
Catch correct error when Spotify has a request error ( #43032 )
2020-11-10 09:58:52 +01:00
Pawel
3d4c530dd0
Address review feedback for Epson ( #43012 )
...
* Martin review
* Update homeassistant/components/epson/__init__.py
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com >
* fix STATE_UNAVAILABLE
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com >
2020-11-10 09:55:42 +01:00
JJdeVries
537c0c41eb
Bump aioasuswrt version to handle telnet asus routers ( #43031 )
2020-11-10 09:50:03 +01:00
Thibaut
7ba373e74b
Bump pymfy to 0.9.1 ( #43021 )
2020-11-10 09:38:14 +01:00
Aaron Bach
49b4f9d2c6
Streamline Notion CoordinatorEntity ( #43027 )
2020-11-10 09:24:27 +01:00
Aaron Bach
244bfb2096
Deprecate YAML config for Notion (0.119 removal) ( #43026 )
2020-11-09 23:47:38 -06:00
HomeAssistant Azure
95c9880c52
[ci skip] Translation update
2020-11-10 00:04:21 +00:00
Rob Bierbooms
f09004acf5
Increase timeout for setup of rfxtrx ( #43003 )
...
* Increase timeout and remove reload
* Use asyncio.TimeoutError
* Remove import
* Add logging
* Minor tweak
* Fix black
* Update homeassistant/components/rfxtrx/__init__.py
Co-authored-by: Joakim Plate <elupus@ecce.se >
2020-11-10 00:30:15 +01:00
Aaron Bach
5541721899
Migrate Recollect Waste integration to use aiorecollect library ( #43022 )
2020-11-09 23:31:48 +01:00
Charles Garwood
0d203da854
Bump python-openzwave-mqtt to 1.3.2 ( #43020 )
2020-11-09 23:26:42 +01:00
epenet
7716740c18
Update inheritance for onewire entities ( #43019 )
2020-11-09 23:21:16 +01:00
Aaron Bach
6f4219d709
Add support for additional SimpliSafe sensors ( #43017 )
2020-11-09 23:18:18 +01:00
Diego Elio Pettenò
6b21df9053
Expose Dyson PureCool filter life remaining percentage ( #42765 )
2020-11-09 23:01:13 +01:00
ollo69
ebc26c70b9
Remove Tuya climate ext. temperature entity option ( #42546 )
2020-11-09 22:57:04 +01:00
dmonego
dc89bfe9ce
Remove stale fixture from mqtt-statestream tests ( #42233 )
2020-11-09 22:55:00 +01:00
ZzetT
d8f2d04b4f
Fix volume calculation of Onkyo MediaPlayer ( #42236 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-11-09 22:43:55 +01:00
J. Nick Koston
c7f35b20fb
Make all translations cacheable ( #42892 )
2020-11-09 22:36:45 +01:00
Oncleben31
3187c7cc9d
Add missing device class strings (binary sensor) ( #42326 )
...
`battery_charging`, `light`, `moving`, `plug` were missing.
Developer documentation was used for states text:
https://developers.home-assistant.io/docs/core/entity/binary-sensor
2020-11-09 22:09:44 +01:00
J. Nick Koston
add50cb33a
Add services to log and dump objects to the profiler to help track down memory leaks ( #42951 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-09 10:54:18 -10:00
Hmmbob
2d6a12ea34
Bump gTTS-token to 1.1.4 ( #43015 )
2020-11-09 20:17:57 +01:00
Erik Montnemery
5694e4190c
Extend WS API result when enabling an entity ( #42667 )
...
* Extend WS API result when enabling an entity
* Fix tests
* Fix tests
* Move updated registry entry to sub dict
* Address review comments
* Increase test coverage
2020-11-09 19:47:45 +01:00
Thomas
94182a9443
Fix vasttrafik sensor displaying incorrect departure times ( #43011 )
2020-11-09 18:45:36 +01:00
On Freund
4ed8e209f1
Obtain zone entity id in Risco sensors through entity registry ( #43007 )
2020-11-09 18:44:30 +01:00
Martin Hjelmare
1338c4a425
Add data entry flow show progress step ( #42419 )
2020-11-09 18:39:28 +01:00
Franck Nijhof
3380b69d54
Remove iAlarm integration (ADR-0004) ( #43010 )
2020-11-09 18:35:09 +01:00
Paulus Schoutsen
aec191b558
Support datetime sensor in time trigger ( #42899 )
2020-11-09 14:50:54 +01:00
Chris Talkington
03653f5d2c
Reload sonarr config entry on options update ( #41958 )
2020-11-09 13:58:51 +01:00
Chris Talkington
28e68eaada
Reload sonarr config entry on options update ( #41958 )
2020-11-09 13:58:24 +01:00
Franck Nijhof
b04837e901
Merge branch 'master' into dev
2020-11-09 13:51:22 +01:00
Aaron Bach
3707b72a37
Deprecate YAML config for AirVisual (0.119 removal) ( #42581 )
2020-11-09 13:41:04 +01:00
Martin Hjelmare
6c5ef0970a
Add ozw config flow add-on management ( #42421 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-09 13:30:19 +01:00
springstan
a7bd521768
Remove temporary variable from supported_features ( #42685 )
...
* Remove temporary variable from supported_features
* Revert removing temp variable for supported features hunterdouglas
2020-11-09 13:19:29 +01:00
Erik Montnemery
b45fa29077
Force color or white mode exclusivity for MQTT lights ( #42887 )
2020-11-09 12:51:01 +01:00
Guido Schmitz
804579cd54
Update devolo-home-control-api to 0.16.0 ( #42944 )
2020-11-09 12:17:35 +01:00
Matthew Donoughe
bc4bbaf6ef
Add device trigger support for device trackers ( #42324 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-09 12:04:16 +01:00
Franck Nijhof
5f09addb74
Replace stale bot with GitHub Action ( #42994 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-11-09 11:51:56 +01:00
Franck Nijhof
c6afbceb37
Replace lock bot with GitHub Action ( #43001 )
2020-11-09 11:47:28 +01:00
reaper7
8fc8ce8197
Fix enigma2 off state ( #42407 )
2020-11-09 11:38:38 +01:00
springstan
67b3552165
Add more units to distance conversion util ( #40181 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-09 11:38:15 +01:00
Allen Porter
64f06b2b00
Update nest SDM climate simplifying support for eco mode ( #42955 )
2020-11-09 11:35:38 +01:00
Paulus Schoutsen
e477e94ddd
Fix flaky epson CI ( #42999 )
2020-11-09 10:45:17 +01:00
czechmark
354058f020
Fix Neurio Sensor by making the sensor ID required ( #42728 )
2020-11-09 10:23:04 +01:00
springstan
30b94892c4
Use strings instead of f-strings for constants ( #40619 )
2020-11-09 10:09:53 +01:00
Jonathan Keljo
c8a940c59f
Upgrade sisyphus-control dependency to 3.0 ( #42995 )
...
This has a small chance of breaking tables with older firmwares; if your table has issues, make sure it is running at least firmware v1.10.73.
From the release notes for the new version:
[3.0] - 2020-11-08
==================
Added
-----
* Track remaining/total time support (requires recent firmware)
* Test shell program
Changed
-------
* Reworked the data model to match how Sisyphus itself does it. This fixes crashes that were occurring working with tables that have the latest firmware, but may break things with older firmwares.
* Switched to `python-socketio` for Socket.IO support, as it is more actively maintained than `SocketIO-client-nexus`.
* Switched to VSCode for development
2020-11-09 09:36:16 +01:00
Yuval Aboulafia
adfcbe9058
Make Jewish Calendar use DEVICE_CLASS_TIMSTAMP and remove timestamp attribute ( #41397 )
...
* Added "time" attribute
* Revert "Added "time" attribute"
This reverts commit 8adab9b788 .
* Make DEVICE_CLASS use the DEVICE_CLASS_TIMESTAMP
* Removed unix timstamp attr
* keep attributes but delete the timestamp
2020-11-09 09:26:43 +01:00
Raman Gupta
a416a9e046
Allow options flows to be aborted ( #41875 )
2020-11-09 08:59:42 +01:00
Steve Brandt
0f46916f9e
Adds feature to get also longitude and latitude of the triggerd entry… ( #42990 )
2020-11-09 08:37:59 +01:00
Diogo Gomes
12adde5349
On HA restart parse last_reset as a datetime object ( #42939 )
2020-11-09 08:35:50 +01:00
Andrew Marks
42cdbc7e1d
Correct logging and add test case for sharkiq ( #41863 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-11-09 08:33:09 +01:00
Xiaonan Shen
f499187835
Fix yeelight binary sensor unique ID ( #42562 )
2020-11-09 08:32:21 +01:00
HomeAssistant Azure
d9d21ab05e
[ci skip] Translation update
2020-11-09 00:03:23 +00:00
Kevin Hellemun
e929ae10cd
Fix Spotify scopes evaluation ( #42819 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2020-11-09 00:46:26 +01:00
Shay Levy
8b998365a4
Increase update timeouts used in Shelly integration ( #42937 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-08 21:49:41 +01:00
springstan
46412ef0c6
Remove empty dependencies from manifest ( #42973 )
2020-11-08 21:29:28 +01:00
On Freund
5a7e4b4dae
Add zone_entity_id to Risco events ( #39678 )
...
* Add zone_entity_id to Risco events
* Add comment
* Fix dependency on order
2020-11-08 12:14:43 -06:00
epenet
7c397a02b7
Add onewire switches ( #42962 )
...
* Add support for switches
* Fix stale comment
2020-11-08 12:06:41 -06:00
J. Nick Koston
2845fca08e
Remove debug prints from utcnow test ( #42977 )
2020-11-08 11:48:01 -06:00
Felipe Martins Diel
e5fe0c40ec
Add support for Broadlink SP4 series and the latest SP mini 3 devices ( #41522 )
...
* Add support for Broadlink SP4 series
* Bump python-broadlink to 0.16
* Fix stale docstring
2020-11-08 11:19:28 -06:00
springstan
30e0d14499
Correct link to frontend repo ( #42972 )
2020-11-08 11:11:45 -06:00
Tom
877bfcb308
Add support for Stretch product to Plugwise integration ( #40108 )
...
* Initial switch-group/stretch with failing wk_lisa_battery test
* Adding switch tests, but TypeErrors, needs more investigation
* Fixes and tests aligned
* Review updates
* Use const
* Comments
* Add stretch hostname for testing part
* Remove unused consts
* Revert guardings in line with -beta
* Catchup with dev (mostly with ourselves from #41201 )
* Update docstring
* Remove debug logging
* Fix for #42725 (incorrect entity namingi)
* Fix naming for gas interval
* Add missing CONF_USERNAME and use of it
* Change "dummy" to "class"
* Don't use "class"
* Fix CONF_USERNAME default, dummy and other consts
Co-authored-by: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com >
2020-11-08 11:09:43 -06:00
jan iversen
55cdec8c4e
Add test for register configuration for modbus switch ( #42604 )
...
* check for false config in modbus tests.
add call to pytest.fail() if device cannot be defined.
* correct bit error in register read.
Only LSB is to be considered for checking ON/OFF
* Add register tests for modbus switch.
Copy the coil tests to work for register tests.
* allow test coverage to control switch.py
With both register and coil test the coverage is a log higher than 50%
* Correct minor bug in handling of register in modbus switch
* Add state_on/state_off test for modbus switch
* restore modbus switch exclusion from coverage
switch file coverage is only at 72%, ideally we want either 80%+ coverage on the file or 90%+ on the component itself which is only about 83% currently with this file included. this is so we keep the overall project coverage in 90%+.
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2020-11-08 10:42:45 -06:00
Erik Montnemery
51b4bc547c
Bump hatasmota from 0.0.27 ( #42802 )
...
* Adjust tests
* Add test for deprecated discovery message
* Update status sensors
* Bump hatasmota to 0.0.27
* Update tests
2020-11-08 17:11:25 +01:00
Franck Nijhof
6e9b65405a
Disable legacy templates by default ( #42967 )
2020-11-08 16:11:38 +01:00
Franck Nijhof
2656e9b0f9
Upgrade colorlog to 4.5.0 ( #42965 )
2020-11-08 14:05:55 +01:00
Malte Franken
a0d1f4a6fb
Bump aio_georss_gdacs to v0.4 ( #42957 )
2020-11-08 13:13:09 +01:00
springstan
c029490e15
Add not internet accessible to base strings for config flows ( #42478 )
...
* Add not internet accessible to base strings for config flows
* Add prefix webhook_ to json key
* Update reference value to new key
2020-11-08 08:55:18 +01:00
springstan
9ce971ca30
Use common strings in locative config flow ( #42481 )
2020-11-07 23:03:40 -06:00
absurdist81
d384ca0e69
Add icons for OBiTALK status and reboot sensors ( #42883 )
2020-11-07 21:00:21 -06:00
Aaron Bach
8dbddd874f
Migrate Flu Near You to DataUpdateCoordinator ( #42594 )
...
* Migrate Flu Near You to DataUpdateCoordinator
* Prefer partial over lambda
* Remove overlap with CoordinatorEntity
2020-11-07 20:45:14 -06:00
epenet
2b2d7558de
Add binary_sensor platform to onewire integration ( #42832 )
...
* Add binary_sensor platform to onewire integration
* Keep the same name
* Rework tests
* Rework tests
2020-11-07 20:42:20 -06:00
J. Nick Koston
1626c236dc
Only call utcnow once during a state changed event ( #42941 )
2020-11-07 15:51:06 -10:00
HomeAssistant Azure
eebf0ef336
[ci skip] Translation update
2020-11-08 00:04:05 +00:00
Randall Wessel
239b3f059b
Change air pressure unit to hPa in OpenWeatherMap ( #42801 )
2020-11-07 20:29:57 +01:00
Pawel
df38c59dc8
Add config flow to epson and fix timeouts ( #39697 )
2020-11-07 18:15:29 +01:00
Simone Chemelli
12a891cc0a
Bump aioshelly to 0.5.1 ( #42940 )
2020-11-07 18:10:14 +01:00
J. Nick Koston
b47a5449e3
Ensure storage task loads are always garbage collected ( #42917 )
2020-11-07 06:54:56 -10:00
J. Nick Koston
3ec7258c21
Ensure instances of async_add_entities can be garbage collected ( #42919 )
2020-11-07 06:54:20 -10:00
Erik Montnemery
7f640c4a2e
Generate random MQTT client ID ( #42934 )
...
* Generate random MQTT client ID
* Add comment
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-11-07 16:27:09 +01:00
Franck Nijhof
9d650245ee
Upgrade pytest to 6.1.2 ( #40662 )
...
* Upgrade pytest to 6.1.0
* Upgrade pytest to 6.1.2
2020-11-07 12:39:37 +01:00
AlexSchmitz222
d77d7b2217
Change fritzbox title for better product family distinction ( #42432 )
2020-11-07 11:13:16 +01:00
Daniel Hjelseth Høyer
ce5994d9fe
Upgrade Tibber library to 0.16.0 ( #42929 )
...
Signed-off-by: Daniel Hjelseth Høyer <mail@dahoiv.net >
2020-11-07 10:53:19 +01:00
HomeAssistant Azure
57c6bb96f4
[ci skip] Translation update
2020-11-07 00:04:02 +00:00
Alexei Chetroi
4b7829d777
Allow ZHA coordinator binding/unbinding ( #42854 )
...
* Allow coordinator ZDO binding/unbinding operations
* Let coordinator to provide endpoint it
* Refactor ClusterPair to a dataclass
* Rename ClusterPair
2020-11-06 17:33:13 -05:00
shbatm
121872c546
Fix dimming for ISY994 Z-Wave devices using percent instead of 8-bit brightness values ( #42915 )
2020-11-06 10:07:37 -10:00
Sören Oldag
bf9f3e1997
Bump pwmled to v1.6.7 ( #42903 )
2020-11-06 19:27:01 +01:00
Guido Schmitz
c7b2147e55
Handle offline gateways in devolo Home Control ( #42897 )
2020-11-06 12:49:47 +01:00
Paulus Schoutsen
15da7b3ca6
Cloud: Recover when internet is not available yet ( #42877 )
2020-11-06 12:12:18 +01:00
Franck Nijhof
fd04b96132
Upgrade hadolint to 0.18.2 ( #42087 )
...
* Upgrade hadolint to 0.18.1
* Upgrade hadolint to 0.18.2
2020-11-06 11:01:51 +01:00
Aaron Bach
bba7c15d79
Migrate RainMachine to DataUpdateCoordinator ( #42530 )
2020-11-06 10:58:50 +01:00
Sören Oldag
4e614e0f2c
Remove unneeded state restoration of the physical device in rpi_gpio_pwm integration ( #42804 )
...
* Add @soldag to code owners of rpi_gpio_pwm platform
* Remove unneeded state restoration of the physical device in rpi_gpio_pwm integration
2020-11-06 10:58:37 +01:00
Manuel de la Rosa
2d428210e4
Add Spanish US voice to amazon polly ( #42891 )
...
* Update tts.py
* Update tts.py
2020-11-06 10:49:00 +01:00
Allen Porter
a5da98680a
Add nest climate support for SDM API ( #42702 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-11-06 09:57:02 +01:00
J. Nick Koston
3c84c7ccf0
Fix memory leak in websocket_api ( #42894 )
...
* Fix memory leak in websocket_api
Each named logger lives forever
* tweak
2020-11-06 09:27:41 +01:00
Steven Barth
1e87ac7eda
Bump pyvlx to 0.2.18 ( #42895 )
2020-11-06 09:19:27 +01:00
HomeAssistant Azure
e972686a13
[ci skip] Translation update
2020-11-06 00:04:57 +00:00
Simone Chemelli
05dc457955
Handle Shelly light domain for relay switches ( fw >=1.9 ) ( #42508 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-05 18:38:53 +01:00
Adam Ernst
06a7fc491e
Tweak wording of Rachio options ( #42849 )
...
This is a bit clearer to my eyes.
2020-11-05 07:27:03 -10:00
Jeff Irion
cfc8e96b15
Handle overriding of default apps for Android TV ( #41893 )
...
* Handle overriding of default apps for Android TV
* Fix comment
2020-11-05 16:41:22 +01:00
epenet
38495057a5
Cleanup onewire tests ( #42864 )
...
* Cleanup onewire tests
* Cleanup onewire tests
2020-11-05 10:37:35 -05:00
Anders Melchiorsen
650c57db5b
Fix async_track_utc_time_change firing too early ( #42176 )
2020-11-05 16:34:56 +01:00
Paulus Schoutsen
22f16759e5
Merge pull request #42874 from home-assistant/rc
2020-11-05 16:33:21 +01:00
rikroe
8895c65dd4
Bump bimmer_connected to 0.7.12 ( #42875 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-11-05 15:32:12 +00:00
rikroe
ac06e871e4
Bump bimmer_connected to 0.7.12 ( #42875 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-11-05 16:32:02 +01:00
Joakim Sørensen
a199d7af59
Move to Launch Library 2 ( #42723 )
...
* Move to Launch Library 2
* isort
* Apply suggestions from code review
* Add const to .coveragerc
2020-11-05 15:42:12 +01:00
Jeff Irion
cd675f9175
Bump androidtv to 0.0.54 ( #42861 )
2020-11-05 15:25:14 +01:00
Sean Dague
2a576e979b
Add unique_id property to ARWN sensors ( #42570 )
...
* Add unique_id property
After HA 0.111 the ARWN platform's lack of a unique_id causes the
sensors to fail to register correctly. The unique_id for this is just
a slug which is the mqtt topic that it's inbound on.
Also change the logging to INFO for data received to make it fit
better in the logging levels and show up during '-v' runs.
* use topic as unique_id
fix logging
* fix final topic location
* fix black
* address the fact that some topics have more than one sensor
This splits up rain and wind sensors to unique topics
* address review comments
2020-11-05 14:55:53 +01:00
edomat
50761eb4e4
Distinguish Shutters and Awnings in Google Assistant ( #42782 )
...
* Distinguish Shutters and Awnings.
* Remove trailing whitespace
2020-11-05 14:55:48 +01:00
Paulus Schoutsen
dfed834617
Bumped version to 0.117.5
2020-11-05 13:45:58 +00:00
Andreas Billmeier
7d0f5fa31a
Revert "Fix broken maxcube component" ( #42859 )
...
This reverts commit 898f50386f .
2020-11-05 13:45:43 +00:00
cgtobi
b65c92ce91
Fix Netatmo public weather sensor bug ( #42858 )
2020-11-05 13:45:42 +00:00
Aaron Bach
7c084975b7
Fix missing/incorrect SimpliSafe entities ( #42846 )
...
* Entity types
* Don't overdo it
* Fix missing/incorrect SimpliSafe entities
2020-11-05 13:44:57 +00:00
Aaron Bach
943cc243b5
Fix missing sensor exceptions in SimpliSafe ( #42845 )
...
* Fix missing sensor exceptions in SimpliSafe
* Entity types
* Don't overdo it
2020-11-05 13:44:56 +00:00
Aaron Bach
ba48fd6c51
Clean up SimpliSafe binary sensor implementation ( #42841 )
...
* Clean up SimpliSafe binary sensor implementation
* Cleanup
* Constant name
2020-11-05 13:44:55 +00:00
Diederik van den Burger
60234ecf40
Add hdmi input attribute to AndroidTV ( #42571 )
...
* bumps androidtv to 0.0.53
* add hdmi_input attribute to androidtv
* update tests for hdmi_input attribute
* chore: update docstrings
2020-11-05 14:36:46 +01:00
cgtobi
f16ccae78b
Fix Netatmo public weather sensor bug ( #42858 )
2020-11-05 14:16:51 +01:00
Jeff Sloyer
7ed409d681
clarify range of max and min for intensity ( #42853 )
2020-11-05 10:33:40 +01:00
David Bonnes
fd01636058
Fix evohome coroutine not allowed to be passed to HassJob ( #42730 )
2020-11-05 10:17:48 +01:00
Adam Ernst
623f2b6f9c
Tweak Shelly message to be clearer ( #42862 )
...
Not all Shelly devices are battery-powered.
2020-11-05 10:09:22 +01:00
Andreas Billmeier
f6751de262
Revert "Fix broken maxcube component" ( #42859 )
...
This reverts commit 898f50386f .
2020-11-05 09:45:29 +01:00
Tom Parker-Shemilt
b1ed5a3e79
Fix circular import of config_validation and template ( #41802 )
2020-11-04 19:06:19 -10:00
Aaron Bach
956e3b4451
Fix missing/incorrect SimpliSafe entities ( #42846 )
...
* Entity types
* Don't overdo it
* Fix missing/incorrect SimpliSafe entities
2020-11-04 18:59:54 -07:00
HomeAssistant Azure
9298fec345
[ci skip] Translation update
2020-11-05 00:10:11 +00:00
Erik Montnemery
2f1d30fa85
Bump hatasmota to 0.0.25.1 ( #42850 )
2020-11-04 21:59:08 +01:00
Aaron Bach
5b754c29e0
Fix missing sensor exceptions in SimpliSafe ( #42845 )
...
* Fix missing sensor exceptions in SimpliSafe
* Entity types
* Don't overdo it
2020-11-04 12:34:14 -07:00
Aaron Bach
b0a6ac7e91
Properly unload listener for SimpliSafe config entry updates ( #42579 )
2020-11-04 12:28:43 -07:00
Aaron Bach
9bb1c6f188
Clean up SimpliSafe binary sensor implementation ( #42841 )
...
* Clean up SimpliSafe binary sensor implementation
* Cleanup
* Constant name
2020-11-04 11:41:08 -07:00
Adam Ernst
ceb8172b7c
Tweak Rachio integration strings ( #42843 )
...
This is now called "Settings", not "Account Settings", on the home page. (Confusingly the page the button leads to is still titled "Account Settings".)
Also add a missing quote and tweak grammar.
2020-11-04 08:34:09 -10:00
J. Nick Koston
3661d8380a
Avoid the same task ending up multiple times in the ssdp asyncio.gather ( #42815 )
2020-11-04 17:25:37 +01:00
Paulus Schoutsen
7a96f8a4eb
Merge pull request #42836 from home-assistant/rc
2020-11-04 17:20:54 +01:00
Pascal Vizeli
c094f4b907
Split build release base + machine build ( #42827 )
...
* Split build release base + machine build
* fix second change
2020-11-04 16:56:22 +01:00
Paulus Schoutsen
df6ee2e51f
Bumped version to 0.117.4
2020-11-04 15:47:28 +00:00
Maciej Bieniek
6bacda3cee
Call coordinator.shutdown() when ConfigEntryNotReady ( #42833 )
2020-11-04 15:47:11 +00:00
Rob Bierbooms
d4b68454a3
Cleanup dispatchers when unloading rfxtrx ( #42803 )
...
* Cleanup dispatchers
* Fix name
* Refactor code
* Fix typo in function description
* Fix pylint error
* Change function definition
* Move cleanup_callbacks data to domain
2020-11-04 15:47:11 +00:00
Clifford Roche
36b099592e
Update greeclimate to 0.9.5 ( #42796 )
...
Provides better discovery across subnets in some cases
2020-11-04 15:47:09 +00:00
Clifford Roche
08a221be77
Update greeclimate to 0.9.5 ( #42796 )
...
Provides better discovery across subnets in some cases
2020-11-04 16:43:33 +01:00
J. Nick Koston
cca661574d
Fix webhook when doorbird not yet setup ( #42657 )
2020-11-04 05:34:07 -10:00
Maciej Bieniek
34f5ad33e9
Call coordinator.shutdown() when ConfigEntryNotReady ( #42833 )
2020-11-04 09:35:54 -05:00
Paulus Schoutsen
d156e95f8a
Merge pull request #42824 from home-assistant/rc
2020-11-04 12:22:18 +01:00
Rob Bierbooms
1fe66df962
Cleanup dispatchers when unloading rfxtrx ( #42803 )
...
* Cleanup dispatchers
* Fix name
* Refactor code
* Fix typo in function description
* Fix pylint error
* Change function definition
* Move cleanup_callbacks data to domain
2020-11-04 11:30:46 +01:00
Paulus Schoutsen
f3c7b77afa
Bumped version to 0.117.3
2020-11-04 09:24:41 +00:00
Paulus Schoutsen
45dbd49852
Fix evohome scheduling coroutines ( #42821 )
2020-11-04 09:24:33 +00:00
J. Nick Koston
e4f88a02f7
Fix rest sensors with resource templates ( #42818 )
2020-11-04 09:24:32 +00:00
Rob Bierbooms
32652fde48
Filter rfxtrx replace devices in option flow on existing config entry ( #42800 )
...
* Fix function _can_replace_device
* Rearrange
2020-11-04 09:24:31 +00:00
rikroe
0dc926a131
Bump bimmer_connected to 0.7.11 ( #42788 )
2020-11-04 09:24:30 +00:00
Michael
43486917bf
Fix broken 2fa authentication in synology_dsm ( #42775 )
2020-11-04 09:24:30 +00:00
cgtobi
d967ecc8c6
Bump pyatmo to 4.2.0 ( #42774 )
2020-11-04 09:24:29 +00:00
Erik Montnemery
a7bdd2aafe
Force color or white mode exclusivity for Tasmota lights ( #42772 )
2020-11-04 09:24:28 +00:00
Aaron Bach
e6cc35cff2
Fix incorrect property usage for SimpliSafe ( #42770 )
2020-11-04 09:24:27 +00:00
Aaron Bach
b7d0a21a8b
Bump pyairvisual to 5.0.4 ( #42760 )
2020-11-04 09:24:26 +00:00
rikroe
beaaa1478c
Bump bimmer_connected to 0.7.10: fix login issues, add (PH)EV services ( #42747 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-11-04 09:24:25 +00:00
Raman Gupta
74d8569aab
Fix Vizio host string for zeroconf discovery ( #42738 )
2020-11-04 09:24:25 +00:00
Andreas Billmeier
dc0d27ec18
Fix broken maxcube component ( #42674 )
2020-11-04 09:24:24 +00:00
Andreas Billmeier
64707d89dd
Please set exact cryptography version cryptography==3.2 ( #42611 )
2020-11-04 09:24:23 +00:00
Andreas Billmeier
898f50386f
Fix broken maxcube component ( #42674 )
2020-11-04 10:17:40 +01:00
Allen Porter
6b57ad9f28
Fix nest subscriber by upgrading google_pubsub to newer library version ( #42501 )
2020-11-04 10:15:13 +01:00
epenet
c7cdad2b5a
Default some entities to disabled ( #42797 )
2020-11-04 10:08:50 +01:00
Andreas Billmeier
2625a4dfdc
Please set exact cryptography version cryptography==3.2 ( #42611 )
2020-11-04 10:06:35 +01:00
Paulus Schoutsen
254e7eb407
Fix evohome scheduling coroutines ( #42821 )
2020-11-04 10:04:45 +01:00
rikroe
5530a350e9
Bump bimmer_connected to 0.7.11 ( #42788 )
2020-11-04 10:04:30 +01:00
Erik Montnemery
56ee99372d
Force color or white mode exclusivity for Tasmota lights ( #42772 )
2020-11-04 10:03:32 +01:00
J. Nick Koston
9e0043fb17
Fix rest sensors with resource templates ( #42818 )
2020-11-04 08:52:47 +01:00
HomeAssistant Azure
b71e28dfac
[ci skip] Translation update
2020-11-04 00:13:14 +00:00
Rob Bierbooms
bfc3d3be76
Filter rfxtrx replace devices in option flow on existing config entry ( #42800 )
...
* Fix function _can_replace_device
* Rearrange
2020-11-03 23:01:52 +01:00
Niccolo Zapponi
5ddf99e496
Add support for OpenWeatherMap One Call API ( #39839 )
2020-11-03 08:37:30 -10:00
epenet
79b10a8efd
Update definition of onewire device specifications ( #42460 )
...
* Update definition of device specifications
* If set, sensor_name doesn't need to be capitalized
2020-11-03 18:12:01 +01:00
Franck Nijhof
c4f6259f16
Upgrade sentry-sdk to 0.19.2 ( #42786 )
2020-11-03 16:41:00 +01:00
Paulus Schoutsen
7719e878f9
Migrate system health to use integration_platform ( #42785 )
2020-11-03 14:28:55 +01:00
Joseph Albert
856f0e209a
Bump uEagle to 0.0.2 ( #42780 )
2020-11-03 12:39:41 +01:00
SigmaPic
51f847c4b8
Catch unhandled exception in websocket_api ( #42693 )
...
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-03 10:35:45 +01:00
Paulus Schoutsen
349e4a5ac2
Fix shelly import ( #42783 )
2020-11-03 09:49:34 +01:00
Allen Porter
89a5c9fcac
Add image support to nest SDM api ( #42556 )
2020-11-03 09:31:43 +01:00
epenet
744e4378ff
Remove unnecessary onewire variable ( #42704 )
2020-11-03 09:07:22 +01:00
Jason Hunter
5a4c1dbcc4
Add DPI Restriction switch to UniFi integration ( #42499 )
...
* initial implementation for controlling DPI restrictions
* address PR review comments and add DataUpdateCoordinator
* fix existing tests against new lib version
* add tests for DPI switches
* bump aiounifi
* listen to events instead of polling
* fix tests
* remove useless test
* bump aiounifi
* rename device to UniFi Controller per PR feedback
2020-11-03 08:36:37 +01:00
HomeAssistant Azure
aab0ff2ea5
[ci skip] Translation update
2020-11-03 00:04:39 +00:00
Michael
3e0fd99616
Fix broken 2fa authentication in synology_dsm ( #42775 )
2020-11-03 00:20:02 +01:00
cgtobi
391a5447d3
Bump pyatmo to 4.2.0 ( #42774 )
2020-11-03 00:17:37 +01:00
Michael
b1035697c5
Fix existing synology_dsm config entries cannot be setup ( #42769 )
2020-11-02 23:55:41 +01:00
Franck Nijhof
4e1b7583e0
Upgrade pre-commit to 2.8.2 ( #42757 )
2020-11-02 23:46:04 +01:00
Aaron Bach
1f9564bcf5
Fix incorrect property usage for SimpliSafe ( #42770 )
2020-11-02 14:57:53 -07:00
Paulus Schoutsen
ebe3cbc058
Drop usage of asynctests ( #42756 )
2020-11-02 19:57:24 +01:00
Aaron Bach
2a3c0f409c
Bump pyairvisual to 5.0.4 ( #42760 )
2020-11-02 10:51:03 -07:00
Shay Levy
f45075eeb5
Use own CoAP lib and support for multicast updates ( #42718 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-11-02 16:46:34 +01:00
jjlawren
e5dee965f1
Bump plexapi to 4.2.0 ( #42727 )
2020-11-02 15:37:41 +01:00
rikroe
b9c43e209c
Bump bimmer_connected to 0.7.10: fix login issues, add (PH)EV services ( #42747 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-11-02 15:13:53 +01:00
Paulus Schoutsen
0fb587727c
Add initial blueprint support ( #42469 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-11-02 15:00:13 +01:00
David Bonnes
a84dc14569
Provide a more useful error message in evohome ( #42734 )
2020-11-02 14:53:22 +01:00
Michael
8d9a844e84
Add verify_ssl option for connection setup to synology_dsm ( #42539 )
2020-11-02 14:23:16 +01:00
Raman Gupta
098dead16d
Fix Vizio host string for zeroconf discovery ( #42738 )
2020-11-02 13:08:36 +01:00
Pascal Vizeli
a4947ed32d
Base image 2020.10.1 ( #42666 )
2020-11-02 11:54:16 +01:00
Paulus Schoutsen
1844e30858
Add support for manual updating a data coordinator ( #42746 )
2020-11-02 09:54:08 +01:00
HomeAssistant Azure
ce16ff27ef
[ci skip] Translation update
2020-11-02 00:03:44 +00:00
Alexei Chetroi
9ccc49411a
Refactor ZHA light state restoration after a restart ( #42726 )
...
* Restore ZHA light state and level
* Restore state and color temp from zigpy cache
2020-11-01 17:19:36 -05:00
ubergeek801
3f12648212
adding support for hardkernel odroid-c4 ( #42719 )
2020-11-01 20:47:20 +01:00
Matthew Donoughe
704f474894
Use pylutron_caseta 0.7.1 ( #42701 )
2020-11-01 18:25:34 +01:00
Josef Schlehofer
7498c04410
Upgrade youtube_dl to version 2020.11.01.1 ( #42714 )
2020-11-01 17:50:53 +01:00
Alexei Chetroi
8868028dcd
Bump up ZHA dependencies ( #42679 )
...
* Bump up ZHA dependencies
* Fix tests because of zigpy request signature change
2020-11-01 11:05:55 -05:00
Sören Oldag
be058d1eb2
Bump pwmled to v1.6.6 ( #42607 )
2020-11-01 15:23:42 +01:00
J. Nick Koston
951f166679
Remove homekit cover precision workarounds ( #42647 )
...
These workarounds inevitably ended up assuming the wrong thing
In issue #42444 they would assume it was still opening, and
in issue #41645 they would assume is was already closed.
2020-11-01 03:53:02 -10:00
Lindsay Ward
181811b7b8
Fix typo exceeded, change to exceed, in HomeKit ( #42705 )
2020-11-01 03:51:56 -10:00
taiyeoguns
9fc92ab04e
Remove classes in nx584 tests ( #42628 )
2020-11-01 13:27:33 +01:00
Ville Skyttä
8f22c5917f
Run tox verbosely in Travis CI ( #42706 )
...
Avoids hitting a no output timeout in sometimes time consuming dep
installs.
2020-11-01 12:57:56 +01:00
Greg
a5b8d0038f
Bump version to 0.16.2 ( #42696 )
2020-11-01 12:25:33 +01:00
epenet
c8735edb7f
Optimise onewire sensor update method ( #42690 )
2020-10-31 14:46:31 -10:00
HomeAssistant Azure
abe6f552f6
[ci skip] Translation update
2020-11-01 00:04:54 +00:00
Chris Talkington
2762b582af
Fix canary camera entity inheritance ( #42691 )
2020-10-31 22:05:59 +01:00
epenet
8fabb99b2e
Cleanup local imports on onewire integration ( #42689 )
2020-10-31 15:08:26 -05:00
Greg Dowling
065ad920ea
Bump roonapi to 0.0.25 ( #42680 )
2020-10-31 20:11:26 +01:00
Michael
1803fee89d
Add @mib1185 as codeowner to synology_dsm ( #42671 )
...
* add @mib1185 as codeowner to synology_dsm
* Apply suggestions from code review
Co-authored-by: Quentame <polletquentin74@me.com >
2020-10-31 20:10:04 +01:00
springstan
c7fbbbe935
Allow saving zero precision option in Opentherm_gw ( #42593 )
...
* Allow saving zero precision option in Opentherm_gw
* Add default 0 back for precision option
* Adjust config flow test for zero precision
2020-10-31 16:19:17 +01:00
Adrian Suwała
d67d8e76dd
Remove redundant mock_storage fixture from mqtt_statestream tests ( #42652 )
2020-10-31 15:28:06 +01:00
Jason Hunter
f1bb7b4a0f
attempt to renew subscription immediately to stop endless loop if it fails after setup ( #42651 )
2020-10-31 09:15:11 -04:00
HomeAssistant Azure
c7ba2341e3
[ci skip] Translation update
2020-10-31 00:04:15 +00:00
Petro31
ee528e1a60
Add hassio service descriptions ( #42597 )
...
* Add yaml for snapshot services
Adds snapshot_full and snapshot_partial service descriptions.
* fixes
Added password to full & partial. Added name to partial.
2020-10-30 21:18:53 +01:00
Aaron Bach
036a8b5667
Small cleanup to IQVIA DataUpdateCoordinator logic ( #42642 )
2020-10-30 15:10:32 -05:00
Glenn Waters
2b24b9658f
Bump ElkM1 library to 0.8.7 ( #42645 )
...
This is a bump by two dot versions of the library. The 0.8.6 version had
a number of internal improvements to the library. No external changes.
The 0.8.7 version fixes
https://github.com/home-assistant/core/issues/20630 .
2020-10-30 13:41:13 -05:00
Erik Montnemery
73eaef0b1c
Make sure Tasmota status sensors are disabled ( #42643 )
2020-10-30 19:04:11 +01:00
Erik Montnemery
6e9b0b4614
Bump hatasmota to 0.0.26 ( #42644 )
2020-10-30 19:02:26 +01:00
airthusiast
c8944760b7
Fix Fibaro HC2 climate device missing temperature ( #42627 )
2020-10-30 18:50:59 +01:00
Felipe Martins Diel
f9208634bd
Fix on/off button ( #42443 )
2020-10-30 18:08:37 +01:00
Erik Montnemery
251d8286e0
Revert "Bump hatasmota to 0.0.26 ( #42613 )" ( #42641 )
...
This reverts commit 2dc5c4dd69 .
2020-10-30 18:02:44 +01:00
Joakim Sørensen
b302534042
Bump pycfdns to 1.2.1 ( #42634 )
2020-10-30 09:20:42 -05:00
springstan
92379ad8d2
Use list literal without using dict.keys() ( #42573 )
2020-10-30 09:19:13 -05:00
Federico Leoni
2dc5c4dd69
Bump hatasmota to 0.0.26 ( #42613 )
...
* Tasmota : Add new Status Sensors
* Tasmota: add new Status Sensors
* Update RSSI sensor icon
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2020-10-30 14:59:36 +01:00
Malte Franken
8c239f2304
Fix geo_rss_events import statement ( #42629 )
...
* bump integration library version
* fix import statement
2020-10-30 12:23:07 +01:00
SNoof85
b3d7f940c5
Fix typo in Flunearyou config flow ( #42617 )
2020-10-30 12:21:00 +01:00
Erik Montnemery
62b5279d86
Add WS command to remove a Tasmota device ( #42266 )
2020-10-30 09:56:41 +01:00
Allen Porter
b228ffc761
Add missing config flow translation key to script scaffold ( #42621 )
...
Add missing config key for no_url_available when generating new oauth2
config entry based integrations. This was found in issue #42423 where
the nest integration was missing a string when a user had a misconfiguration.
2020-10-30 09:51:22 +01:00
J. Nick Koston
df552f08c3
Purge unused constants from template helper ( #42618 )
2020-10-30 09:29:12 +01:00
Adrian Suwała
6011756e90
Rewrite mfi unittest tests to pytest ( #42510 )
2020-10-30 09:13:33 +01:00
Rob Bierbooms
f470d1e28d
Enable polling for DSMR derivative entity ( #42524 )
2020-10-30 09:11:25 +01:00
J. Nick Koston
8a403cde00
Defer esphome persistent storage writes until after startup ( #42600 )
...
Avoid disk I/O during startup as it can cause delays when
a user has many esphome devices.
2020-10-30 09:02:00 +01:00
J. Nick Koston
2bbd2a6e70
Reduce complexity of storage writes ( #42576 )
...
* Reduce complexity of storage writes
* add test
* stop hass
* workaround bad test
2020-10-29 22:35:51 -05:00
Aaron Bach
f78e75e16f
Properly unload listener for AirVisual config entry updates ( #42583 )
2020-10-29 19:04:12 -05:00
HomeAssistant Azure
b9d04b9304
[ci skip] Translation update
2020-10-30 00:02:45 +00:00
Clifford Roche
3a11e2c461
Update greeclimate to 0.9.2 ( #42616 )
...
Fixes issue with erroneous await in UDP recv queue
2020-10-30 00:49:13 +01:00
Andreas Billmeier
c403534ae1
Fix inexact version of pylacrosse ( #42610 )
...
* fix inexact version for pylacrosse
* https://github.com/hthiery/python-lacrosse/releases
* https://pypi.org/project/pylacrosse/#history
* Update requirements_all.txt
2020-10-30 00:31:54 +01:00
Bram Kragten
25ac0d2f6e
Update frontend to 20201021.4 ( #42590 )
2020-10-30 00:14:07 +01:00
Erik Montnemery
153f05afde
Bump hatasmota to 0.0.25 ( #42605 )
2020-10-30 00:13:49 +01:00
J. Nick Koston
7f1683c731
Remove legacy template extract_entities ( #42601 )
2020-10-30 00:06:08 +01:00
J. Nick Koston
8eb89cdb46
Fix flapping event template test ( #42614 )
2020-10-30 00:05:55 +01:00
Nikolai
a396f8f76f
Add telegram_sent event ( #41159 )
...
Co-authored-by: Heine Furubotten <hfurubotten@users.noreply.github.com >
2020-10-29 17:55:25 -05:00
Paulus Schoutsen
7027b01a29
Fix broken time trigger test ( #42606 )
2020-10-29 22:34:06 +01:00
Erik Montnemery
1215100f9a
Fix MQTT template light ( #42598 )
2020-10-29 20:09:41 +01:00
cgtobi
bebbafdaba
Fix RMV giving wrong data and ignoring given parameters ( #42561 )
2020-10-29 11:50:39 +01:00
J. Nick Koston
c8f00a7b38
Gather all collection listeners and changes at the same time ( #42497 )
2020-10-29 10:06:55 +01:00
springstan
6b29648cfc
Use common strings in twilio config flow ( #42477 )
2020-10-29 09:59:15 +01:00
Chris Talkington
708423e0f8
Remove YAML config for roku ( #41960 )
2020-10-29 09:51:48 +01:00
Chris Talkington
0ba1298f1b
Remove YAML config for directv ( #41961 )
2020-10-29 09:51:22 +01:00
Michael
a2f2a42e66
Fix adding Virtual DSM system in synology_dsm ( #42523 )
2020-10-29 09:22:36 +01:00
Jason Hunter
2a795c0397
Add guppy3 memory profile to Profiler integration ( #42435 )
...
* add guppy memory profile to profiler integration
* add output path to notification
* create new service for memory profile
* address review comments
2020-10-28 21:05:16 -04:00
Aaron Bach
3fb091c4ea
Deprecate YAML config for Flu Near You (0.119 removal) ( #42535 )
2020-10-28 19:54:51 -05:00
HomeAssistant Azure
026e0063fe
[ci skip] Translation update
2020-10-29 00:09:16 +00:00
Aaron Bach
31518937c0
Cleanup RainMachine ( #42544 )
2020-10-29 00:52:15 +01:00
Jc2k
12da814470
Bump aiohomekit to 0.2.54 ( #42532 )
2020-10-29 00:06:01 +01:00
Aaron Bach
e61e8fafee
Add options flow to RainMachine ( #42241 )
...
* Add options flow to RainMachine
* Linting
2020-10-28 15:52:42 -06:00
David Noren
aef80263cd
Recollect waste multi day ( #41853 )
...
* Add a "next day" attribute for recollect_waste
* Add a "next_day" attribute for recollect_waste
* Added "next day" capability to recollect_waste
* Add a "next_day" attribute for recollect_waste
* Add better try/catch for recollect_waste
2020-10-28 15:37:37 -06:00
Michael
36b1756816
Add update available binary sensor to synology_dsm ( #42378 )
...
* 'update available' binary-sensor
* make black compliant
* add available() to SynoDSMUpgradeBinarySensor
* correct spacing
* Correct usage of _with_upgrade
Co-authored-by: Quentame <polletquentin74@me.com >
2020-10-28 20:56:18 +01:00
Guido Schmitz
c480284861
Remove listener on async_unload_entry in devolo Home Control ( #42520 )
2020-10-28 20:54:57 +01:00
springstan
a967f689c7
Remove unnecessary instances of dict.keys() ( #42518 )
2020-10-28 20:43:48 +01:00
Adam Cooper
6e43d489ca
Implement minor Colorfix alterations ( #42521 )
...
* Added logic to ensure one of ATTR_URL or ATTR_PATH is provided using cv, updated tests to reflect this
* Added missing explicit None returns
2020-10-28 20:36:10 +01:00
Greg Dowling
0860ce4099
Tidy after adding group services to roon media player ( #42512 )
...
* Tidy after adding roon group services.
* Fix missed changes.
2020-10-28 17:32:23 +01:00
Paulus Schoutsen
21e9e7c5c2
Default legacy templates to true ( #42511 )
...
* Default legacy templates to true
* Disable legacy_templates in tests
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-10-28 16:58:16 +01:00
J. Nick Koston
94219c2266
Ensure the oauth2 token is refreshed before it is expired ( #42487 )
...
The current implementation assumed clocks were in sync and did
not account for the time it took to refresh the token. A 20
second buffer has been added to ensure that the token is refreshed
before it expires as OAuth2Session.valid_token would assume the
token was still good even though the remote would reject it
and would not refresh because it was not time yet.
2020-10-28 07:47:54 -05:00
springstan
4e28ae8e3a
Use common strings in life360 config flow ( #42375 )
...
* Use common strings for life360 config flow
* Address feedback comments
* Keep two space indentation
* Fix indentation hopefully
2020-10-28 13:29:28 +01:00
springstan
989ab5029a
Use dict.values() when appropriate ( #42509 )
2020-10-28 11:59:07 +01:00
scheric
9545fce55b
Use common strings in Dexcom config flow ( #41767 )
...
* add strings
* remove unused
* revert change
* already_configured_account->already_configured
2020-10-28 11:03:33 +01:00
Sören
0d0cccea7e
Bump avea to 1.5 ( #42495 )
2020-10-28 11:02:03 +01:00
Franck Nijhof
a99c6f0a7b
Upgrade debugpy to 1.1.0 ( #42506 )
2020-10-28 10:49:58 +01:00
Angelo Gagliano
d42bdcfc2a
Move async_add_entities back to event loop for tplink component ( #42454 )
2020-10-28 09:51:53 +01:00
Paulus Schoutsen
e21e28e49f
Fix string representation of template result wrappers ( #42494 )
2020-10-28 09:11:08 +01:00
Maikel Punie
ce51286c53
Bump python-velbus to 2.1.1 ( #42414 )
...
* Bump to python-velbus 2.1.0
* bump to 2.1.1
2020-10-27 21:06:09 -05:00
ollo69
c4b3cf0788
Update tuyaha to 0.0.8 and adapt code ( #41375 )
2020-10-27 20:26:18 -05:00
J. Nick Koston
2858a90d5c
Start homekit bridges with asyncio.gather ( #42498 )
2020-10-27 19:58:07 -05:00
J. Nick Koston
3c8c5a814b
Fix somfy device recreation on update ( #42462 )
...
* Fix somfy device recreation on update
If all devices are assumed state, only update every hour
to ensure the token is refreshed
* pylint
2020-10-27 19:57:22 -05:00
David Bonnes
ca0caabce1
Remove zxdavb from honeywell codeowners ( #42491 )
2020-10-27 19:49:25 -05:00
HomeAssistant Azure
7a06af53ef
[ci skip] Translation update
2020-10-28 00:03:38 +00:00
Erik Montnemery
8800b83283
Fix race in Tasmota discovery ( #42492 )
2020-10-27 23:24:54 +01:00
Paulus Schoutsen
d4efa938dd
Improve mqtt test ( #42490 )
2020-10-27 23:22:59 +01:00
Erik Montnemery
f0b676607d
Bump hatasmota to 0.0.24 ( #42472 )
2020-10-27 23:01:13 +01:00
Bram Kragten
5cf7d8395d
Update frontend to 20201021.3 ( #42486 )
2020-10-27 23:00:39 +01:00
Paulus Schoutsen
e797c28b4a
Bump cryptography to 3.2 ( #42489 )
2020-10-27 22:59:49 +01:00
Paulus Schoutsen
711b7d4605
Make result wrappers more robust ( #42488 )
2020-10-27 22:51:58 +01:00
Adam Cooper
4bf8850131
Add color_extractor service ( #42129 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-27 22:22:09 +01:00
J. Nick Koston
5ca4b4cd0f
Set the translations cache under the lock ( #42470 )
2020-10-27 22:02:38 +01:00
Greg Dowling
30a3fe69bc
Add platform services to Roon media player to allow grouping, ungrouping and transfer between players ( #42133 )
2020-10-27 21:50:20 +01:00
springstan
e8ec9b5b40
Use common strings in openuv config flow ( #42480 )
2020-10-27 13:04:01 -06:00
Simone Chemelli
6a67d29a28
Bump fritzconnection from 1.2.0 to 1.3.4 ( #40508 )
...
* Bump fritzconnection from 1.2.0 to 1.3.4
* Updated requirements
* Update other integrations
2020-10-27 16:34:08 +01:00
Allen Porter
8caa177ba1
Add Nest cam support for the SDM API ( #42325 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-27 15:20:01 +01:00
Paulus Schoutsen
b6df411115
Fix initial state of pi4ioe ( #42459 )
2020-10-27 15:08:56 +01:00
Tsvi Mostovicz
bbbe64f1aa
Fix DLNA DMR media receiver when using Python 3.9 ( #42430 )
2020-10-27 14:56:45 +01:00
Quentame
6776b1ddd7
Fix DSM Surveillance Station when only home mode is enabled ( #42456 )
2020-10-27 14:50:20 +01:00
Xiaonan Shen
f23fcfcd9b
Fix yeelight connection issue ( #40251 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-27 14:47:11 +01:00
epenet
08342a1e05
Move onewire entity classes to separate module ( #42445 )
2020-10-27 14:34:25 +01:00
Paulus Schoutsen
b2598d2241
Use async functions for Somfy ( #42448 )
2020-10-27 14:08:32 +01:00
Pascal Vizeli
f91cd25e57
Fix hassio-version ( #42449 )
2020-10-27 11:04:11 +01:00
Angelo Gagliano
34283ac283
Add retry for unavailable static tplink devices after HA starts ( #42247 )
2020-10-27 10:02:16 +01:00
João Gabriel
b45ac5159d
Add device info default values to Panasonic Viera ( #42441 )
2020-10-27 09:03:07 +01:00
J. Nick Koston
df25feab37
Convert somfy to use DataUpdateCoordinator ( #42434 )
2020-10-26 23:42:12 -05:00
epenet
f3a15eab6e
Discover onewire devices at startup ( #42410 )
2020-10-26 23:36:51 -05:00
springstan
5f3384fc8a
Add elevation to base strings for config flows ( #42377 )
2020-10-26 23:30:20 -05:00
springstan
caa378d7aa
Add mode to base strings for config flows ( #42373 )
2020-10-26 23:29:49 -05:00
rajlaud
67269659f7
Improve Squeezebox media browser performance ( #42439 )
...
* Bump pysqueezebox version to better handle large libraries for media browser
* Merge changes into requirements
2020-10-26 23:12:03 -05:00
J. Nick Koston
9e3d9af8e9
Set device class for lutron_caseta cover ( #42436 )
...
Since only shades are supported by the current code
always set to DEVICE_CLASS_SHADE
2020-10-26 20:43:04 -05:00
HomeAssistant Azure
f4cebfbb7e
[ci skip] Translation update
2020-10-27 00:06:28 +00:00
Aaron Bach
02f86f01bc
Bump simplisafe-python to 9.6.0 ( #42437 )
2020-10-26 17:26:03 -06:00
J. Nick Koston
325b66c41c
Restore somfy state in optimistic mode on restart ( #42426 )
2020-10-26 17:15:39 -05:00
Robert Svensson
f0e11f713e
Make sure to clean up httpx session on failed connection to Axis device ( #42428 )
2020-10-26 22:12:21 +01:00
Jason Hunter
6f2b0c756a
Remove title string from Xbox translations ( #42431 )
2020-10-26 22:10:30 +01:00
Franck Nijhof
ba655c5451
Add missing config flow translation key for Nest ( #42423 )
2020-10-26 20:29:20 +01:00
Franck Nijhof
0e98bc5ea2
Skip template result parsing in several places ( #42408 )
...
* Skip template result parsing in several places
* Adjust alert integration
* Adjust Alexa integration
* Adjust apns integration
* Adjust arest integration
* Adjust dialogflow integration
* Adjust generic camera integration
* Adjust imap email content integration
* Adjust InfluxDB integration
* Adjust intent integration
* Adjust logbook integration
* Adjust HP ILO integration
* Adjust manual alarm control panel integration
* Adjust manual mqtt alarm control panel integration
* Adjust minio integration
* Adjust mqtt integration
* Adjust notify integration
* Adjust persistent notification integration
* Adjust rest integration
* Adjust rss feed template integration
* Adjust slack integration
* Adjust Xiaomi integration
* Adjust TCP integration
* Adjust Telegram Bot integration
* Bump CI cache version
* Revert "Bump CI cache version"
This reverts commit 875efe58cf .
* Adjust demo tests
2020-10-26 19:29:10 +01:00
Paulus Schoutsen
6380ebd1eb
Fix MQTT publish from a script with templates ( #42398 )
2020-10-26 16:46:26 +01:00
Paulus Schoutsen
810ef349c3
Do not set up DSM when setting up Nest legacy ( #42406 )
2020-10-26 16:40:43 +01:00
Paulus Schoutsen
a12a8350ce
Catch ValueError in google_translate ( #42405 )
2020-10-26 16:38:48 +01:00
epenet
0de52c173c
Implement PlatformNotReady on onewire integration ( #42395 )
2020-10-26 16:33:13 +01:00
J. Nick Koston
935c2df7cb
Add a test for template entities that reuse the template ( #42404 )
2020-10-26 16:08:57 +01:00
Franck Nijhof
45aba9bdf2
Allow skip parsing template result ( #42401 )
2020-10-26 16:01:09 +01:00
Tsvi Mostovicz
80e8068b46
Bump libhdate depndency ( #42396 )
...
* Bump libhdate depndency
This version fixes an important bug found by @amitfin in py-libhdate/py-libhdate#78
* Update reqs
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-10-26 15:26:21 +01:00
Elena Rogleva
41f917fede
Rewrite pilight/test_init.py tests to pytest style test functions ( #42366 )
2020-10-26 15:26:08 +01:00
Franck Nijhof
a82c1e9506
Upgrade debugpy to 1.0.0 ( #40929 )
2020-10-26 14:59:49 +01:00
Franck Nijhof
55a4aba9ae
Deprecate ptvsd integration ( #42351 )
2020-10-26 14:59:31 +01:00
Erik Montnemery
029963dfc2
Bump hatasmota to 0.0.23 ( #42394 )
2020-10-26 14:58:36 +01:00
Paulus Schoutsen
bba770b411
Fix CI ( #42397 )
2020-10-26 13:36:03 +01:00
Paulus Schoutsen
e552c9ba96
Store original result on template results ( #42391 )
...
* Store original result on template results
* Fix shell command test
2020-10-26 11:30:58 +01:00
Glenn Waters
6645cb2637
Cleanup log style and tests for ElkM1 ( #42353 )
2020-10-26 10:36:28 +01:00
taiyeoguns
8f74a0c2e6
Convert logbook tests to pytest ( #42289 )
2020-10-26 09:18:02 +01:00
Olen
0cf9a1621a
Create __init__.py in AlarmDecoder tests ( #42388 )
...
__init__.py was missing
2020-10-26 09:17:15 +01:00
Emily Mills
00df7539cf
Use string-lights icon for zerproc ( #42379 )
2020-10-26 09:04:58 +01:00
Maksym D
92b06ed5d4
Change AfterShip polling interval from 5m to 15m ( #42360 )
...
This change will prevent reaching API requests limit of AfterShip free-tier account.
2020-10-26 08:38:37 +01:00
HomeAssistant Azure
c2a9f2ae52
[ci skip] Translation update
2020-10-26 00:03:36 +00:00
J. Nick Koston
ce2c388c09
Ensure config entry platforms are excluded from reload ( #42367 )
2020-10-25 23:53:31 +01:00
springstan
fe62543a25
Add location to base strings for config flows ( #42374 )
2020-10-25 23:41:26 +01:00
springstan
cbf6086c30
Use common strings in luftdaten config flow ( #42376 )
2020-10-25 23:40:12 +01:00
wouterbaake
e6400fc11b
Use common strings in opentherm_gw config flow ( #42211 )
...
* Use common strings in opentherm_gw config flow
* Combine TimeourError and SerialException handling
* Fixed test_form_connection_error
* And then fix the flake8 error...
* Change "timeout" to "cannot_connect" msg
2020-10-25 22:01:05 +01:00
Paulus Schoutsen
de12ac354a
Expose more Websocket API constants ( #42263 )
2020-10-25 21:10:13 +01:00
epenet
c157a582b8
Add device_info to onewire sensors ( #42309 )
...
* Add device info
* Cleanup log
2020-10-25 18:05:02 +01:00
SukramJ
9a970cfe3d
Remove split devices from HMIPC ( #42348 )
2020-10-25 11:03:41 -05:00
Maikel Punie
396f75b4c3
Bump python velbus to 2.0.47 ( #42349 )
2020-10-25 15:41:32 +01:00
Brett T. Warden
ab5e34a49f
Fix error strings for PTZ operations ( #42231 )
...
PTZ error strings for unsupported move operations were copied/pasted
from ContinuousMove. Fix the strings for AbsoluteMove and RelativeMove.
2020-10-25 14:52:32 +01:00
J. Nick Koston
221bb5ad52
Upgrade to aiohttp 3.7.1 ( #42305 )
2020-10-25 14:44:39 +01:00
Andre Lengwenus
99e2d13668
Fix parameter issue in LCN cover close/stop ( #42342 )
2020-10-25 13:44:39 +01:00
mezz64
bf4cc364e9
Bump pyhik to 0.2.8 ( #42322 )
2020-10-25 13:32:41 +01:00
J. Nick Koston
3f18cdc75e
Refactor august to use self.async_on_remove ( #42333 )
2020-10-25 07:27:51 -05:00
J. Nick Koston
6822190772
Fix unmocked https in the test suite ( #42316 )
2020-10-25 07:16:23 -05:00
airthusiast
3846639744
Fix for Fibaro HC3 support, climate temp sensor and target temp ( #42300 )
2020-10-25 13:06:45 +01:00
Alex Popoutsis
64b1ccd8f6
Add WLED preset service ( #42217 )
...
Co-authored-by: djtimca <60706061+djtimca@users.noreply.github.com >
2020-10-25 12:44:26 +01:00
mezz64
dc37368440
Bump pyeight to 0.1.5 ( #42323 )
2020-10-25 12:37:49 +01:00
ChristianKuehnel
9509e33a32
Remove ChristianKuehnel from codeowners ( #42335 )
2020-10-25 11:36:09 +01:00
Glenn Waters
cc77621477
Clean up ElkM1 lib ( #42319 )
2020-10-24 23:46:22 -05:00
uvjustin
f8d87bff16
Fix AVError and allow more missing DTS packets in stream ( #42277 )
...
* Fix AVError and allow more missing DTS in stream init
* Avoid recreating container demux iterator
* Relax missing dts requirement
* Fix spelling error
* Fix error message count
* Add timeout to av.open read
* Increase STREAM_TIMEOUT to 30
2020-10-24 22:55:12 -04:00
walthowd
09bd449698
Send pro-active IAS Enroll Response ( #42282 )
...
* Send pro-active IAS Enroll Response
Some zigbee devices require a pro-active IAS enroll response to be sent before they will send their IAS enroll request. This PR sends a single IAS enroll response after CIE write and fixes some of these devices including the Ecolink 4655BC0-R and many others.
This also more closely aligns with the default behavior of Smartthings and zigbee2mqtt which also send pro-active enroll requests:
b217b91bb7 (diff-6d00af5fc389c40b8c4dfc390d80e3eca3946d331dff84afdc1632cb5568bca2)
Thanks to @puddly for helping figure this all out and @tubalainen for testing.
* flake8 fixes
* flake8 again
2020-10-24 21:41:27 -04:00
HomeAssistant Azure
12a9504203
[ci skip] Translation update
2020-10-25 00:03:36 +00:00
Teemu R
bdb71c9159
Only log xiaomi_miio update exceptions once ( #41226 )
...
* xiaomi_miio: only log update exceptions once
Replaces #37695
* add som more missed exception logger cases + do not change the control flow as pointed out by @cgtobi
* Use patch&MagickMock from tests.async_mock
* Fix linting for alarm_control_panel
* update the test to verify that the warning on update is only logged when the device was previously available
2020-10-25 01:53:36 +02:00
Jörg Thalheim
51915c86cb
Fix iCloud matching accounts ( #42303 )
...
`name` is no longer defined but `username`.
Fixes #38393
2020-10-25 01:07:17 +02:00
J. Nick Koston
c1a7896a40
Minimize sense writes to the state machine ( #42310 )
...
Sense was generating hundred state updates when most
of the time the state was not changing
2020-10-24 23:35:21 +02:00
Allen Porter
5e9de88f4b
Fix nest to stop doing asyncio in a property ( #42312 )
...
This upgrades to the latest vesion of python-google-nest-sdm that
had bug fixes to stop doing asyncio in a property.
2020-10-24 23:33:52 +02:00
epenet
5db1474099
Add device_class information to onewire sensors ( #42308 )
2020-10-24 14:45:01 -05:00
cgtobi
d13402108b
Add unit of measurement to Netatmo sensors ( #42208 )
...
* Add unit of measurement
* Update homeassistant/components/netatmo/sensor.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update sensor.py
* Update sensor.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2020-10-24 14:43:54 -05:00
Robert Svensson
e06c8009e1
Add area id to entity registry ( #42221 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-10-24 21:25:28 +02:00
Alan Tse
b54dde10ca
Fix Tesla attribute refreshing ( #42257 )
...
* Fix Tesla attribute refreshing
* Remove extraneous copy
2020-10-24 21:13:40 +02:00
epenet
2787a52ef7
Add onewire test for more devices ( #42037 )
...
* Add tests for device families 12 and 26
* Update patch import to tests.async_mock
2020-10-24 13:56:41 -05:00
Allen Porter
0c852b5f81
Update nest integration with fixes from initial PR ( #42250 )
2020-10-24 20:48:28 +02:00
Franck Nijhof
7a6d82d997
Upgrade spotipy to 2.16.1 ( #42293 )
2020-10-24 18:19:57 +02:00
Paulus Schoutsen
1c36bf5e19
Fix block till done in create entry config flow tests ( #42290 )
2020-10-24 16:20:56 +02:00
Erik Montnemery
bfb603fe78
Fix reconfiguring of Tasmota lights ( #42288 )
2020-10-24 14:31:08 +02:00
Erik Montnemery
15f46392d2
Fix Tasmota CT light ( #42287 )
2020-10-24 14:29:26 +02:00
Ville Skyttä
2b10128631
Bump dist to focal in Travis CI ( #42286 )
...
No need for external multimedia repos with it; they have some
dependency issues for bionic at the moment.
2020-10-24 13:23:53 +02:00
Rob Bierbooms
79fac17c28
Add unique_id and device_info to DSMR entities ( #42279 )
...
* Add unique ids and device info
* Fix tests
* Add tests
* Apply suggestions from code review
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Fix black
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2020-10-24 06:22:23 -05:00
SukramJ
6efb782871
Add wired devices to Homematic IP Cloud ( #41232 )
...
* Add wired devices to HomematicIP Cloud
* Add test to check device registry
* Add comments
* Update comment
2020-10-23 21:14:54 -05:00
Sebastian Muszynski
ea0e359d90
Bump PyXiaomiGateway version to 0.13.4 ( #42262 )
2020-10-23 21:07:45 -05:00
epenet
6ef53a2c5d
Add config flow for One wire ( #39321 )
...
* Add support for config_flow
Add support for switches
Add support for binary sensors
* Add config flow strings
* Update .coveragerc
* black-formatting
* fixes for isort and flake
* fixes for pylint
* fixes for isort
* fixes for isort
* fixes for config_flow
* Add devices to Device Registry
* Updated comments
* fixes for flake8
* Updated comments
* Updated comments
* Implement async_unload_entry
* remove binary_sensor and switch implementation (will move to new PR)
* Update .coveragerc
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update .coveragerc
* Review config flow to store the configuration type
* Add config_flow tests
* Move CONF_NAMES to constants
* Fix isort
* Tweak to onewire logger
* Tweak to onewire logger for sensor
* Reset _LOGGER variable
* Normalise header
* Normalise header
* Update to use references in config flow translations
* Improve test coverage
* fixes for isort
* Update async_unload_entry
* Update common strings
* Update imports
* Move connect attempt to executor
* Update common strings
* Remove OWFS from config_flow
* Prevent duplicate config entries
* Fix isort
* Fix flake8
* Fix tests following removal of OWFS implementation
* Fix flake8
* Adjust config from yaml to config-flow, and add ability to specify sysbus directory
* Ajust unique_id for config entries
* Fix test_config_flow
* Fix invalid merge
* Convert yaml to config_entry
* Update sysbus tests
* Tweaks to yaml import process, and add OWFS warning
* Enable migration of OWFS platform config to config_entry
* update the existing corresponding config entry on OWFS conversion
* Remove CONFIG_SCHEMA
* Move data_schema to constants
* Remove log message
* Remove duplicate warning
* Update already_configured to use already_configured_device constant
* Schedule get_entities on the executor
* Update duplicate entry check for OWServer
* Review TryCatch
* Schedule os.path.isdir on the executor
* rename owhost/owport
* Update checks for empty
* Fix incorrect patch
* Move config_flow validation methods to new OneWireHub
* Fix typo and pre-commit
* Cleanup try/else
* patch async_setup/async_setup_entry
* cleanup implicit exit point
* Fix invalid patch
* cleanup implicit exit point
* cleanup implicit exit point
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2020-10-23 20:57:16 -05:00
HomeAssistant Azure
ed232ac733
[ci skip] Translation update
2020-10-24 00:05:17 +00:00
Schachar Levin
af048715f0
Add next alarm time sensor to Garmin ( #40420 )
...
* Add sensor for garmin next alarm(s)
* code-review changes
* type fix
* linter fix
* review fixes
2020-10-23 23:01:29 +02:00
Greg Dowling
e997e3a2eb
Tidy Roon media_browser following recently merged PR ( #42276 )
...
* Tidy media_browser details.
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-10-23 20:33:30 +02:00
J. Nick Koston
4bf9ce6fca
Add support for homekit garage obstruction sensors ( #42243 )
2020-10-23 12:18:02 -05:00
Erik Montnemery
88231aa541
Fix Tasmota relay acting as on/off light ( #42259 )
2020-10-23 17:40:43 +02:00
J. Nick Koston
5bba299e8f
Ensure event listener integrations do the queue insert as a callback ( #42265 )
2020-10-23 17:38:46 +02:00
Paulus Schoutsen
5dac3883b0
Stub light profiles ( #42232 )
2020-10-23 16:28:21 +02:00
Erik Montnemery
b626df1316
Improve cast integration tests ( #42229 )
...
* Improve cast tests
* Address review comments
* Further cleanup of tests
2020-10-23 16:16:55 +02:00
TheJulianJES
7618fe6111
Fix polling of color for ZHA lights not updating ( #42248 )
2020-10-23 09:14:37 -04:00
Willem-Jan
1340abb2fe
Bump version bsblan library to 0.4.0 ( #42220 )
2020-10-23 14:32:47 +02:00
Alan Tse
20c43df768
Fix is_on test for Tesla Charger switch ( #42251 )
...
closes #41755
2020-10-23 13:17:10 +02:00
Tim Werner
3f623ad453
Rewrite group unittest to pytest style ( #42159 )
2020-10-23 12:05:07 +02:00
BrianWithAHat
3fa97f5fc0
Fix MaryTTS filename extensions ( #42228 )
...
Co-authored-by: Brian Laferriere <BrianWithAHat@users.noreply.github.com >
2020-10-23 09:25:55 +02:00
Aaron Bach
536f1186b0
Remove remnants of configurable RainMachine scan interval ( #42239 )
...
* Remove remnants of configurable RainMachine scan interval
* Clean up tests
* Cleanup
2020-10-22 21:32:04 -05:00
HomeAssistant Azure
6e53aa1155
[ci skip] Translation update
2020-10-23 00:03:04 +00:00
Alexei Chetroi
0ab7bc7e75
Update ZHA dependencies ( #42245 )
2020-10-23 01:30:32 +02:00
J. Nick Koston
4a3b40a3ef
Ensure websocket event serializer cache is effective if subscription iden differs ( #42226 )
...
Since someone websocket subscriptions will use an iden of 2 for
state_changed event (most comment), and some will use another
number for all events, the cache would not be used because the
iden number was different. We now cache only the event and
use a fast replace to insert the iden number into the serailized
response.
2020-10-23 01:28:22 +02:00
Erik Montnemery
de35d58fd4
Support reloading Tasmota config entries ( #42097 )
2020-10-23 01:22:51 +02:00
Bram Kragten
3661035397
Update frontend to 20201021.2 ( #42242 )
2020-10-23 01:17:47 +02:00
Anders Melchiorsen
cb0c937b3e
Refresh now() templates on second=0 ( #42225 )
2020-10-23 00:11:02 +02:00
rikroe
4e917cf62c
Bump bimmer-connected to 0.7.8 to fix login issue ( #42215 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2020-10-22 22:30:21 +02:00
Tom Harris
c07b146e58
Fix issue in python > 3.8.2 ( #42213 )
2020-10-22 22:04:06 +02:00
tkdrob
d1c8485297
Correct docstring in Skybell ( #42218 )
2020-10-22 14:38:15 -05:00
Niccolo Zapponi
93841e3e0c
Fix bug for SimpliSafe 2 systems repeatedly saying "your settings have been synchronised" ( #42197 )
...
* Fix bug for SimpliSafe 2 systems
* Improved loop and logging for SimpliSafe 2
2020-10-22 10:01:10 -06:00
Erik Montnemery
57cd3058d9
Always use shared zeroconf in cast config flow ( #42210 )
2020-10-22 17:47:19 +02:00
Guido Schmitz
13b2d10194
Handle multiple setups of devolo Home Control ( #41752 )
2020-10-22 15:01:44 +02:00
Andre Lengwenus
22db1a509d
Bump pypck to v0.7.4 ( #42206 )
2020-10-22 15:00:37 +02:00
Tim Werner
fcc895f294
Rewrite mochad unittest to pytest style ( #42164 )
2020-10-22 14:58:54 +02:00
Greg Dowling
9a54c31c34
Add media browser support to roon media player ( #42061 )
2020-10-22 14:54:55 +02:00
Paulus Schoutsen
e7b6903ef4
Improve the readability of the config flow code ( #42169 )
2020-10-22 13:00:55 +02:00
Franck Nijhof
05a65bb612
Upgrade shodan to 1.24.0 ( #42199 )
2020-10-22 11:21:15 +02:00
taiyeoguns
8bb7febbc5
Convert nx584 tests to pytest ( #42094 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-22 10:36:31 +02:00
Erik Montnemery
6194c382cb
Bump PAHO MQTT to 1.5.1 ( #42099 )
2020-10-22 10:08:19 +02:00
Guido Schmitz
c211275091
Fix precision of climate devices in devolo Home Control ( #41832 )
2020-10-22 10:06:16 +02:00
CurrentThread
9b145a78d9
Remove not used legacy remote test helpers ( #42144 )
2020-10-22 10:02:04 +02:00
cgtobi
c052c261d5
Add Netatmo sensor enable default ( #41928 )
2020-10-22 10:01:43 +02:00
Julian Engelhardt
5230ff6640
Rest test style ( #42032 )
2020-10-22 10:00:48 +02:00
jaydesl
f92ebde75a
Add more builtins to safe list (python_script) ( #42146 )
2020-10-22 09:59:49 +02:00
uvjustin
1c58a0fedc
Version bump pyforked daapd and add error string for forbidden ( #42156 )
2020-10-22 09:57:40 +02:00
Robert Svensson
e54f4aa9ed
Improve Axis tests ( #42183 )
2020-10-22 09:29:53 +02:00
Raman Gupta
148a7ff50c
Set Vizio unique ID for discovery flow early and abort if configured to prevent duplicate discovery flows ( #42194 )
2020-10-22 09:20:17 +02:00
HomeAssistant Azure
b102ad731f
[ci skip] Translation update
2020-10-22 00:09:52 +00:00
Bram Kragten
98697a504f
Updated frontend to 20201021.1 ( #42185 )
2020-10-22 00:17:13 +02:00
Ronan Murray
dab5e5ebc9
Rewrite london_air tests in pytest style ( #41165 )
2020-10-21 23:49:28 +02:00
Diogo Gomes
1f850f6374
Enable co-existence of two IPMA weather entities for the same location ( #40354 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-10-21 23:41:06 +02:00
uvjustin
6a59e79bc6
Remove duplicated finalize_stream code in stream ( #42171 )
2020-10-21 23:36:54 +02:00
Aaron Bach
8e063e94da
Bump simplisafe-python to 9.5.1 ( #42179 )
2020-10-21 23:35:48 +02:00
Aaron Bach
8bcfe4c859
Remove coordinator success from SimpliSafe availability calculation ( #42180 )
2020-10-21 23:35:20 +02:00
J. Nick Koston
4a0d18ccd8
Avoid overloading the executor with service.yaml loads ( #42172 )
2020-10-21 22:24:50 +02:00
Franck Nijhof
43aaf91799
Bump version to 0.118.0dev0 ( #42178 )
2020-10-21 22:06:18 +02:00