epenet
c81d39f651
Fix Renault AssertionError ( #99189 )
2023-08-29 08:58:20 +02:00
Joost Lekkerkerker
b5ff0b4ec2
Add entity translations to Vilfo ( #99019 )
2023-08-29 08:47:35 +02:00
Raman Gupta
be126da72d
Bump zwave-js-server-python to 0.51.0 ( #99250 )
...
* Bump zwave-js-server-python to 0.51.0
* Fix how we patch the command
2023-08-29 02:45:43 -04:00
Joost Lekkerkerker
cdf39ec365
Migrate Vilfo to has entity name ( #99018 )
2023-08-29 08:42:37 +02:00
Joost Lekkerkerker
202b0b5300
Migrate Venstar to has entity name ( #99013 )
2023-08-29 08:40:35 +02:00
J. Nick Koston
5ec645161d
Bump zeroconf to 0.88.0 ( #99248 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.86.0...0.88.0
2023-08-29 00:01:39 -04:00
puddly
c8ef3f9393
Automatic migration from multi-PAN back to Zigbee firmware ( #93831 )
...
* Initial implementation of migration back to Zigbee firmware
* Fix typo in `BACKUP_RETRIES` constant name
* Name potentially long-running tasks
* Add an explicit timeout to `_async_wait_until_addon_state`
* Guard against the addon not being installed when uninstalling
* Do not launch the progress flow unless the addon is being installed
* Use a separate translation key for confirmation before disabling multi-PAN
* Disable the bellows UART thread within the ZHA config flow radio manager
* Enhance config flow progress keys for flasher addon installation
* Allow `zha.async_unload_entry` to succeed when ZHA is not loaded
* Do not endlessly spawn task when uninstalling addon synchronously
* Include `uninstall_addon.data.*` in SkyConnect and Yellow translations
* Make `homeassistant_hardware` unit tests pass
* Fix SkyConnect unit test USB mock
* Fix unit tests in related integrations
* Use a separate constant for connection retrying
* Unit test ZHA migration from multi-PAN
* Test ZHA multi-PAN migration helper changes
* Fix flaky SkyConnect unit test being affected by system USB devices
* Unit test the synchronous addon uninstall helper
* Test failure when flasher addon is already running
* Test failure where flasher addon fails to install
* Test ZHA migration failures
* Rename `get_addon_manager` to `get_multiprotocol_addon_manager`
* Remove stray "addon uninstall" comment
* Use better variable names for the two addon managers
* Remove extraneous `self.install_task = None`
* Use the addon manager's `addon_name` instead of constants
* Migrate synchronous addon operations into a new class
* Remove wrapper functions with `finally` clause
* Use a more descriptive error message when the flasher addon is stalled
* Fix existing unit tests
* Remove `wait_until_done`
* Fully replace all addon name constants with those from managers
* Fix OTBR breakage
* Simplify `is_hassio` mocking
* Add missing tests for `check_multi_pan_addon`
* Add missing tests for `multi_pan_addon_using_device`
* Use `waiting` instead of `sync` in class name and methods
2023-08-28 17:26:34 -04:00
puddly
23839a7f10
Wrap most ZHA exceptions in `HomeAssistantError` ( #98421 )
...
* Wrap attribute writes in a helper throwing `HomeAssistantError`
* Do not check for `Exception` instances, they are now propagated
* Write `cie_addr` synchronously
* Fix unnecessary `if` in `async_set_native_value`
* Fix unit tests
* Use `HomeAssistantError` in cover commands
* Revert writing `cie_addr` synchronously
* Disallow proxying of some cluster methods to fix unit test warnings
* Unit test cover failures to increase coverage
* Unit test missing climate device
* Unit test remaining cover commands
2023-08-28 17:24:12 -04:00
J.P. Krauss
95c03b4192
Add Options Flow to change radius after initial configuration ( #97285 )
...
* Add Options Flow to change radius after initial configuration
* Add tests for Options Flow
* Apply suggestions from code review
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Incorporate review suggestions
* Fix diagnostics test case
* Apply suggestions from code review
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Incorporate review suggestions
* Revert "Incorporate review suggestions"
This reverts commit 421e140a4fc78da22ea74c95cd1a17f9305ebbf6.
* Fix broken review comments
* Incorporate rest of review comments
* Incorporate rest of review comments
* Use Config Entry Migration
* Remove old migration code
* Update diagnostics snapshot for config entry migration
* Incorporate review feedback
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-08-28 21:21:52 +02:00
jimmyd-be
9e8d89c4f5
Renson binary sensors ( #94490 )
...
* Add binary sensors
* Add Renson services
* Add fan to Renson
* Revert "Add fan to Renson"
This reverts commit 8e7c09671e
.
* Revert "Add Renson services"
This reverts commit d862976c81
.
* Add binary sensor to coveragerc file
* Update homeassistant/components/renson/binary_sensor.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/renson/binary_sensor.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Changed hard coded names to use translation
* Code cleaning
* Use super()._handle_coordinator_update()
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-08-28 21:15:18 +02:00
Joost Lekkerkerker
821d74e904
Add entity translations to Switcher kis ( #99223 )
...
* Add entity translations to switcher_kis
* Add entity translations
* Fix tests
2023-08-28 20:53:42 +03:00
Joost Lekkerkerker
fc6f48e076
Enhance Androidtv remote config flow typing ( #99144 )
2023-08-28 18:03:30 +02:00
Joost Lekkerkerker
3db61a99a4
Remove polling interval property from Aurora ( #99198 )
2023-08-28 18:01:23 +02:00
Joost Lekkerkerker
1c0d5f8637
Clean up Balboa entity ( #99203 )
2023-08-28 17:59:53 +02:00
Joost Lekkerkerker
00cc57c4ed
Use shorthand attribute for Coolmaster ( #99211 )
2023-08-28 17:57:51 +02:00
Joost Lekkerkerker
377f7cba60
Improve aurora data schema ( #99200 )
2023-08-28 17:56:27 +02:00
Aidan Timson
42597f80a3
Add power service to System Bridge integration ( #95719 )
...
* Add power service to System Bridge
Add missing return types
Use in list validator and fix command
* Use attr map instead of concatination
* Update strings
* Update homeassistant/components/system_bridge/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-08-28 17:44:23 +02:00
Ian Foster
ef7a246f09
Fix ruckus_unleashed for python 3.11 ( #94835 )
...
Co-authored-by: Tony <29752086+ms264556@users.noreply.github.com>
2023-08-28 17:26:40 +02:00
J. Nick Koston
739eeeccb0
Switch hassio to use async_call_later ( #99216 )
2023-08-28 10:21:05 -05:00
J. Nick Koston
1bf7b4b2c7
Switch lifx to use async_call_later ( #99217 )
2023-08-28 10:20:42 -05:00
J. Nick Koston
ccb91e3676
Switch axis to use async_call_later ( #99215 )
2023-08-28 10:19:44 -05:00
Erik Montnemery
9dac6a2948
Use loop.time in DataUpdateCoordinator ( #98937 )
2023-08-28 10:16:34 -05:00
J. Nick Koston
d4e72c49fa
Bump aiohomekit to 3.0.1 ( #99210 )
2023-08-28 10:02:51 -05:00
J. Nick Koston
6c16d89c1d
Switch w800rf32 to use async_call_later ( #99214 )
2023-08-28 17:00:52 +02:00
J. Nick Koston
4eb71a534f
Switch async_track_point_in_time to async_call_later in alarmdecoder ( #99213 )
2023-08-28 16:57:16 +02:00
Jake Colman
f1378bba8e
Add indoor sensors to Honeywell integration ( #98609 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-08-28 15:45:01 +02:00
Joost Lekkerkerker
a6788208fe
Add entity translations to System bridge ( #98959 )
2023-08-28 15:36:18 +02:00
Joost Lekkerkerker
61ff53fcf7
Use shorthand attributes in August ( #99196 )
2023-08-28 08:14:38 -05:00
Simone Chemelli
1692d83063
Vodafone Station device tracker ( #94032 )
...
* New integration for Vodafone Station
* coveragerc
* Add ConfigFlow,ScannerEntity,DataUpdateCoordinator
* Introduce aiovodafone lib
* heavy cleanup
* bump aiovodafone to v0.0.5
* add config_flow tests (100% coverage)
* run pre-comimit scripts again
* Remove redundant parameter SSL
* rename and cleanup
* cleanup and bug fix
* cleanup exceptions
* constructor comment review
* improve test patching
* move VodafoneStationDeviceInfo to dataclass
* intriduce home field
* dispacher cleanup
* remove extra attributes (reduces state writes)
* attempt to complete test flow
* complete flow for test_exception_connection
* add comment about unique id
2023-08-28 15:10:23 +02:00
Guido Schmitz
660167cb1b
Add image platform to devolo_home_network ( #98036 )
2023-08-28 14:55:49 +02:00
Joost Lekkerkerker
3f0a8b7a56
Initialize static shorthand attributes outside of constructor for BAF ( #99202 )
...
Initialize static shorthand attributes outside of init
2023-08-28 14:43:51 +02:00
Joost Lekkerkerker
60844954d2
Add typing to media extractor ( #99207 )
...
* Add typing to media extractor
* Add typing to media extractor
* Add typing to media extractor
* Add typing to media extractor
2023-08-28 14:43:22 +02:00
Rami Mosleh
1d403a961f
Reorganize Transmission entry setup ( #99195 )
...
* simplify integration setup
* Update transmission entry setup to avoid None attributes
* keep api property in TransmissionData
* Apply suggestion
* Add __init__.py tp .coveragerc
2023-08-28 13:13:35 +02:00
Joost Lekkerkerker
efcf3ddb57
Remove BleBox switch constructor ( #99204 )
2023-08-28 12:49:20 +02:00
Rami Mosleh
8edae37082
Add more type hints to Transmission ( #99190 )
...
* More type hints of transmssion
* More type hints
2023-08-28 11:20:18 +02:00
Shay Levy
b0f3b7bb76
Revert "Change naming of Shelly entities to correspond with HA guidelines" ( #99059 )
2023-08-28 10:42:24 +02:00
Robert Resch
bb545b1c4d
Fix typos in home_plus_controls ( #99188 )
2023-08-28 10:15:14 +02:00
Álvaro Fernández Rojas
1683ffb830
Update aioqsw to v0.3.4 ( #99183 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-28 09:35:29 +02:00
Eric Severance
30b815bfb8
Bump pywemo to 1.3.0 ( #99172 )
2023-08-28 09:34:30 +02:00
J. Nick Koston
01d29512ff
Bump zeroconf to 0.86.0 ( #99177 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.85.0...0.86.0
2023-08-28 09:33:08 +02:00
jan iversen
a3b526eef6
Address late modbus review ( #99123 )
...
Post review comments.
2023-08-28 09:07:31 +02:00
Erik Montnemery
4b50c95d1d
Fix trafikverket_camera recorder platform setup ( #99080 )
2023-08-28 09:05:09 +02:00
Maciej Bieniek
579c760f53
Add missing `low` state for `ENUM` Tractive sensors ( #99057 )
...
* Add missing "low" option
* Use existing translations
2023-08-28 08:23:26 +02:00
Richard Kroegel
c686f962b5
Bump bimmer_connected to 0.14.0 ( #99161 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-08-27 18:37:08 -07:00
Joost Lekkerkerker
dbb00b1725
Add code owner for Media Extractor ( #99153 )
2023-08-28 00:05:41 +02:00
Joost Lekkerkerker
c9905fda6d
Add entity translations to Watttime ( #99151 )
2023-08-27 23:54:49 +02:00
J. Nick Koston
16041e5127
Bump zeroconf to 0.85.0 ( #99165 )
2023-08-27 16:00:19 -05:00
Michael
1bd37612af
Introduce more sensors to Nextcloud ( #99155 )
2023-08-27 20:50:27 +02:00
Michael
0ce9d21bea
Rework to use list of entity descriptions in Nextcloud integration ( #99150 )
2023-08-27 20:18:55 +02:00
Joost Lekkerkerker
c88672c352
Make Anova device unique id public ( #99147 )
2023-08-27 20:10:08 +02:00
Joost Lekkerkerker
fbe2228c3f
Extract Ambient Station base entity to separate file ( #99142 )
...
* Extract Ambient Station entity to separate file
* Add to coveragerc
2023-08-27 20:09:10 +02:00
Joost Lekkerkerker
65103d4515
Improve Anova typing ( #99146 )
2023-08-27 20:06:19 +02:00
Joost Lekkerkerker
a48c7f67b4
Remove codeowner from airtouch4 ( #99145 )
2023-08-27 20:04:49 +02:00
J. Nick Koston
17fd538198
Bump zeroconf to 0.84.0 ( #99138 )
2023-08-27 13:00:58 -05:00
Joost Lekkerkerker
e1dc133fa1
Add device info to Watttime ( #99022 )
2023-08-27 19:50:36 +02:00
Joost Lekkerkerker
4394fc2897
Fix typo in AnthemAV const ( #99149 )
2023-08-27 19:38:12 +02:00
Michael
cc103ddbaa
Split Owncloud CPU load in separate sensors ( #99141 )
...
* split cpu load values into own sensors
* apply suggestion
2023-08-27 19:34:58 +02:00
J. Nick Koston
d17ffff3e3
Retry tplink setup later if device has an unexpected mac address ( #98784 )
...
Retry tplink setup later if device has an unexpected serial
If the DHCP reservation changed and there is now a different tplink device at
the saved IP address, retry setup later to avoid cross linking devices
2023-08-27 19:00:39 +02:00
escoand
d21ee30ddf
Extend Nextcloud integration ( #94066 )
2023-08-27 18:51:31 +02:00
J. Nick Koston
6cd28b64e8
Bump bluetooth-data-tools 1.9.1 ( #99131 )
2023-08-27 10:10:00 -05:00
J. Nick Koston
6992ea9af0
Bump fnv-hash-fast to 0.4.1 ( #99135 )
2023-08-27 10:08:21 -05:00
Robert Svensson
5e5193eeb5
Rework UniFi Network Controller device and add software version ( #99136 )
...
Rework Network Controller device and add software version
2023-08-27 17:07:38 +02:00
Robert Svensson
71bf782b22
Improve UniFi PoE control by queueing commands together ( #99114 )
...
* Working draft without timer
* Clean up
Improve tests
* Use async_call_later
2023-08-27 16:58:48 +02:00
J. Nick Koston
842a56f5c7
Bump zeroconf to 0.83.1 ( #99134 )
2023-08-27 09:28:23 -05:00
J. Nick Koston
5cc49f6dd6
Bump dbus-fast to 1.94.1 ( #99132 )
2023-08-27 09:27:30 -05:00
Joost Lekkerkerker
11cecc3f0a
Use shorthand attributes for airtouch4 ( #99086 )
2023-08-27 09:11:45 -05:00
Joost Lekkerkerker
faed58c01b
Migrate Somfy mylink to has entity name ( #98947 )
2023-08-27 16:09:15 +02:00
Steven Looman
045c514c18
Bump async-upnp-client to 0.35.0 ( #99129 )
2023-08-27 09:08:58 -05:00
Joost Lekkerkerker
6e157fef18
Add device info to Withings ( #99052 )
2023-08-27 16:06:08 +02:00
Joost Lekkerkerker
a73f214ead
Add typing to Venstar Config flow ( #99016 )
2023-08-27 16:03:36 +02:00
J. Nick Koston
c087e6eab6
Revert "Bump python bsblan 0.5.14" ( #99130 )
2023-08-27 08:59:28 -05:00
Allen Porter
7070302001
Use climate entity built in attrs for nest climate ( #99093 )
...
* Use climate entity built in attrs for nest climate
* Update homeassistant/components/nest/climate.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
---------
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2023-08-27 14:05:17 +03:00
Rami Mosleh
2dd6b26fbc
Add type hints to transmission ( #99117 )
...
* Add type hints
* Apply suggestions
2023-08-27 12:43:30 +02:00
J. Nick Koston
54cd0e8183
Add some missing typing to isy994 ( #99110 )
2023-08-27 12:33:00 +02:00
J. Nick Koston
0362ce92b5
Drop switchbot codeowner ( #99108 )
...
I picked up working on this integration because I wanted to make sure the new Bluetooth stack had a good test case to work out issues and did not generate unexpected breaking changes.
Since I do not use switchbot in production, I usually cannot help solve problems beyond the Bluetooth stack that is visible to HA.
While I am still happy to do code reviews here, the Bluetooth stack has matured to the point where watching for issues here is no longer helpful to maintaining the stack as the signal to noise ratio is too high
2023-08-27 09:37:27 +02:00
Robert Svensson
45efe29262
Bump aiounifi to v58 ( #99103 )
2023-08-26 18:27:45 -05:00
Willem-Jan van Rootselaar
a81e6d5811
Bump python bsblan 0.5.14 ( #99089 )
...
* update python-bsblan to 0.5.14
* fix test diagnostics
2023-08-26 22:13:25 +03:00
Joost Lekkerkerker
2fc728db42
Remove unused variable from Airthings BLE ( #99085 )
...
* Remove unused variable from Airthings BLE
* Remove unused variable from Airthings BLE
2023-08-26 19:42:49 +02:00
uvjustin
407aa31adc
Generate Stream snapshots using next keyframe ( #96991 )
...
* Add wait_for_next_keyframe option to stream images
Add STREAM_SNAPSHOT to CameraEntityFeature
Use wait_for_next_keyframe option for snapshots using stream
* Update stream test comments
* Add generic camera snapshot test
* Get stream still images directly in camera
Remove getting stream images from generic, nest, and ONVIF
Refactor camera preferences
Add use_stream_for_stills setting to camera
Update tests
* Only attempt to get stream image if integration supports stream
* Use property instead of entity registry setting
* Split out getting stream prerequisites from stream_source in nest
* Use cached_property for rtsp live stream trait
* Make rtsp live stream trait NestCamera attribute
* Update homeassistant/components/nest/camera.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* Change usage of async_timeout
* Change import formatting in generic/test_camera
* Simplify Nest camera property initialization
---------
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2023-08-26 10:39:40 -07:00
J. Nick Koston
e003903bc5
Bump zeroconf to 0.83.0 ( #99091 )
2023-08-26 12:26:12 -05:00
Ville Skyttä
c287bd1a3b
Remove pylint configs flagged by useless-suppression ( #99081 )
2023-08-26 17:46:03 +03:00
tronikos
a25a7ebbeb
Bump opower to 0.0.32 ( #99079 )
2023-08-26 15:39:48 +02:00
Allen Porter
8d9c5a61ec
Update calendar handle state updates at start/end of active/upcoming event ( #98037 )
...
* Update calendar handle state updates at start/end of active/upcoming event
* Use async_write_ha_state intercept state updates
Remove unrelated changes and whitespace.
* Revert unnecessary changes
* Move demo calendar to config entries to cleanup event timers
* Fix docs on calendars
* Move method inside from PR feedback
2023-08-25 18:32:20 -07:00
Joost Lekkerkerker
57144a6064
Use entity descriptions in Switcher ( #98958 )
2023-08-25 21:12:21 +03:00
Michael Hansen
8768c39021
Wake word cleanup ( #98652 )
...
* Make arguments for async_pipeline_from_audio_stream keyword-only after hass
* Use a bytearray ring buffer
* Move generator outside
* Move stt stream generator outside
* Clean up execute
* Refactor VAD to use bytearray
* More tests
* Refactor chunk_samples to be more correct and robust
* Change AudioBuffer to use append instead of setitem
* Cleanup
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-08-25 13:28:48 -04:00
Jan Bouwhuis
49897341ba
Add lawn_mower platform to MQTT ( #98831 )
...
* Add MQTT lawn_mower platform
* Use separate command topics and templates
* Remove unrelated change
2023-08-25 17:56:22 +02:00
Erik Montnemery
27f7399071
Modernize accuweather weather ( #99001 )
2023-08-25 16:46:23 +02:00
J. Nick Koston
d79e8b7a02
Avoid fetching state and charging state multiple time for hkc icon ( #98995 )
2023-08-25 06:35:31 -05:00
Álvaro Fernández Rojas
3f2d2a85b7
Update AEMET-OpenData to v0.4.0 ( #99015 )
...
* Update AEMET-OpenData to v0.4.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Trigger Github CI
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-25 12:53:26 +02:00
starkillerOG
bab7d289a6
Reolink fix unknown value in select enums ( #99012 )
2023-08-25 11:42:55 +02:00
Joost Lekkerkerker
da9fc495ca
Improve SRP Energy coordinator ( #99010 )
...
* Improve SRP Energy coordinator
* Use time instead of asyncio
2023-08-25 11:19:40 +02:00
Joost Lekkerkerker
11c5e3534a
Add unique id to srp energy entity ( #99008 )
2023-08-25 10:52:07 +02:00
Joost Lekkerkerker
475fd77019
Extract SRP Energy coordinator to separate file ( #98956 )
2023-08-25 10:33:02 +02:00
J. Nick Koston
3ebf96143a
Improve performance of bluetooth coordinators ( #98997 )
2023-08-25 10:31:43 +02:00
Niels Perfors
c2713f0aed
Upgrade Verisure to 2.6.6 ( #98258 )
2023-08-25 10:27:35 +02:00
Erik Montnemery
48b6b1c11a
Modernize openweathermap weather ( #99002 )
2023-08-25 10:25:03 +02:00
Ville Skyttä
e7b6037419
Remove unnnecessary pylint configs from components [e-l]* ( #99004 )
2023-08-25 09:46:34 +02:00
Allen Porter
960d66e168
Bump ical to 5.0.1 ( #98998 )
2023-08-25 09:43:11 +02:00
Erik Montnemery
3e02fb1f07
Add preview support to all groups ( #98951 )
2023-08-25 08:59:33 +02:00
Aaron Bach
a741298461
Bump `simplisafe-python` to 2023.08.0 ( #98991 )
2023-08-24 21:11:58 -05:00
Marc Mueller
72e6f79086
Replace remaining utcnow calls + add ruff check ( #97964 )
2023-08-25 03:23:43 +02:00
Marty Sun
588db501fb
Add new integration Yardian ( #97326 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-08-24 17:48:49 -05:00
Joost Lekkerkerker
54ed8fc914
Use device class translations for 1-wire ( #98813 )
2023-08-24 22:19:29 +02:00
Joost Lekkerkerker
d7adc2621d
Migrate Life360 to has entity name ( #98796 )
2023-08-24 22:03:26 +02:00
Michael Arthur
b03ffe6a6a
Electric Kiwi: Fix time for installations in UTC ( #97881 )
2023-08-24 21:57:52 +02:00
mkmer
f2c475cf1b
Bump aiosomecomfort to 0.0.17 ( #98978 )
...
* Clean up imports
Add refresh after login in update
* Bump somecomfort 0.0.17
Separate Somecomfort error to unauthorized
* Add tests
* Run Black format
2023-08-24 21:13:42 +02:00
Joost Lekkerkerker
417fd0838a
Migrate Snooz to has entity name ( #98940 )
2023-08-24 21:05:00 +02:00
Jan Bouwhuis
948b34b045
Do not force update mqtt device_tracker ( #98838 )
2023-08-24 20:09:14 +02:00
Joost Lekkerkerker
a5cced1da9
Add device to Tile ( #98964 )
2023-08-24 20:07:02 +02:00
Joost Lekkerkerker
7575ffa24e
Add entity translations to Tankerkoenig ( #98961 )
2023-08-24 19:59:34 +02:00
Joost Lekkerkerker
480db1f1e6
Migrate Squeezebox to has entity name ( #98948 )
2023-08-24 19:58:54 +02:00
Joost Lekkerkerker
be78169065
Add entity translations to Risco ( #98921 )
2023-08-24 19:56:02 +02:00
Joost Lekkerkerker
969063ccf8
Use shorthand attributes for SRP Energy ( #98953 )
2023-08-24 19:54:49 +02:00
Erik Montnemery
2066cf6b31
Remove `group_type` from group preview events ( #98952 )
2023-08-24 19:54:04 +02:00
Joost Lekkerkerker
998a390da5
Use device class in TPLink Omada Update entity ( #98971 )
2023-08-24 19:53:09 +02:00
Joost Lekkerkerker
7d35dcfa65
Make Sabnzbd entity translation clearer ( #98938 )
2023-08-24 19:49:53 +02:00
J. Nick Koston
53eb4d0ead
Bump dbus-fast to 1.94.0 ( #98973 )
2023-08-24 11:10:38 -05:00
Joost Lekkerkerker
d300f2d0cc
Remove default model from upcloud ( #98972 )
2023-08-24 16:39:14 +02:00
Ville Skyttä
9da192c752
Avoid use of `datetime.utc*` methods deprecated in Python 3.12 ( #93684 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2023-08-24 16:38:22 +02:00
G Johansson
61c17291fb
Move TemplateEntity to template ( #98957 )
...
* Move TemplateEntity to template
* Rename template_entity in helpers
2023-08-24 15:37:04 +02:00
Erik Montnemery
b145352bbb
Modernize meteo_france weather ( #98022 )
...
* Modernize meteofrance weather
* Remove options flow
* Remove unused constant
* Format code
---------
Co-authored-by: Quentin POLLET <polletquentin74@me.com>
2023-08-24 13:44:43 +02:00
Franck Nijhof
0d013767ee
Add support for event groups ( #98463 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-08-24 12:49:38 +02:00
Joost Lekkerkerker
87dd18cc2e
Remove obsolete yaml check in SQL ( #98950 )
...
* Remove unique id check from SQL
* Remove unique id check from SQL
2023-08-24 12:35:11 +02:00
G Johansson
b69e8fda77
Remove `TemplateSensor` from the `template_entity` helper ( #98945 )
...
Clean off TemplateSensor
2023-08-24 12:14:39 +02:00
J. Nick Koston
849cfa3af8
Retry yeelight setup later if the wrong device is found ( #98884 )
2023-08-24 12:04:00 +02:00
starkillerOG
9a0507af3c
Bump reolink-aio to 0.7.8 ( #98942 )
2023-08-24 12:01:22 +02:00
Erik Montnemery
d282ba6bac
Use a single WS command for group preview ( #98903 )
...
* Use a single WS command for group preview
* Fix tests
2023-08-24 11:59:24 +02:00
G Johansson
31a8a62165
SNMP sensor refactor to ManualTriggerSensorEntity ( #98630 )
...
* SNMP to ManualTriggerSensorEntity
* Mods
2023-08-24 11:45:14 +02:00
Joost Lekkerkerker
577f545113
Add entity translations to Rachio ( #98917 )
2023-08-24 11:43:10 +02:00
Erik Montnemery
c47983621c
Teach CoordinatorWeatherEntity about multiple coordinators ( #98830 )
2023-08-24 11:28:20 +02:00
Joost Lekkerkerker
f395147f7c
Move platform specifics out of Solaredge const ( #98941 )
2023-08-24 11:27:24 +02:00
Joost Lekkerkerker
0a1ad8a119
Add entity translations to Ridwell ( #98918 )
2023-08-24 10:42:05 +02:00
G Johansson
147351be6e
Add Trafikverket Camera integration ( #79873 )
2023-08-24 10:39:22 +02:00
Robert Resch
7926c5cea9
Add repair issue about the deprecation of home plus control ( #98828 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-08-24 10:33:06 +02:00
Jan Bouwhuis
8b232047c4
Add origin info support for MQTT discovered items ( #98782 )
...
* Add integration info support for MQTT discovery.
* Moving logs to discovery
* Revert adding class property
* Rename to origin
* Follow up comments
2023-08-24 09:50:39 +02:00
Joost Lekkerkerker
fe164d06a7
Add entity translations to Sabnzbd ( #98923 )
2023-08-24 09:23:48 +02:00
Joakim Sørensen
8d576c900d
Bump hass-nabucasa from 0.69.0 to 0.70.0 ( #98935 )
2023-08-24 09:18:25 +02:00
J. Nick Koston
46a0f84101
Bump bluetooth-data-tools to 1.9.0 ( #98927 )
2023-08-23 20:18:21 -05:00
Ville Skyttä
b51c0f6ddc
Remove unnnecessary pylint configs from components [s-z]* ( #98925 )
2023-08-24 01:25:32 +02:00
Jan Bouwhuis
a1307e117d
Add additional debug logging for imap ( #98877 )
2023-08-24 01:02:52 +02:00
Ville Skyttä
34b47a2597
Remove unnnecessary pylint configs from components [m-r]* ( #98924 )
2023-08-24 00:56:50 +02:00
Ville Skyttä
3b4774d9ed
Remove unnnecessary pylint configs from components/[a-d]* ( #98911 )
2023-08-24 00:54:02 +02:00
Klaas Schoute
d8f0c090cf
Energyzero - Add sensor entity to pick best hours ( #98916 )
...
* Add entity to pick best hours
* Add entity also to diagnostics
* Remove string translation that doesn't exists
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-08-23 23:02:19 +02:00
Joakim Plate
816f834807
Add moisture sensors entities for gardena ( #98282 )
...
Add support for soil moisture sensors for gardena
2023-08-23 22:46:34 +02:00
Klaas Schoute
364d872a47
Bump energyzero to v0.5.0 ( #98914 )
2023-08-23 22:43:08 +02:00
J. Nick Koston
e1db3ecf52
Retry rainmachine setup later if the wrong device is found ( #98888 )
2023-08-23 14:21:18 -05:00
Jan-Philipp Benecke
4aa7fb0e35
Use snapshot assertion for Discovergy diagnostics test ( #98871 )
...
Add snapshot assertion to Discovergy
2023-08-23 21:02:11 +02:00
Jean-François Roy
e96ce3f520
baf: Raise ConfigEntryNotReady when the device has a mismatched UUID ( #98898 )
2023-08-23 13:34:38 -05:00
Chris Talkington
22c1ddef71
Enable strict typing for ipp ( #98792 )
...
enable strict typing for ipp
2023-08-23 12:45:49 -05:00
Erik Montnemery
3c10d0e1f7
Deduplicate entities derived from GroupEntity ( #98893 )
2023-08-23 19:20:58 +02:00
Michael Hansen
4a417c7dcc
Wake word entity state/category fix ( #98886 )
...
* Only change wake word entity state on detection
* Wake word entity is diagnostic
2023-08-23 12:11:14 -04:00
J. Nick Koston
ba9c969d91
Retry lookin setup later if the wrong device is found ( #98881 )
2023-08-23 10:21:38 -05:00
J. Nick Koston
b884dafa81
Retry enphase_envoy setup later if the wrong device is found ( #98882 )
2023-08-23 10:08:47 -05:00
Chris Talkington
b854551c77
Use entity descriptions for IPP ( #93888 )
2023-08-23 09:34:21 -05:00
Franck Nijhof
39c0689fe6
Revert "Add state classes to adguard sensors" ( #98880 )
2023-08-23 16:26:20 +02:00
Dennis
57990c7597
Add state classes to adguard sensors ( #98577 )
2023-08-23 16:09:07 +02:00
Erik Montnemery
6be20b5408
Add preview support to binary sensor group ( #98872 )
2023-08-23 14:24:48 +02:00
Erik Montnemery
e3b945a8d0
Don't allow numerical sensor state to be NaN or inf ( #98110 )
2023-08-23 14:16:40 +02:00
Erik Montnemery
3b16a3e1e0
Small typing fix in binary_sensor group ( #98874 )
2023-08-23 14:04:06 +02:00
Nathan Spencer
0aeeac5c42
Bump pylitterbot to 2023.4.5 ( #98854 )
2023-08-23 12:19:25 +02:00
Joost Lekkerkerker
4f9c6351b0
Use constructor in Freebox config flow ( #98870 )
...
Create data object in init
2023-08-23 12:08:01 +02:00
Joost Lekkerkerker
5b3c60527a
Clean up Freebox config flow ( #97347 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2023-08-23 11:52:28 +02:00
Joost Lekkerkerker
a2b0149677
Remove config name from IPMA config flow ( #98576 )
2023-08-23 11:35:04 +02:00
Barry Williams
918d822ec7
Refactor openhome media player getters and attrs ( #98690 )
2023-08-23 11:31:46 +02:00
Joost Lekkerkerker
26d7e9958f
Remove YAML solution from Open Exchange Rates ( #98815 )
2023-08-23 08:11:28 +02:00
Charles Garwood
65691fffd6
Change Enphase dry contact relay binary_sensor to switch ( #98467 )
...
* Switch relay status from binary_sensor to switch
* docstring
* Bump pyenphase to 1.7.1
* review comments pt1
* review comments pt2
* Mutate data in lib instead of HA
* Bump pyenphase to 1.8.1
2023-08-22 21:28:39 -04:00
Joost Lekkerkerker
c4ae9ae430
Remove data rate converting code from NZBGet ( #98806 )
2023-08-22 23:23:13 +02:00
Álvaro Fernández Rojas
30628766ae
Update AEMET-OpenData to v0.3.0 ( #98810 )
2023-08-22 23:21:42 +02:00
Joost Lekkerkerker
e9af99e469
Add entity translations to PECO ( #98847 )
2023-08-22 23:10:02 +02:00
Joost Lekkerkerker
2ff5d6290f
Migrate Prosegur to has entity name ( #98845 )
2023-08-22 23:09:18 +02:00
starkillerOG
ade1d33367
Add entity name translations for Reolink ( #98589 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-08-22 23:07:31 +02:00
J. Nick Koston
49d73441bf
Abort ESPHome connection when both name and mac address do not match ( #98787 )
2023-08-22 23:02:23 +02:00
Álvaro Fernández Rojas
99b5c4932f
Add hot water sensor support to Airzone ( #98500 )
...
* airzone: sensors: add hot water support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone: sensor: dhw: enable _attr_has_entity_name
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Add requested changes
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-22 22:48:05 +02:00
Álvaro Fernández Rojas
af915f1425
Add Airzone Cloud System binary sensors ( #95121 )
...
* airzone_cloud: add System binary sensors
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone-cloud: add error example
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-22 22:41:03 +02:00
Jan Bouwhuis
0f58007e97
Deprecate aux heat for mqtt climate ( #98666 )
2023-08-22 22:39:55 +02:00
Maximilian
d179f8b47d
Add filter for affected areas in NINA warnings ( #97053 )
...
* Add affected areas to warnings
* Update config flow
* Remove option from config_flow
* Add regex check
* Remove regex check
2023-08-22 22:23:34 +02:00
Joost Lekkerkerker
b65e3ddc99
Add entity translations to OVO Energy ( #98835 )
2023-08-22 22:21:20 +02:00
Joost Lekkerkerker
afc3899a1b
Add device info to peco ( #98836 )
2023-08-22 22:16:30 +02:00
Joost Lekkerkerker
f10a5b7ee8
Add entity translations to Dexcom ( #98795 )
2023-08-22 22:09:18 +02:00
Jesse Hills
57bc8ae68e
Set assist pipeline binary sensor to true only when stt-start is received ( #98844 )
2023-08-23 08:00:38 +12:00
J. Nick Koston
35a8385d9d
Bump zeroconf to 0.82.1 ( #98839 )
2023-08-22 22:00:25 +02:00
Joost Lekkerkerker
0ab0901f0f
Add entity translations to Powerwall ( #98843 )
2023-08-22 21:58:57 +02:00
Joost Lekkerkerker
342e55409a
Add entity translations to OpenGarage ( #98834 )
2023-08-22 19:55:47 +02:00
mkmer
daade26466
Bump aiosomecomfort to 0.0.16 in Honeywell ( #98824 )
...
bump aiosomecomfort to 0.0.16
2023-08-22 19:35:57 +03:00
Joost Lekkerkerker
19576e6c95
Add options flow to OpenSky ( #98177 )
2023-08-22 18:06:19 +02:00
starkillerOG
59900a49e2
Add Reolink AI detection delay time ( #98398 )
2023-08-22 18:02:44 +02:00
J. Nick Koston
10b3cc4dd6
Bump zeroconf to 0.81.0 ( #98826 )
2023-08-22 10:58:29 -05:00
Michael Hansen
07884026c6
Detect wake word services in hassio discovery ( #98827 )
2023-08-22 11:31:09 -04:00
J. Nick Koston
d0fc0aea40
Retry lifx setup later if device has an unexpected serial ( #98783 )
2023-08-22 10:17:15 -05:00
Joost Lekkerkerker
890efd58e0
Add entity translations to Roku ( #96083 )
...
* Add entity translations to Roku
* Add entity translations to Roku
2023-08-22 16:59:56 +02:00
Shay Levy
406f06f0fc
Abort Shelly setup if MAC address mismatch ( #98807 )
2023-08-22 07:41:50 -05:00
Joost Lekkerkerker
097c7fbfef
Add entity translations to Nexia ( #98803 )
2023-08-22 07:41:15 -05:00
Joost Lekkerkerker
09efd1c972
Migrate Oncue to has entity name ( #98812 )
2023-08-22 07:37:33 -05:00
Ernst Klamer
1369874348
Add text sensor to BTHome ( #98355 )
2023-08-22 07:34:26 -05:00
tronikos
32d8d65add
Bump androidtvremote2 to 0.0.14 ( #98801 )
2023-08-22 12:28:19 +02:00
Joost Lekkerkerker
08707b4abd
Add entity translations to Logi circle ( #98797 )
2023-08-22 12:24:23 +02:00
Maciej Bieniek
17050a3286
Add support for Shelly Gas Valve addon ( #98705 )
...
* Support Gas Valve
* Treat opening and closing as open
* Use set_state()
* Change entity icon and name
* Add valve state sensor
* Closing == closed
* Add translations for valve state entity
* Valve state -> Valve status
* Add tests; use control_result
* Fix mypy error
* Add missing "valve" to the Mock
* Improve docstrings
* Fix climate platform tests
* Increase test coverage
* Add mising return
2023-08-22 11:53:52 +03:00
Joost Lekkerkerker
c025244ac1
Add entity translations to Modem callerID ( #98798 )
2023-08-22 10:34:39 +02:00
Erik Montnemery
b885dfa5a8
Add preview to sensor group config and option flows ( #83638 )
2023-08-22 10:29:16 +02:00
Erik Montnemery
52b1e34af0
Migrate openweathermap weather to CoordinatorEntity ( #98799 )
2023-08-22 10:27:34 +02:00