epenet
c475273145
Prevent SensorEntity and RestoreEntity inheritance ( #88971 )
2023-05-24 12:49:35 +02:00
Joost Lekkerkerker
db33aadcbb
Implement OpenSky library ( #92814 )
...
* Implement OpenSky library
* Move function to library
* Fix feedback
2023-05-24 12:48:55 +02:00
Tom Schneider
0ca0ed3a31
Bump pygti and change the request for the new api version ( #92283 )
...
Bump pygti and change request for the new api version
2023-05-24 12:43:36 +02:00
Mike Heath
2a7ba60574
Fully Kiosk: Truncate long URLs ( #92347 )
...
* Truncate long URLs
URL's longer than 256 characters will result in a
`homeassistant.exceptions.InvalidStateError`. This fixes that problem
and adds 2 extra_state_attributes: `full_url`, and `truncated`.
Fixes #89249
* Refactor to use function ref in entity description
2023-05-24 12:32:26 +02:00
Erik Montnemery
937ebb374c
Enable strict type checks of cloud ( #92576 )
...
* Enable strict type checks of cloud
* Fix circular import
* Address review comments
* Apply suggestions from code review
2023-05-24 11:46:11 +02:00
Franck Nijhof
a8ce4d3c66
Remove legacy translations from electrasmart ( #93446 )
2023-05-24 11:42:49 +02:00
Álvaro Fernández Rojas
746a47f094
Update aioairzone-cloud to v0.1.3 ( #93443 )
2023-05-24 11:37:41 +02:00
Mike Degatano
08a719e09e
Add backup location and mount failed repair ( #93126 )
...
* Add backup location and mount failed repair
* Fix coverage
* Change storage_location to backup_location
* Use backticks
* Update homeassistant/helpers/selector.py
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-05-24 10:33:41 +02:00
Raman Gupta
9b53484e2e
Remove unused zwave discovery logic ( #93436 )
2023-05-24 10:02:50 +02:00
Jafar Atili
7bc9e1ae9f
Bump PySwitchbee to 1.8.0 ( #92348 )
...
* fix
* fixes
* bump pyswitchbee
* bump pyswitchbee
* bump pyswitchbee
* fix
* bump pyswitchbee
* Apply suggestions from code review
---------
Co-authored-by: Jafar Atili <jafar.atili@axonius.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-05-24 09:44:36 +02:00
Mike Degatano
2906caf4d1
Fix reference string in data disk repair ( #93220 )
...
* Fix reference string in data disk repair
* Use backticks
2023-05-24 09:42:30 +02:00
epenet
dc14b83249
Add ability to unload demo integration ( #92515 )
...
* Add unload to demo integration
* Adjust config tests to use kitchen_sink
* Use async_unload_platforms
2023-05-24 09:38:29 +02:00
Joost Lekkerkerker
326d80f4f7
Move Twitch constants to separate file ( #92605 )
...
* Move Twitch constants to separate file
* Move Twitch constants to separate file
* Move Twitch constants to separate file
* Update branch
2023-05-24 09:18:20 +02:00
Guido Schmitz
9363fa6561
Update quality scale of devolo Home Control ( #92646 )
...
Update quality scale
2023-05-24 09:16:41 +02:00
ollo69
62ccecb690
Change utility_meter log level for invalid old state ( #93026 )
2023-05-24 09:10:51 +02:00
jjlawren
abf08f66a4
Bump `sonos-websocket` to 0.1.2 ( #93429 )
...
Bump sonos-websocket to 0.1.2
2023-05-24 08:38:16 +02:00
Jesse Hills
bb39b99a3f
ESPHome fix changing light color_mode ( #93434 )
2023-05-24 08:37:42 +02:00
uvjustin
67515f8ac3
Bump ha-av to v10.1.0 ( #93420 )
2023-05-24 08:28:04 +02:00
Chris Talkington
5bdc830664
Bump rokuecp to 0.18.0 ( #93424 )
2023-05-24 08:27:20 +02:00
Ludy
3c7e6bf3cc
Add missing constants `trigger_type`and `condition_type` ( #93415 )
...
* Add missing `trigger_type`and ´condition_type`
* auto generate `TURNED_ON` and `TURNED_OFF`
2023-05-24 08:22:52 +02:00
Álvaro Fernández Rojas
a29adc0a6a
Airzone select improvements ( #92894 )
...
* airzone: select: remove unneed .keys()
Fixes late comment when select platform was introduced.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone: select: make options translatable
This was a late comment when the select platform was introduced.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone: select: change options to lists (from enums)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: airzone: fix python 3.10 tests
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone: select: add manual dict values
This was requested in order to keep control of the translation strings.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Revert "airzone: select: add manual dict values"
This reverts commit b818a2674d
.
* Revert "tests: airzone: fix python 3.10 tests"
This reverts commit 93f8bd1430
.
* Revert "airzone: select: change options to lists (from enums)"
This reverts commit e503a1dd3a
.
* airzone: select: options: copy dict to list
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone: select: use degree symbol
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-05-24 08:21:24 +02:00
luar123
869f970e59
Fix Snapcast connection issues ( #93010 )
...
* Add (dis)connect and update listeners, terminate connection and reconnect. Set availability
* Pass entry_id to constructor
2023-05-24 08:16:09 +02:00
Tom
a43dcaf812
Plugwise add value_fn for select ( #93375 )
...
* Plugwise prepare value_fn for select
* Plugwise prepare value_fn for select
* Try proposed options
* Fix initial defs
---------
Co-authored-by: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com>
2023-05-24 07:56:17 +02:00
J. Nick Koston
d8493a41aa
Add Yale Home virtual integration ( #93364 )
...
* Add Yale Home virtual integration
Yale split all their customers outside of North America off into
a new brand recently
https://www.yalehome.com/in/en/news/news/introducing-the-new-yale-home-app#:~:text=The%20Yale%20Home%20app,products%20and%20new%20products%20alike .
* init
* brands
2023-05-24 07:21:49 +02:00
J. Nick Koston
f09abb0f2e
Fix race in tracking pending writes in recorder ( #93414 )
2023-05-23 21:47:31 +02:00
Brett Adams
f6e7b727b0
Add Fan and Dry HVAC modes to Advantage Air MyTemp preset ( #93189 )
2023-05-23 21:32:47 +02:00
Marcel van der Veldt
56d2048ffa
Bump Matter server library to 3.4.1 and address changes ( #93411 )
...
* bump python matter server to 3.4.1
* address renamed attribute names in sdk 1.1
* ignore AllClustersAppServerExample
* clusters.ColorControl.Bitmaps.ColorCapabilities
* address discovery schemas
* fix all fixtures due to attribute rename
* bump python matter server to 3.4.1
* address renamed attribute names in sdk 1.1
* ignore AllClustersAppServerExample
* clusters.ColorControl.Bitmaps.ColorCapabilities
* address discovery schemas
* fix all fixtures due to attribute rename
* lint
* update requirements_all
2023-05-23 20:42:09 +02:00
Patrick Li
46103f56c4
Fix trusted_users group schema ( #92847 )
...
* Fix trusted_users group schema
* Add tests for CONFIG_SCHEMA
2023-05-23 20:11:25 +02:00
andarotajo
fa366e59e0
Improve dwd_weather_warnings code quality ( #92738 )
...
Improve code quality by removing unnecessary data
2023-05-23 19:34:47 +02:00
epenet
160fce781d
Bump httpx to 0.24.1 ( #93396 )
2023-05-23 12:31:03 -05:00
Álvaro Fernández Rojas
8edb253ace
Add Airzone Cloud integration ( #93238 )
...
* airzone-cloud: add new integration
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Add missing aioairzone-cloud to test requirements
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update aioairzone-cloud to v0.0.4
Allows to handle TooManyRequests exception on coordinator.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* aioairzone_cloud: reduce API requests
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: remove system_zone_id
As opposed to the Local API of Airzone devices, the Cloud API provides unique
IDs for both systems and zones, so we can remove the system_zone_id copied from
the Local API integration.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: minor improvements
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: airzone_cloud: simplify mock_get_webserver
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update aioairzone to v0.0.5
- Add token refresh and relogin support.
- Improve fetching installation devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: add to strict typing
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update aioairzone to v0.0.7
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* trigger CI
* airzone_cloud: remove unneeded api_get_user call
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Add Airzone brand
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update aioairzone to v0.1.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: use unique_id instead of entry_id
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: remove special handling of TooManyRequests
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: bump coordinator timeout to 30s
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: make AirzoneEntity an ABC
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: fix strings typo
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: airzone_cloud: simplify webserver mock
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update aioairzone-cloud to v0.1.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-05-23 19:22:50 +02:00
Michael Mraka
8bf22014ce
Update solax state class for sensors with no units ( #92914 )
...
Update sensor.py
Units.NONE is used for text entities which are not measurements.
Marking them so breaks their history.
2023-05-23 19:20:04 +02:00
Álvaro Fernández Rojas
942089d590
Add QNAP QSW firmware update support ( #92869 )
...
* qnap_qsw: add firmware update support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: qnap_qsw: remove backup leftovers
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: qnap_qsw: remove backup leftovers v2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-05-23 19:10:33 +02:00
chiefdragon
9672db0354
Add new preset to Tado to enable geofencing mode ( #92877 )
...
* Add new preset to Tado to enable geofencing mode
Add new 'auto' preset mode to enable Tado to be set to auto geofencing
mode. The existing ‘home’ and ‘away’ presets switched Tado into manual
geofencing mode and there was no way to restore it to auto mode.
Note 1: Since preset modes (home, away and auto) apply to the Tado home
holistically, irrespective of the Tado climate entity used to select
the preset, three new sensors have been added to display the state of
the Tado home
Note 2: Auto mode is only supported if the Auto Assist skill is enabled
in the owner's Tado home. Various checks have been added to ensure the
Tado supports auto geofencing and if it is not supported, the preset is
not listed in the preset modes available
* Update codeowners in manifest.json
* Update main codeowners file for Tado component
2023-05-23 19:08:00 +02:00
J. Nick Koston
761943e1e6
Fix non threadsafe call xiaomi_aqara ( #93405 )
2023-05-23 18:56:27 +02:00
Aaron Bach
fdf40fd1e5
Remove @bachya as a Slack codeowner ( #93408 )
...
* Remove @bachya as a Slack codeowner
* Manifest
2023-05-23 18:55:55 +02:00
Tom Harris
e2fb1de0d9
Clean up Insteon config_flow ( #93004 )
...
* Clean up config_flow
* Remove unnecessary logging
* Remove logger
* Add more tests
* Test closing modem connection
* Simplify patching
2023-05-23 17:31:17 +02:00
Erik Montnemery
d62cdf3d65
Improve error message for sensors with a non-numeric value ( #93399 )
...
* Improve error message for sensors with a non-numeric value
* Address review comment
2023-05-23 15:54:24 +02:00
rikroe
f8f83906f8
Add climate on/off for supported BMW vehicles ( #92962 )
...
* Add switch platform
* Add tests
* Remove separate button
* Bump coverage
---------
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-05-23 15:21:29 +02:00
J. Nick Koston
28fa6f541f
Bump ifaddr to 0.2.0 ( #93377 )
2023-05-23 14:18:26 +02:00
J. Nick Koston
bb8dfc9470
Bump protobuf to 4.23.1 ( #93338 )
2023-05-23 13:16:20 +02:00
RenierM26
497fa1980b
Add Ezviz update entity ( #85377 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-05-23 12:32:14 +02:00
epenet
c23718d13d
Cleanup samsungtv strings ( #93395 )
2023-05-23 12:06:19 +02:00
erikbadman
2721874f13
Get kostal plenticore hostname id from get_settings ( #93008 )
...
* Get hostname id from get_settings
* Add try except in get_hostname_id function
* Update tests after adding get_hostname_id function
* Revert "Update tests after adding get_hostname_id function"
This reverts commit 5fa4e533cb
.
* Add test for G2 models in config flow.
* Add test for helper module.
* Fix test for numbers.
* Revert "Add try except in get_hostname_id function"
This reverts commit 059f5bd9b4
.
* Update variable name with known hostname ids to be private
---------
Co-authored-by: Stefan Gmeiner <stefangm42@gmail.com>
2023-05-23 11:42:54 +02:00
epenet
1dccb8a9a9
Cleanup deprecated YAML from samsungtv ( #93392 )
2023-05-23 11:33:51 +02:00
Paul Frank
d0d74eb30e
Bump mystrom to 2.2.0 ( #93389 )
2023-05-23 11:28:33 +02:00
Álvaro Fernández Rojas
7e1a946705
Support Airzone temperature ranges (HEAT_COOL) ( #93110 )
...
* airzone: climate: add Temperature range support
This is useful for HEAT_COOL climate mode (Airzone AUTO).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* trigger CI
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-05-23 11:23:32 +02:00
luar123
86ad5ad113
Change snapcast to local_push ( #93113 )
2023-05-23 11:21:50 +02:00
Diogo Gomes
e100bcfaea
Better handling of source sensor unavailability in Riemman Integration ( #93137 )
...
* refactor and increase coverage
* fix log order
2023-05-23 11:19:29 +02:00
Erik Montnemery
b754f03eb1
Add WS command for getting a config entry ( #93387 )
...
* Add WS command for getting a config entry
* Update tests
2023-05-23 10:44:02 +02:00
Dominik
657d285e8f
Bump glances_api to 0.4.2 ( #93352 )
2023-05-22 23:15:01 +02:00
Tom
400263cf04
Plugwise binary_sensor typing improvement ( #93371 )
...
Typing miss correction (spotted by epenet)
2023-05-22 23:02:42 +02:00
Tom
af3bbdee82
Plugwise add value_fn for switch ( #93345 )
...
* Plugwise add value_fn for switch
* Skip none as suggested
2023-05-22 22:15:02 +02:00
Maciej Bieniek
71466e5012
Add new sensors to AccuWeather ( #93362 )
...
* Add solar irradiance and condition sensors
* Use entity_registry_enabled_by_default fixture
2023-05-22 21:55:54 +02:00
Franck Nijhof
d2a39e0e6f
Update requests to 2.31.0 ( #93363 )
2023-05-22 20:48:56 +02:00
Matthias Alphart
b10e73e2d4
Configurable KNX Telegram history size ( #93248 )
...
* Configurable KNX Telegram history size
* Add maximum value to description
2023-05-22 18:09:59 +02:00
Raman Gupta
3bf9eaffdf
Bugfix and add test coverage for zwave_js.light ( #93257 )
...
Add test coverage for zwave_js.light
2023-05-22 12:08:29 -04:00
Raman Gupta
18eeeaaf68
Refactor zwave_js.fan and add tests ( #93256 )
...
* Refactor zwave_js.fan and add tests
* fix const
2023-05-22 12:08:13 -04:00
Raman Gupta
03300c24da
Bugfix and small refactor for zwave_js.device_action ( #93261 )
...
Improve test coverage for zwave_js.device_action
2023-05-22 18:04:04 +02:00
Raman Gupta
e1dd7118e0
Refactor zwave_js.sensor and add test coverage ( #93259 )
...
* Refactor zwave_js.sensor and add test coverage
* use walrus
* inherit config parameter class from list class
* use walrus in more places
* improve config parameter test
2023-05-22 11:58:10 -04:00
Raman Gupta
d6997d8656
Improve test coverage for zwave_js.trigger ( #93260 )
...
Improve coverage for zwave_js.trigger
2023-05-22 17:55:03 +02:00
J. Nick Koston
5d02be5d7f
Fix august configuration url with Yale Home brand ( #93361 )
...
* Fix august configuration url with Yale Home brand
changelog: https://github.com/bdraco/yalexs/compare/v1.4.6...v1.5.0
* bump
2023-05-22 10:39:56 -05:00
Jan Bouwhuis
a81fe517c1
Make mqtt device_tracker state_topic optional when json_attribute_topic is used ( #93322 )
...
* Make device_tracker state_topic optional
* No state_topic needed
2023-05-22 15:49:18 +02:00
David Knowles
4d44d60e73
Move HydrawiseEntity into entity.py ( #93359 )
2023-05-22 15:47:32 +02:00
Franck Nijhof
7537667e53
Adjust counter to not restore configuration parameters ( #93344 )
2023-05-22 15:27:44 +02:00
Franck Nijhof
f2899a19c1
Deprecate counter.configure service ( #93343 )
2023-05-22 15:27:33 +02:00
Dmitry Vlasov
6df030a455
Update zwave-me-ws version to 0.4.3 ( #93348 )
...
Up zwave-me-ws to 0.4.3
2023-05-22 15:20:18 +02:00
David Knowles
ab8a13ae6b
Add myself as a code owner of the Hydrawise integration ( #93358 )
2023-05-22 15:15:20 +02:00
David Knowles
3d6d650a16
Move Hydrawise constants into const.py ( #93357 )
2023-05-22 15:11:32 +02:00
Jan Bouwhuis
5bc825a8ab
Add advanced imap option to set custom event max message size ( #93163 )
2023-05-22 12:14:06 +02:00
Raman Gupta
4b67839e19
Bump zwave-js-server-python to 0.48.1 ( #93342 )
...
* Bump zwave-js-server-python to 0.48.1
* fix mypy
2023-05-22 11:06:34 +02:00
Aaron Bach
d16452bed7
Bump `aionotion` to 2023.05.5 ( #93334 )
2023-05-22 10:14:52 +02:00
Tom
79cafd5a46
Plugwise prepare typing for binary_sensor ( #93162 )
2023-05-22 09:19:00 +02:00
J. Nick Koston
aa937b1640
Use slots for template RenderInfo ( #93337 )
2023-05-22 08:52:49 +02:00
Franck Nijhof
31c0374c98
Update apprise to 1.4.0 ( #93331 )
2023-05-22 07:31:02 +02:00
Franck Nijhof
69770bac22
Update sentry-sdk to 1.23.1 ( #93330 )
2023-05-21 22:09:52 -04:00
Steven Looman
63c2b5868e
Bump async-upnp-client to 0.33.2 ( #93329 )
...
* Bump async-upnp-client to 0.33.2
* Fix tests
2023-05-21 17:17:08 -05:00
Álvaro Fernández Rojas
c3cd60e0cb
Fix pressure for AEMET stations close to sea level ( #87094 )
2023-05-21 22:17:26 +02:00
Joost Lekkerkerker
c12fae4775
Bump TwitchAPI to 3.10.0 ( #92418 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-05-21 21:13:59 +02:00
J. Nick Koston
e27554f7a6
Improve http handler performance ( #93324 )
2023-05-21 13:36:03 -05:00
J. Nick Koston
ab0d35df92
Add zeroconf support to roomba ( #93309 )
2023-05-21 16:12:19 +02:00
Ernst Klamer
40c74ad5b7
Add support for sleepy BTHome devices ( #92991 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-05-21 09:01:09 -05:00
starkillerOG
5821a563c7
Bump motionblinds to 0.6.18 ( #93300 )
2023-05-21 15:20:50 +02:00
henryptung
8a0f3a8c88
Fix Broadlink discovery for new RM Mini3 (again) ( #93158 )
2023-05-21 14:53:06 +02:00
Maciej Bieniek
d47e58fb38
Bump `accuweather` to version 1.0.0 ( #93305 )
2023-05-21 14:50:10 +02:00
J. Nick Koston
90984c34a9
Fix double call to options in sensor state ( #93311 )
2023-05-21 15:42:19 +03:00
J. Nick Koston
780f9bcdc0
Fix shutdown being delayed for cancelling tasks ( #93287 )
2023-05-21 14:17:34 +02:00
rikroe
72c76d35cc
Bump bimmer_connected to 0.13.6 ( #93307 )
2023-05-21 14:16:47 +02:00
G Johansson
e676cbe9f2
Fix import issue in Workday ( #92727 )
...
* Workday fix import
* Messages
2023-05-21 10:13:36 +02:00
G Johansson
ddb9a6e33c
Add change service to timer ( #84775 )
...
* Add change service
* test subtract
* Test no change if timer not running
* Modify example
* Raise
* Finalize
* test event
* Fix tests
* Fix tracking time
2023-05-21 10:11:08 +02:00
J. Nick Koston
fc7a421a48
Fix lookin falling back to polling too quickly ( #93227 )
2023-05-20 14:41:16 -05:00
J. Nick Koston
cbee514c2a
Bump sqlalchemy to 2.0.15 ( #93293 )
2023-05-20 14:26:33 -05:00
J. Nick Koston
2a2b19ed7c
Add support for Yale Home brand to august ( #93214 )
2023-05-20 09:42:19 -05:00
Mick Vleeshouwer
fa415480d6
Bump pyoverkiz to 1.7.9 ( #93275 )
...
Update PyOverkiz to v1.7.9
2023-05-20 12:52:43 +01:00
Jafar Atili
1935e126bf
Add new integration to control Electra Smart HVAC devices ( #70361 )
...
* Added new integration to support Electra Smart (HVAC)
* fixes + option to set scan interval
* renamed the module to electrasmart and added unittests
* added non tested files to .coveragerc
* changed the usage from UpdateCoordinator to each entity updates it self
* small fixes
* increased pypi package version, increased polling timeout to 60 seconds, improved error handling
* PARALLEL_UPDATE=1 to prevent multi access to the API
* code improvements
* aligned with the new HA APIs
* fixes
* fixes
* more
* fixes
* more
* more
* handled re-atuh flow
* fixed test
* removed hvac action
* added shabat mode
* tests: 100% coverage
* ran hassfest
* Update homeassistant/components/electrasmart/manifest.json
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Update homeassistant/components/electrasmart/manifest.json
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Update homeassistant/components/electrasmart/manifest.json
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Update homeassistant/components/electrasmart/climate.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* address Shay's comments
* address Shay's comments
* address more comments
---------
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2023-05-20 13:13:32 +03:00
Tom Brien
09a8479cf0
Add MASK wallets to Coinbase ( #90742 )
2023-05-19 22:31:19 +01:00
Luke
0ce1117287
Bump Roborock to 17.0 adding device specific support and bugfixes ( #92547 )
...
* init commit
* use official version release
* remove options
* moved first refresh to gather
* add extra tests
* remove model_sepcification
* remove old mqtt test
* bump to 13.4
* fix dndtimer
* bump to 14.1
* add status back
* bump to 17.0
* remove error as it is not used
* addressing mr comments
* making enum access use get()
* add check for empty hass data
2023-05-18 20:55:39 -07:00
J. Nick Koston
aebded049b
Mark oralb devices as sleepy ( #93250 )
2023-05-18 16:32:24 -05:00
J. Nick Koston
be08bb5ba6
Convert proximity to be async ( #93241 )
2023-05-18 16:32:12 -05:00
Jan Čermák
3cdcfb1654
Bump rapt-ble to v0.1.1 ( #93242 )
2023-05-18 14:15:39 -05:00
Ville Skyttä
cb22154b36
Capture warnings.warn and friends messages in logs ( #85875 )
...
The default behavior of these warnings is to go to stderr, which in
some setups goes easily unnoticed. For example in Docker based ones,
they end up only in the container logs, and not e.g. in the HA log.
Capture these to make them available in logs where other such messages
are, and to make them subject to filtering as usual.
https://docs.python.org/3/library/logging.html#logging.captureWarnings
2023-05-18 21:41:13 +03:00
Guido Schmitz
3abcffe3a0
Raise on reauth in devolo Home Network switch platform ( #92850 )
2023-05-18 11:28:17 -05:00
Andre Lengwenus
0fca90127b
Bump pypck to 0.7.17 ( #93234 )
2023-05-18 11:26:37 -05:00
J. Nick Koston
763b898621
Add always connected option to Yale Access Bluetooth ( #93224 )
...
* Add always connected option to Yale Access Bluetooth
If the lock does not support push updates via advertisements or you want lock operation to be more responsive, you can enable always connected mode. Always connected will cause the lock to stay connected to Home Assistant via Bluetooth, which will use more battery.
* Update homeassistant/components/yalexs_ble/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-05-18 10:48:04 -05:00
J. Nick Koston
2eef2ed911
Add option to disable webhooks in ONVIF ( #93186 )
2023-05-18 10:34:09 -05:00
Ville Skyttä
0c51de25a2
Update UpCloud config entry data on successful reconfig ( #68718 )
...
* Update UpCloud config entry data on successful reconfig
* Add already configured test
* Improve success case request mocking
So that the data fetch that might happen in the background after success
won't trash the test log with misleading errors.
* Simplify already configured test
Thanks-to: Martin Hjelmare <marhje52@gmail.com>
2023-05-18 16:04:27 +03:00
Joakim Plate
ae7930c0ad
Use entity translation in dsmr ( #93017 )
...
* Use entity translation in dsmr
* Combine a few strings
2023-05-17 22:31:04 +02:00
epenet
6481ee3c82
Fix lingering timers in yeelight ( #92118 )
2023-05-17 22:08:49 +02:00
epenet
dad3fbf5e2
Fix lingering timer in esphome ( #92533 )
2023-05-17 22:05:44 +02:00
J. Nick Koston
3f43184187
Speed up signing paths ( #93127 )
2023-05-17 22:01:13 +02:00
MatthewFlamm
d0460d5424
Fix NWS error with no observation ( #92997 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-05-17 22:00:13 +02:00
Aaron Bach
b9798e4f4f
Add support for SimpliSafe Smoke+CO detector ( #93217 )
2023-05-17 21:56:49 +02:00
Michael Benz
0828cc0e44
Add light entity to Tuya Air Purifiers ( #92861 )
2023-05-17 20:16:54 +01:00
Franck Nijhof
1173039392
Add virtual integration: Whisper ( #93183 )
2023-05-17 13:34:09 +02:00
Franck Nijhof
08fd0fd441
Add virtual integration: Piper ( #93182 )
2023-05-17 13:33:52 +02:00
J. Nick Koston
af1bac8745
Disconnect yale access locks at the stop event ( #93192 )
2023-05-17 13:25:28 +02:00
Nerdix
7cdd6b4cbc
Increase timeout to 30 seconds for homeassistant_alerts integration ( #93089 )
2023-05-17 13:15:28 +02:00
J. Nick Koston
00b600bfa8
Fix ONVIF cameras that change the xaddr for the pull point service ( #93104 )
2023-05-17 13:14:31 +02:00
Franck Nijhof
fb7c579216
Add missing entity attribute translations to humidifier entity component ( #93206 )
2023-05-17 13:10:08 +02:00
J. Nick Koston
32481065a8
Increase size of valid entity id cache ( #93125 )
2023-05-17 13:06:52 +02:00
Ziv
f564a0ca24
Fix failure to register services in dynalite ( #93069 )
...
* fixed bug that fails to register services when there is no YAML config
* style improvement per thecode's suggestion
2023-05-17 14:05:36 +03:00
Matthias Alphart
c522ea855d
KNX Group Monitor: Load latest 50 Telegrams on start ( #93153 )
...
* remove impossible test
IndividualAddress telegrams are not processed by xknx.telegram_queue
* Use Telegrams helper class for group monitor messages
* Store 50 telegrams in deque for group monitor
* Send recent telegrams at once on connection of group monitor
* Update KNX-frontend to support group monitor prepopulation
2023-05-17 09:58:00 +02:00
J. Nick Koston
b993fe1c9d
Cache generation of the service descriptions ( #93131 )
2023-05-16 21:42:37 -05:00
tronikos
6c56ceead0
Create Google Generative AI Conversation integration ( #93156 )
...
* Copy openai_conversation to google_generative_ai_conversation
This is to improve diff of the next commit with the actual implementation.
Commands used:
cp -r homeassistant/components/openai_conversation/ homeassistant/components/google_generative_ai_conversation/
cp -r tests/components/openai_conversation/ tests/components/google_generative_ai_conversation/
find homeassistant/components/google_generative_ai_conversation/ tests/components/google_generative_ai_conversation/ -type f | xargs sed -i \
-e 's@openai_conversation@google_generative_ai_conversation@g' \
-e 's@OpenAI Conversation@Google Generative AI Conversation@g' \
-e 's@balloob@tronikos@g'
* Add google_generative_ai_conversation to Google brand
* Google Generative AI Conversation
* Sync recent openai changes
* handle empty responses
2023-05-16 21:05:56 -04:00
rikroe
defc23cc7c
Fix china login for bmw_connected_drive ( #93180 )
...
* Bump bimmer_connected to 0.13.5
* Fix snapshots after dependency bump
* Load gcid from config entry if available
* Add tests
---------
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-05-17 02:03:01 +02:00
J. Nick Koston
210c309770
Bump pyatv to 0.11.0 ( #93172 )
2023-05-16 18:52:18 -05:00
Aaron Bach
e48961d29b
Bump `regenmaschine` to 2023.05.1 ( #93139 )
2023-05-16 16:28:20 -06:00
J. Nick Koston
bf16f6b104
Remove as_compressed_state cache ( #93169 )
...
* Remove as_compressed_state cache
All calls to as_compressed_state are now covered by a higher level
JSON cache so there is no need to store these in memory anymore
* Remove as_compressed_state cache
All calls to as_compressed_state are now covered by a higher level
JSON cache so there is no need to store these in memory anymore
2023-05-16 12:39:16 -05:00
Ville Skyttä
e949344dd9
Huawei LTE connection management cleanups ( #85929 )
...
* Disconnect rather than just logout at end of config flow
Neither the connection or the requests session will be reused, so
there's no reason just to logout. Do all of the connection closure
so we get all of huawei-lte-api's cleanups explicitly done.
* Name connect functions consistently, analoguous to disconnect
2023-05-16 20:34:03 +03:00
Maciej Bieniek
685016052b
Bump `accuweather` to version 0.5.2 ( #93130 )
2023-05-16 11:38:17 -05:00
Álvaro Fernández Rojas
e5c12122e2
Update aioairzone to v0.5.6 ( #93146 )
2023-05-16 12:51:22 +02:00
epenet
9bd49e4f1d
Fix lingering timer in usgs_earthquakes_feed ( #93084 )
2023-05-16 11:13:14 +02:00
J. Nick Koston
32b70ea133
Bump PyJWT to 2.7.0 ( #93128 )
2023-05-16 10:26:04 +02:00
J. Nick Koston
99265a983a
Speed up reconnects by caching state serialize ( #93050 )
2023-05-16 02:33:12 -05:00
J. Nick Koston
9c039a17ea
Bump guppy3 to 3.1.3 ( #93124 )
2023-05-16 08:26:17 +02:00
epenet
f6b700372a
Allow wemo config entry to be unloaded ( #93082 )
...
* Fix lingering timer in wemo
* Also stop the subscriptions
2023-05-16 06:31:31 +02:00
Guido Schmitz
36332eb441
Bump devolo_plc_api to 1.3.1 ( #93099 )
2023-05-15 20:12:44 -05:00
Matthias Alphart
2f8e8901fc
Add KNX interface device trigger for telegrams ( #93102 )
...
* telegram device trigger initial
* add Telegrams helper class
to parse and convert Telegram only once instead of once per device trigger
* translation
* label for extra_field
* test device trigger
* test trigger callback removal
* rename extra_field key to same name as used in trigger
* typo
2023-05-15 22:59:29 +02:00
J. Nick Koston
72a6d3a748
Re-enable cleanup_closed on cpython >= 3.11.4 ( #93120 )
2023-05-15 21:29:41 +02:00
luar123
d8d4446563
Bump snapcast to 2.3.3 ( #93112 )
...
bump snapcast to 2.3.3
2023-05-15 22:29:28 +03:00
J. Nick Koston
b400c53159
Bump pyunifiprotect to 4.9.0 ( #93106 )
...
changelog: https://github.com/AngellusMortis/pyunifiprotect/compare/v4.8.3...v4.9.0
2023-05-15 22:26:29 +03:00
J. Nick Koston
64623283b2
Bump aioesphomeapi to 13.7.5 ( #93121 )
...
performance improvements
changelog: https://github.com/esphome/aioesphomeapi/compare/v13.7.4...v13.7.5
2023-05-15 22:24:17 +03:00
luar123
209650dca1
Remove snapcast friendly_name attribute ( #93116 )
...
Remove friendly_name attribute and fix names
2023-05-15 22:23:24 +03:00
epenet
b38a7aabe9
Fix lingering timer in withings ( #93085 )
2023-05-15 21:20:20 +02:00
Pascal Vizeli
cf957f1880
Bump aioecowitt 2023.5.0 ( #93094 )
2023-05-15 21:19:27 +02:00
Jan Bouwhuis
c97e0f11a5
Fix last imap message is not reset on empty search ( #93119 )
2023-05-15 21:15:10 +02:00
Daniel Gangl
d12ea0040f
Fix weather handling in zamg ( #85635 )
...
* TypeError handling in weather
* Check for None
* Use walrus operator as proposed
2023-05-15 19:26:02 +02:00
Jens Østergaard Nielsen
01dc27e2a2
Remove default unit of measurement in IHC sensors ( #93054 )
...
Remove sensor default unit of measurement
2023-05-15 09:50:39 +02:00
Stephan Uhle
55c675d0fd
Bump pysml to 0.0.11 ( #93035 )
...
Updated pysml to 0.0.11
2023-05-15 09:15:22 +02:00
Pieter Viljoen
77f99e4162
Add MEASUREMENT state class to Sense Voltage sensors ( #93044 )
...
Add MEASUREMENT to Voltage sensors
2023-05-15 09:11:12 +02:00
J. Nick Koston
ef887e529f
Fix onvif cameras that cannot parse relative time ( #92711 )
...
* Fix onvif cameras that cannot parse relative time
The spec requires that the camera can parse relative or absolute timestamps
However there are many cameras that cannot parse time correctly.
Much of the event code has been offloaded to the library and
support to determine if the camera has broken time and switch
to absolute timestamps is now built into the library
* adjust verison
* fixes
* bump
* bump
* bump
* more fixes
* preen
* fix resume
* one more fix
* fix race in webhook setup
* bump to 3.1.3 which has more fixes for broken camera firmwares
* bump 3.1.4 for more fixes
* fix
* fix comment
* bump
* fix url limit
* bump
* more fixes
* old hik uses -s
2023-05-14 16:08:39 -04:00
J. Nick Koston
d5a0824924
Use futures instead of asyncio.Event for async_get_integrations ( #93060 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-05-14 14:42:04 -05:00
J. Nick Koston
b95405a7e9
Small performance improvements to state diff messages ( #92963 )
...
Adds missing test coverage
2023-05-14 12:28:34 -04:00
J. Nick Koston
3314eed8d1
Switch to using a ContextVar for template RenderInfo ( #93016 )
...
The ContextVar is about 40% faster than the attr
and dict lookups
2023-05-14 12:23:31 -04:00
J. Nick Koston
2848f8648d
Log last message when websocket reaches peak limit ( #93038 )
...
When we hit the absolute limit, we would log the last messages as
it was key to finding out the source. We now do the same when
we hit the peak limit
2023-05-14 12:22:19 -04:00
J. Nick Koston
e073f091b1
Cache ip address stringify in zeroconf ( #92800 )
...
stringify IPv6 addresses is expensive, and since zeroconf sees the same
ones over and over again an LRU can avoid the constant stringify
2023-05-14 12:07:38 -04:00
Aaron Bach
637941df4d
Fix a series of bugs due to Notion API changes ( #93039 )
...
* Fix a series of bugs due to Notion API changes
* Simplify
* Reduce blast radius
* Reduce blast radius
* Fix tests
2023-05-14 12:07:15 -04:00
J. Nick Koston
e593ceaaf2
Fix sslv2/sslv3 with unverified connections ( #93037 )
...
In #90191 we use the same ssl context for httpx now to avoid
a memory leak, but httpx previously allowed sslv2/sslv3 for
unverified connections
This reverts to the behavior before #90191
2023-05-13 20:16:11 -04:00
J. Nick Koston
7d371a33bb
Disable cleanup_closed for aiohttp.TCPConnector with cpython 3.11.1+ ( #93013 )
...
* Disable cleanup_closed for aiohttp.TCPConnector with cpython 3.11.2+
There is currently a relatively fast memory leak when using
cpython 3.11.2+ and cleanup_closed with aiohttp
For my production instance it was leaking ~450MiB per day
of `MemoryBIO`, `SSLProtocol`, `SSLObject`, `_SSLProtocolTransport`
`memoryview`, and `managedbuffer` objects
see https://github.com/aio-libs/aiohttp/issues/7252
see https://github.com/python/cpython/pull/98540
* Update homeassistant/helpers/aiohttp_client.py
2023-05-13 20:15:02 -04:00
imerla1
a9778c4236
fixed typo ( #93029 )
2023-05-13 21:05:55 +02:00
puddly
61cd36d628
Bump bellows to 0.35.5 to fix Aqara Zigbee connectivity issue ( #92999 )
...
Bump bellows to 0.35.5
2023-05-13 14:06:22 -04:00
Justas
0437926db8
Adding newly supported language codes to Google TTS ( #93030 )
2023-05-13 14:03:20 -04:00
G Johansson
01e131b278
Fix already_configured string in workday ( #92901 )
...
* Fix already_configured string in workday
* Fix strings
2023-05-13 10:42:04 +02:00
J. Nick Koston
81796fbf7b
Bump orjson to 3.8.12 ( #92935 )
...
changes: https://github.com/ijl/orjson/releases/tag/3.8.12
2023-05-13 10:06:32 +03:00
starkillerOG
051d631504
Poll Reolink motion when ONVIF not available ( #92837 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-05-12 18:48:32 +02:00
J. Nick Koston
8711735ec0
Improve websocket throughput and reduce latency ( #92967 )
2023-05-13 00:13:57 +09:00
Erik Montnemery
9a70f47049
Teach UnitlessRatioConverter about ppm and ppb ( #92989 )
2023-05-12 16:46:37 +02:00
Matrix
7807df4426
Fix yolink dimmer Incorrect state update ( #92986 )
...
fix state update
2023-05-12 16:15:04 +02:00
starkillerOG
4a50c3fbae
Bump reolink-aio to 0.5.15 ( #92979 )
2023-05-12 23:04:36 +09:00
Michael
e883fef8ab
Fix remove of device when surveillance station is not used in Synology DSM ( #92957 )
2023-05-12 23:02:42 +09:00
Álvaro Fernández Rojas
45e7283584
Add Airzone fan speed support ( #92840 )
2023-05-12 22:56:17 +09:00
Jan Bouwhuis
a05c20a498
Filter replaying unrelated retained MQTT messages when subscribing to share topics ( #88826 )
...
* Do not replay already processed retained subscr.
* Add tests
* Always replay wildcards
* Update tests for debouncer
* Rework for retained topics
* Fix test
* Correct comment
* Add cleanup and test
* Fix key error
* Correct helper
* Rename mock
* Add comment on function _retained_init
* Always replay initial retained payload
* Apply suggestion moving msg.retain to outer check
* Improve test on edge case
* Improve comment formatting
* Follow up comment - improve comments on test
* Update homeassistant/components/mqtt/client.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-05-12 15:23:05 +02:00
Robert Hillis
bd7e943efe
Move Netgear LTE services to their own file ( #92945 )
...
* Move Netgear LTE services to their own file
* Update homeassistant/components/netgear_lte/services.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-05-12 15:18:34 +02:00
Erik Montnemery
30f52b8d96
Minor typing adjustment in entity_platform ( #92978 )
2023-05-12 15:17:01 +02:00
J. Nick Koston
93bfd7d8d0
Small speed up to validating entity ids ( #92970 )
2023-05-12 15:04:09 +02:00
Piotr Tobolski
02b5d643e7
Add unique_id support to history_stats sensor ( #92972 )
2023-05-12 15:03:06 +02:00
J. Nick Koston
24284fe379
Speed up validating domains in templates ( #92975 )
...
This path gets called quite a bit since most templates
access the state via states.DOMAIN...
2023-05-12 14:57:51 +02:00
Erik Montnemery
5a7c3aaa2d
Add sensor device class volatile_organic_compounds_parts ( #92973 )
2023-05-12 14:37:54 +02:00
Erik Montnemery
7546e8efa4
Remove stale comment from sensor.const ( #92974 )
2023-05-12 14:34:29 +02:00
Robert Hillis
b4e85b7692
Move Netgear LTE entity to its own file ( #92944 )
2023-05-12 13:29:56 +02:00
Álvaro Fernández Rojas
e9705364a8
Fix Airzone Auto operation mode ( #92796 )
2023-05-12 16:07:29 +09:00
J. Nick Koston
809f394ff5
Bump sqlalchemy to 2.0.13 ( #92936 )
2023-05-12 04:37:16 +09:00
Joost Lekkerkerker
30c35e7398
Bump python-vehicle to 1.0.1 ( #92933 )
2023-05-11 21:31:17 +02:00
Ian
0fcf8f968b
Move nextbus constants and utils ( #92211 )
...
* NextBus: Move general components to const and util
* Remove not yet used code
2023-05-11 17:28:29 +01:00
Robert Hillis
aee3f115d6
Move Netgear LTE constants to their own file ( #92924 )
...
* Move Netgear LTE parts to their own files
* Revert to only move constants
* uno mas
2023-05-11 16:49:11 +01:00
J. Nick Koston
52c773a776
Always request at least one zone for multi-zone LIFX devices ( #92683 )
2023-05-11 12:02:32 +02:00
Erik Montnemery
c1f716487c
Include data for entire periods in response to recorder/statistics_during_period ( #92848 )
...
* Include data for entire periods in response to recorder/statistics_during_period
* Break out function for calculating the end of the month
2023-05-11 11:28:33 +02:00
Franck Nijhof
67d5ca4894
Mark entities from the sun as diagnostic ( #92909 )
2023-05-11 18:27:19 +09:00
Bram Kragten
75f8ea48f4
Add tts get engine ws command ( #92336 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-05-11 10:51:00 +02:00
Erik Montnemery
4568207f9b
Support calculating changes between consecutive sum statistics ( #92823 )
...
* Support calculating changes between consecutive sum statistics
* Add support for unit conversion when calculating change
* Don't include sum in WS response unless requested
* Improve tests
* Break out calculating change to its own function
* Improve test coverage
2023-05-11 10:05:58 +02:00
J. Nick Koston
8b57d31eba
Add ONVIF services to diagnostics ( #92878 )
2023-05-11 17:03:31 +09:00
Jonathan Keslin
c14efef582
Bump volvooncall to 0.10.3 to fix sensor type error ( #92913 )
2023-05-11 09:42:04 +02:00
epenet
949e8f7b13
Migrate rest notify to httpx ( #90769 )
2023-05-11 08:26:16 +01:00
Michael
26f7843800
Fix uptime sensor deviation detection in Fritz!Tools ( #92907 )
2023-05-11 09:10:06 +02:00
J. Nick Koston
bf2cfb8edf
Bump bluetooth-auto-recovery to 1.2.0 ( #92893 )
2023-05-11 08:58:29 +02:00
epenet
0cc3e8200c
Fix lingering timer in iaqualink ( #92856 )
2023-05-11 08:55:36 +02:00
epenet
2c79adad5e
Fix lingering timer in flux ( #92573 )
2023-05-11 08:54:51 +02:00
Ståle Storø Hauknes
fbd06e0745
Add model name to Airthings integration ( #92921 )
2023-05-11 08:44:38 +02:00
Marc Mueller
2b59adc955
Update mypy to 1.3.0 ( #92911 )
2023-05-11 08:38:08 +02:00
J. Nick Koston
3c8659d5d7
Fix missing f-string in async_track_utc_time_change ( #92916 )
2023-05-11 08:37:15 +02:00