Commit Graph

45461 Commits (7552404f70c61bff02b2f8a4e8f6951950190dfc)

Author SHA1 Message Date
J. Nick Koston 7552404f70
Increase the timeout for flux_led directed discovery () 2022-01-30 20:21:54 -08:00
Brynley McDonald 99f56579a5
Fix flick_electric auth failures () 2022-01-30 20:21:15 -08:00
J. Nick Koston 6458e45ef0
Simplify whois value_fn () 2022-01-30 20:19:52 -08:00
J. Nick Koston 73bd8db273
Fix flux_led not generating unique ids when discovery fails () 2022-01-30 20:17:19 -08:00
Ville Skyttä 27d5be71dd
Update python-typing-update config to py39plus () 2022-01-30 20:16:14 -08:00
Ville Skyttä 0673e96401
Update black target version to 3.9+ () 2022-01-30 20:15:50 -08:00
Ville Skyttä 40d871a1a3
Update readthedocs config ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-30 20:15:32 -08:00
Matthias Alphart d4370395e2
Update xknx to 0.19.1 () 2022-01-30 20:12:44 -08:00
J. Nick Koston 385f1f3dad
Fix powerwall login retry when hitting rate limit () 2022-01-30 22:09:56 -06:00
Teemu R c985ebb3a7
Bump python-kasa to 0.4.1 for tplink integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-01-30 20:09:07 -06:00
GitHub Action ca7d4234e1 [ci skip] Translation update 2022-01-31 00:14:28 +00:00
Jc2k 58b8c30221
Improve homekit_controller tests () 2022-01-30 16:59:39 -06:00
Jc2k eb94fe1ca7
Use upstream constants when defining homekit service to platform mapping () 2022-01-30 16:59:01 -06:00
Aaron Bach 58f624a3da
Add diagnostics to SimpliSafe ()
* Add diagnostics to SimpliSafe

* Bump

* Cleanup
2022-01-30 15:37:56 -07:00
Jc2k cc94af2872
Remove deprecated helper functions from homekit_controller pairing flow () 2022-01-30 16:20:19 -06:00
Shay Levy 5999d08d72
Bump aiowebostv to 0.1.2 () 2022-01-31 00:04:00 +02:00
Stephan Uhle a4904bd9bc
Add Edl21 unit of measurement mapping () 2022-01-30 23:01:20 +01:00
Jesse Hills 8b5e76b898
Fix comment typo in ESPHome diagnostics () 2022-01-30 23:53:46 +02:00
Michael ef74dab352
Fix "internet access" switch for Fritz connected device without known IP address ()
* fix get wan access

* small improvement
- default wan_access to None
- test if dev_info.ip_address is not empty
2022-01-30 13:22:32 -08:00
Robert Svensson ac1b30a78d
Better manage of nested lists () 2022-01-30 13:20:59 -08:00
J. Nick Koston 62fd31a1e7
Handle missing attrs in whois results ()
* Handle missing attrs in whois results

- Some attrs are not set depending on where the
  domain is registered

- Fixes 

* Set to unknown instead of do not create

* no multi-line lambda
2022-01-30 13:19:04 -08:00
Patrik Lindgren 473abb1793
Flag Tradfri groups and YAML as deprecated () 2022-01-30 22:16:51 +01:00
jjlawren 2129972904
Add activity statistics to Sonos diagnostics () 2022-01-30 13:15:51 -08:00
Aaron Bach 78ad49325d
Clean up SimpliSafe config flow tests ()
* Clean up SimpliSafe config flow tests

* Cleanup
2022-01-30 13:12:01 -08:00
Joakim Sørensen 11ad1589fa
Use .json.txt for diagnostics download filetype () 2022-01-30 13:09:36 -08:00
Ville Skyttä 872bc456a9
Clean up no longer needed Python 3.8 support code ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-30 15:07:07 -06:00
Shay Levy 9825111c8d
Fix webostv live TV source missing when configuring sources () 2022-01-30 22:05:30 +01:00
josephnad 75b37bee3d
Add homekit_controller support for ecobee vendor extensions ()
Co-authored-by: josephnad <>
2022-01-30 15:02:47 -06:00
Dave T 0acfc7bbab
Align config flow type hints to scaffold () 2022-01-30 20:26:28 +01:00
Ville Skyttä 6473edd88a
Fix REQUIRED_NEXT_PYTHON_HA_RELEASE comment placement () 2022-01-30 19:09:51 +01:00
LJU dbbd239b80
Fix typo’s ISS ()
Fix typo’s
2022-01-30 18:54:19 +01:00
J. Nick Koston 1d5a052df1
Fix debugpy blocking the event loop at startup () 2022-01-30 18:08:37 +01:00
GitHub Action 77ef86faee [ci skip] Translation update 2022-01-30 00:14:21 +00:00
Shay Levy caa5578134
Fix webostv configure sources when selected source is missing ()
* Fix webostv configure sources when selected source is missing

* Add comment for filtering duplicates
2022-01-30 00:15:49 +01:00
Robert Svensson 30440cd1ba
Add logic to avoid creating the same scene multiple times () 2022-01-30 01:11:28 +02:00
Patrik Lindgren 3ca1b2fc6e
Add air quality sensor for Tradfri air purifier ()
* Add air quality sensor for Tradfri fan platform

* Refactor, use entity description

* Fix typo

* CHange init docstring

* Let lambda handle special case

* Remove unique id

* Apply suggestions from code review

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

* Refactor to constants, add mixin

* Rename lambda

* Update homeassistant/components/tradfri/sensor.py

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

* Update homeassistant/components/tradfri/sensor.py

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

* Update homeassistant/components/tradfri/sensor.py

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

* Replace lambda with function

* Refactor device init

* Remove fixture scope

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-29 23:55:05 +01:00
Marc Mueller be5ff87171
Rewrite pylint init-hook () 2022-01-29 23:47:40 +01:00
Aaron Bach cc6b0cc843
Ensure diagnostics redaction can handle lists of lists ()
* Ensure diagnostics redaction can handle lists of lists

* Code review

* Update homeassistant/components/diagnostics/util.py

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

* Code review

* Typing

* Revert "Typing"

This reverts commit 8a57f772ca.

* New typing attempt

* Revert "New typing attempt"

This reverts commit e26e4aae69.

* Fix typing

* Fix typing again

* Add tests

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-01-29 13:30:15 -07:00
Erik Montnemery d770a54881
Minor refactoring of cast media_player () 2022-01-29 16:13:59 +01:00
Robert Hillis 4a042e7d73
Bump pyefergy to 22.1.1 ()
* Bump pyefergy to 22.1.0

* uno mas

* uno mas

* uno mas
2022-01-29 16:01:00 +02:00
Robert Svensson c25431750e
Bump dependency to v31 which makes has_relay more robust () 2022-01-29 15:34:14 +02:00
Marvin Wichmann 98aa69fdaf
Fix KNX Expose for strings longer than 14 bytes ()
* Fix KNX Expose for too long strings

* Fix tests

* Catch exception and avoid error during config entry setup for exposures

* Properly catch exceptions in knx expose

* Fix pylint

* Fix CI

* Add test for conversion error
2022-01-29 14:32:12 +01:00
starkillerOG 8bd7519ea5
Aqara restore door sensor state on start ()
* restore door sensor state on start

* fix import

* fix issues

* also fix Natgas, WaterLeak and Smoke sensors

* remove unnesesary async_schedule_update_ha_state
2022-01-29 14:01:46 +01:00
Simon Hansen 049fc8a945
Add config flow to ISS integration ()
* Initial commit

* Wrong flowhandler name

* Add config flow tests

* Tests for config flow

* ...

* Add test for no coordinates

* ...

* Update homeassistant/components/iss/config_flow.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Update homeassistant/components/iss/config_flow.py

* Update homeassistant/components/iss/binary_sensor.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Add myself as codeowner

Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-01-29 11:41:26 +02:00
Simone Chemelli 3cde472e43
Fix status for Fritz device tracker () 2022-01-28 21:14:51 -08:00
J. Nick Koston e85e91bdb0
Fix uncaught exception during isy994 dhcp discovery with ignored entry () 2022-01-28 21:14:30 -08:00
J. Nick Koston 0e6c554b70
Add additional blink OUIs to DHCP discovery () 2022-01-28 21:14:08 -08:00
J. Nick Koston 4d0dbeb2b5
Add additional roomba OUIs to DHCP discovery () 2022-01-28 21:13:54 -08:00
J. Nick Koston f585777e56
Add dhcp discovery to oncue () 2022-01-28 21:13:41 -08:00
J. Nick Koston de36e96481
Add OUI for KL430 tplink light strip to discovery () 2022-01-28 21:13:28 -08:00