Commit Graph
45445 Commits
Author SHA1 Message Date
Stephan UhleandGitHub a4904bd9bc Add Edl21 unit of measurement mapping (#64926) 2022-01-30 23:01:20 +01:00
Jesse HillsandGitHub 8b5e76b898 Fix comment typo in ESPHome diagnostics (#65268) 2022-01-30 23:53:46 +02:00
MichaelandGitHub ef74dab352 Fix "internet access" switch for Fritz connected device without known IP address (#65190)
* 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 SvenssonandGitHub ac1b30a78d Better manage of nested lists (#65176) 2022-01-30 13:20:59 -08:00
J. Nick KostonandGitHub 62fd31a1e7 Handle missing attrs in whois results (#65254)
* Handle missing attrs in whois results

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

- Fixes #65164

* Set to unknown instead of do not create

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

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

* Add comment for filtering duplicates
2022-01-30 00:15:49 +01:00
Robert SvenssonandGitHub 30440cd1ba Add logic to avoid creating the same scene multiple times (#65207) 2022-01-30 01:11:28 +02:00
3ca1b2fc6e Add air quality sensor for Tradfri air purifier (#65070)
* 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 MuellerandGitHub be5ff87171 Rewrite pylint init-hook (#65193) 2022-01-29 23:47:40 +01:00
cc6b0cc843 Ensure diagnostics redaction can handle lists of lists (#65170)
* 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 MontnemeryandGitHub d770a54881 Minor refactoring of cast media_player (#65125) 2022-01-29 16:13:59 +01:00
Robert HillisandGitHub 4a042e7d73 Bump pyefergy to 22.1.1 (#65156)
* Bump pyefergy to 22.1.0

* uno mas

* uno mas

* uno mas
2022-01-29 16:01:00 +02:00
Robert SvenssonandGitHub c25431750e Bump dependency to v31 which makes has_relay more robust (#65180) 2022-01-29 15:34:14 +02:00
Marvin WichmannandGitHub 98aa69fdaf Fix KNX Expose for strings longer than 14 bytes (#63026)
* 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
starkillerOGandGitHub 8bd7519ea5 Aqara restore door sensor state on start (#65128)
* 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
049fc8a945 Add config flow to ISS integration (#64987)
* 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 ChemelliandGitHub 3cde472e43 Fix status for Fritz device tracker (#65152) 2022-01-28 21:14:51 -08:00
J. Nick KostonandGitHub e85e91bdb0 Fix uncaught exception during isy994 dhcp discovery with ignored entry (#65165) 2022-01-28 21:14:30 -08:00
J. Nick KostonandGitHub 0e6c554b70 Add additional blink OUIs to DHCP discovery (#65162) 2022-01-28 21:14:08 -08:00
J. Nick KostonandGitHub 4d0dbeb2b5 Add additional roomba OUIs to DHCP discovery (#65161) 2022-01-28 21:13:54 -08:00
J. Nick KostonandGitHub f585777e56 Add dhcp discovery to oncue (#65160) 2022-01-28 21:13:41 -08:00
J. Nick KostonandGitHub de36e96481 Add OUI for KL430 tplink light strip to discovery (#65159) 2022-01-28 21:13:28 -08:00
Simone ChemelliandGitHub 3da33679a2 Fritz tests cleanup (#65054) 2022-01-28 21:06:19 -08:00
Franck NijhofandGitHub 16db8e0802 Fix setting speed of Tuya fan (#65155) 2022-01-28 21:05:53 -08:00
J. Nick KostonandGitHub 0755310258 Add loggers to zeroconf (#65168)
- The original PR excluded all zeroconf deps, and I forget to add it back
2022-01-28 20:21:05 -08:00
Marc MuellerandGitHub c7cdee258e Move remaining keys to setup.cfg (#65154)
* Move metadata keys

* Move options

* Delete setup.py

* Remove unused constants
* Remove deprecated test_suite key

* Improve metadata

* Only include homeassistant*, not script*
* Add long_desc_content_type
* Remove license file (auto-included by setuptools + wheels)

* Add setup.py

Pip 21.2 doesn't support editable installs without it.
2022-01-28 20:18:09 -08:00
GitHub Action 5e62ff95b9 [ci skip] Translation update 2022-01-29 00:13:03 +00:00
Marc MuellerandGitHub 783e26e8e4 Use isolated build environments (#65145) 2022-01-28 14:09:05 -08:00
Simone ChemelliandGitHub 36427fe76c Fix excepton for SamsungTV getting device info (#65151) 2022-01-28 23:57:12 +02:00
J. Nick KostonandGitHub 5b755b74fb Add loggers to integration manifest.json (#65083) 2022-01-28 13:37:53 -08:00
Allen PorterandGitHub 956ceb6c68 Update nest diagnostics (#65141) 2022-01-28 21:50:38 +01:00
Dave TandGitHub bf910229b6 Add test: warn entity_category assigned as str (#65142) 2022-01-28 21:46:57 +01:00
Marc MuellerandGitHub 7d949a7665 Add dedicated pre-commit hook for mypy_config [hassfest] (#65092) 2022-01-28 19:46:17 +01:00
Allen PorterandGitHub 0c9be604c2 Add diagnostics for rtsp_to_webrtc (#65138) 2022-01-28 09:07:41 -08:00
d0d55db936 Add diagnostics support to onewire (#65131)
* Add diagnostics support to onewire

* Add tests

Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-28 19:00:47 +02:00
Nenad BogojevicandGitHub 1a878b4024 Use new withings oauth2 refresh token endpoint (#65134) 2022-01-28 08:48:16 -08:00
Robert SvenssonandGitHub da355438aa Reconnect client service tried to connect even if device didn't exist (#65082) 2022-01-28 08:33:31 -08:00
Simone ChemelliandGitHub f369cef32f Handle FritzInternalError exception for Fritz (#65124) 2022-01-28 08:32:46 -08:00