Commit Graph

88184 Commits (1e4c7e832df6100390161418ff81070e77500378)

Author SHA1 Message Date
Robert Resch 1e4c7e832d
Bump go2rtc recommended version to 1.9.8 () 2025-01-13 17:02:23 +01:00
Maxim Mikityanskiy 275365a9d3
Expose raw PM2.5 in Airgradient () 2025-01-13 14:42:53 +00:00
G Johansson 4709a3162c
Change Trafikverket Train to use station signatures ()
Co-authored-by: Robert Resch <robert@resch.dev>
2025-01-13 15:38:02 +01:00
Franck Nijhof 157548609b
Revert "Make all three numbered lists consistent, using 1. 1. 1. for the syntax" () 2025-01-13 14:18:47 +00:00
Manu fc0a6c2ff3
Refactor number/select to use common method in IronOS () 2025-01-13 14:50:55 +01:00
Klaas Schoute 0d116ec6a2
Improve tests of energyzero integration ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-01-13 14:49:01 +01:00
Marc Mueller 6060f637a8
Update getmac to 0.9.5 () 2025-01-13 14:47:32 +01:00
Shay Levy ba9ad009e9
Fix LG webOS TV trigger validation ()
* Fix LG webOS TV trigger validation

* Raise if not loaded
2025-01-13 15:37:40 +02:00
Norbert Rittel ec5759d3b9
Fix typos "Login" > "Log in" and "Setup" > "Set up" () 2025-01-13 14:16:25 +01:00
Norbert Rittel c7a5c49a03
Small fixes in the strings file of the azure_data_explorer integration () 2025-01-13 14:16:00 +01:00
Dave T 9b55faa879
Refactor config flow tests in generic camera ()
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2025-01-13 14:15:21 +01:00
jesperraemaekers 6fd9476bb9
Refresh token before setting up weheat () 2025-01-13 14:01:57 +01:00
dotvav d33ee130bc
Bump pypalazzetti to 0.1.19 () 2025-01-13 13:59:34 +01:00
dotvav e1ffd9380d
Replace climate fan speed 'silent' with a button () 2025-01-13 13:51:20 +01:00
Norbert Rittel fc6695b05c
Use proper sentence-case for all strings in azure_event_hub () 2025-01-13 13:47:40 +01:00
Duco Sebel 8f71d7a6f3
Move HomeWizard API initialisation to async_setup_entry () 2025-01-13 13:35:50 +01:00
Manu 4dbf2b0320
Fix grey dailies with weekly frequency and no weekdays selected in Habitica () 2025-01-13 13:20:15 +01:00
Austin Mroczek 3aa466806e
TotalConnect update quality_scale with documentation updates () 2025-01-13 13:11:56 +01:00
Lukas Schlötterer 7b63c17101
Add kV and MV unit conversion for voltages () 2025-01-13 13:00:35 +01:00
Brett Adams dae87db244
Fix when live status is blank in Telsemetry () 2025-01-13 12:44:36 +01:00
Norbert Rittel fba1b4be5b
Replace "click" with "select" to fit for mobile app () 2025-01-13 12:32:07 +01:00
Mick Vleeshouwer c15073cc27
Fix incorrect cast in HitachiAirToWaterHeatingZone in Overkiz () 2025-01-13 12:11:01 +01:00
Paul Daumlechner 25041aa02d
Add dhcp discovery to velux ()
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-01-13 12:01:04 +01:00
Norbert Rittel 96ad2b6ed8
Replace "Login …" with "Log in …" in two strings of Habitica integration () 2025-01-13 11:55:55 +01:00
epenet a649ff4a91
Add hassio discovery to onewire () 2025-01-13 11:55:18 +01:00
Joost Lekkerkerker 1ceebd92a9
Change icon ID name in Lametric () 2025-01-13 11:48:00 +01:00
Artur Pragacz b009f11013
Fix referenced objects in script sequences () 2025-01-13 11:40:53 +01:00
Maikel Punie 2d67aca550
Rework velbus services to deprecated the interface parameter ()
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-01-13 11:36:20 +01:00
LG-ThinQ-Integration 98ef32c668
Add remain, running, schedule time sensors to LG ThinQ ()
Co-authored-by: yunseon.park <yunseon.park@lge.com>
2025-01-13 11:29:09 +01:00
Erik Montnemery 3a0072d42d
Fix typing in zha update entity () 2025-01-13 11:27:20 +01:00
Maciej Bieniek 86ea68eaec
Add missing `total active returned energy` sensor for Shelly Mini PM Gen3 ()
Add missing total active returned energy sensor for Mini PM Gen3
2025-01-13 11:12:04 +01:00
Michael e67a131bd9
Bump uv to 0.5.18 () 2025-01-13 09:11:46 +01:00
dependabot[bot] c36d73e469
Bump github/codeql-action from 3.28.0 to 3.28.1 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 08:54:42 +01:00
Khole ac279d9794
Replace pyhiveapi with pyhive-integration () 2025-01-13 08:50:25 +01:00
J. Nick Koston 4e5bf5ac22
Ensure ESPHome cleanups Bluetooth scanner data upon removal ()
* Add bluetooth API to remove scanners that are no longer used

- Cleanup the advertisment history right away when a scanner is removed

In the future we will do some additional cleanup

* coverage

* finish tests

* Ensure ESPHome cleanups Bluetooth scanner data upon removal

needs https://github.com/home-assistant/core/pull/135408
2025-01-12 22:41:49 -05:00
J. Nick Koston 2e5e2c50dd
Ensure Shelly cleanups Bluetooth scanner data upon removal ()
* Add bluetooth API to remove scanners that are no longer used

- Cleanup the advertisment history right away when a scanner is removed

In the future we will do some additional cleanup

* coverage

* finish tests

* Ensure Shelly cleanups Bluetooth scanner data upon removal

needs https://github.com/home-assistant/core/pull/135408
2025-01-12 22:41:21 -05:00
J. Nick Koston c9a7afe439
Add bluetooth API to remove scanners that are no longer used () 2025-01-12 14:03:05 -10:00
Ville Skyttä 0a444de39c
Refactor upcloud to use config entry runtime data () 2025-01-13 01:43:37 +02:00
Ravaka Razafimanantsoa 559c411dd2
Add current and voltage for plugs to switchbot_cloud ()
SwitchBot Cloud: Adding current and voltage for plugs
2025-01-12 18:42:06 +01:00
tronikos 61ea732caa
Fix strings for the Google integrations () 2025-01-12 09:15:33 -08:00
Ravaka Razafimanantsoa 11ebc27bfe
Bump switchbot-api to 2.3.1 () 2025-01-12 17:29:01 +01:00
Manu ccb94ac6a6
Update translations and error messages in Bring! integration ()
* Update translations and error messages

* use placeholder for field name

* change key for translation string
2025-01-12 16:27:31 +01:00
WaterInTheLake ab0dfe304c
Fix translation string: numbering in list () 2025-01-12 14:42:45 +01:00
Norbert Rittel 8b0be70fdd
Fix descriptions of send_message action of Bring! integration ()
* Make "Urgent message" selector consistent, use "Bring!" as name

- Replace one occurrence of "bring" with the brand name "Bring!"
- Change description of action to third-person singular for consistency in Home Assistant
- Make all occurrences of the selector "Urgent message" consistent (in sentence case) so they all get consistent translations, too
- Change one related error message to refer to the UI name of the required "Article" field

* Changed ` to '  to avoid Regex problems

* Reverted change to notify_missing_argument_item

Reverted to avoid failing test

* Reverted change to "bring"

* Add "is" to description of "Article"

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2025-01-12 14:36:23 +01:00
tronikos f7df214dd8
Fix config entries typo s/entruis/entries/ ()
Fix typo s/entruis/entries/
2025-01-12 11:07:45 +01:00
Andrew Sayre 11fa6b2e4e
Bump pyheos to 1.0.0 () 2025-01-11 23:06:06 -06:00
Joost Lekkerkerker 52c57eb2e5
Actually use translated entity names in Lametric () 2025-01-11 23:15:49 +01:00
Manu 0d85f54e76
Add sensors for inventory items to Habitica ()
Add sensors for inventory items
2025-01-11 21:31:36 +01:00
Norbert Rittel b3af12c9b1
Reword action descriptions for better translations in Teslemetry ()
Slightly reword action descriptions for better translations

Currently only one of the action descriptions in the Teslemetry integration uses the descriptive form of third person plural.

This commit changes the remaining descriptions to adopt the same language and changes "the" to "a" as the actual action target is defined below that in the UI.
2025-01-11 20:15:41 +00:00
Jeff Terrace 6571ebf15b
Add additional Tapo ONVIF Person/Vehicle/Line/Tamper/Intrusion events () 2025-01-11 09:52:46 -10:00