Norbert Rittel
c151696357
Fix spelling in Reolink user-facing strings ( #141971 )
...
Fix spelling in `reolink` user-facing string
- replace three occurrences of "a" with proper "an"
- replace "infra red" with "infrared"
2025-04-01 11:38:48 +02:00
Paulus Schoutsen
cbcd1929dd
Move Z-Wave JS smoke, CO, CO2, Heat, Water problem entities to diagnostic ( #129922 )
...
* Move Z-Wave JS smoke, CO, CO2, Heat, Water problem entities to diagnostic
* Update link + states
* Specify problem class explicitly instead of catch-all
* Heat alarm test is not a problem
* Also split out smoke alarm
* Document mapping rule
* add tests
* format
* update test
* review comments
* remove idle state from doc as it is ignored
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-04-01 11:37:59 +02:00
Norbert Rittel
7a9836064d
Replace "A entity" with "An entity" in modbus
( #141973 )
...
* Replace "A entity" with "An entity" in `modbus`
* Fix wrong commas
2025-04-01 11:14:41 +02:00
epenet
3155c1cd4f
Add tests for renault QuotaLimitException ( #141985 )
2025-04-01 11:01:13 +02:00
Norbert Rittel
28c38e92d4
Fix typo "certificartes" in fully_kiosk
( #141979 )
2025-04-01 09:28:41 +02:00
Norbert Rittel
9c3b9eee2a
Replace "a entity" with "an entity" in isy994
user strings ( #141972 )
2025-04-01 09:52:31 +03:00
J. Nick Koston
def50b255d
Bump aiohttp to 3.11.15 ( #141967 )
...
changelog: https://github.com/aio-libs/aiohttp/compare/v3.11.14...v3.11.15
fixes #141855
fixes #141146
2025-04-01 08:31:25 +02:00
Steven Stallion
aa7694e81c
Bump sensorpush-api to 2.1.2 ( #141965 )
2025-04-01 07:29:09 +02:00
Manu
a722912e05
Add translations for flash options in light.turn_on
action ( #141950 )
2025-04-01 05:43:24 +02:00
Norbert Rittel
a09213bce8
Replace "Start" and "Disable" with common actions in hassio
( #141953 )
2025-03-31 23:23:25 +02:00
J. Nick Koston
0abaaa0a06
Bump pydantic to 2.11.1 ( #141951 )
2025-03-31 23:23:02 +02:00
Ben Jones
363b88407c
Handle empty or missing state values for MQTT light entities using 'template' schema ( #141177 )
...
* check for empty or missing values when processing state messages for MQTT light entities using 'template' schema
* normalise warning logs
* add tests (one is still failing and I can't work out why)
* fix test
* improve test coverage after PR review
* improve test coverage after PR review
2025-03-31 23:16:22 +02:00
Norbert Rittel
4a4458ec5b
Replace "Open" with common state in comelit
( #141949 )
2025-03-31 22:02:22 +02:00
Steven Looman
b3379e1921
Bump async-upnp-client to 0.44.0 ( #141946 )
2025-03-31 21:35:21 +02:00
Bram Kragten
09e5fbb258
Update frontend to 20250331.0 ( #141943 )
2025-03-31 21:23:48 +02:00
puddly
b758dc202f
Reload the ZBT-1 integration on USB state changes ( #141287 )
...
* Reload the config entry when the ZBT-1 is unplugged
* Register the USB event handler globally to react better to re-plugs
* Fix existing unit tests
* Add an empty `CONFIG_SCHEMA`
* Add a unit test
* Fix unit tests
* Fix unit tests for Linux
* Address most review comments
* Address remaining review comments
2025-03-31 09:10:24 -10:00
Jan-Philipp Benecke
c5f75bc135
Import function instead of relying on hass.component
in watergate ( #141945 )
2025-03-31 21:10:14 +02:00
Michael
a904df5bc2
Add common module to ProxymoxVE integration ( #141941 )
...
add common module
2025-03-31 21:03:13 +02:00
Abílio Costa
1978e94aaa
Fix Whirlpool sensor icon definition ( #141937 )
2025-03-31 19:32:24 +01:00
Michael Hansen
28dbf6e3dc
Add preannounce boolean for announce/start conversation ( #141930 )
...
* Add preannounce boolean
* Fix disabling preannounce in wizard
* Fix casing
* Fix type of preannounce_media_id
* Adjust description of preannounce_media_id
2025-03-31 20:29:07 +02:00
Jan-Philipp Benecke
ef989160af
Bump aiowebdav2 to 0.4.5 ( #141934 )
2025-03-31 19:08:21 +02:00
Erik Montnemery
4071eb76c7
Revert PR 136314 (Cleanup map references in lovelace) ( #141928 )
...
* Revert PR 136314 (Cleanup map references in lovelace)
* Update homeassistant/components/lovelace/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix dashboard creation
* Update homeassistant/components/lovelace/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-03-31 18:33:45 +02:00
J. Nick Koston
ac723161c1
Bump grpcio to 1.71.0 ( #141881 )
2025-03-31 06:16:33 -10:00
elmurato
94884d33db
Add button platform to Pterodactyl ( #141910 )
...
* Add button platform to Pterodactyl
* Fix parameter order of send_power_action, remove _attr_has_entity_name from button
* Rename PterodactylCommands to PterodactylCommand
2025-03-31 17:53:08 +02:00
Norbert Rittel
64994277b1
Fix spelling of "QR code" and improve grammar in tuya
( #141929 )
...
* Fix spelling of "QR code" in `tuya`
Remove the wrong hyphen.
* Add "the" to the sentence to improve the grammar
2025-03-31 17:23:14 +03:00
Josef Zweck
8abf822d92
Add None check to azure_storage ( #141922 )
2025-03-31 15:29:17 +02:00
Erik Montnemery
6e6f10c085
Don't create persistent notification when starting discovery flow ( #141546 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-03-31 14:42:58 +02:00
Norbert Rittel
1c0768dd78
Replace "Disconnected" with common string in teslemetry
( #141914 )
...
Replaced "Disconnected" with common string in `teslemetry`
2025-03-31 14:42:07 +02:00
Paulus Schoutsen
c888502671
Add quality scale summary generator ( #141780 )
...
* Add quality scale summary generator
* Remove executable bit
* Split out virtual
2025-03-31 14:41:13 +02:00
Michael
58af3545f4
Correct further sensor categorizations in AVM Fritz!Box tools ( #141911 )
...
mark margin and attenuation as diagnostic and disable them by default
2025-03-31 13:18:44 +02:00
Norbert Rittel
d669dd45cf
Use common state for "Paused" and "Unplugged" / "Plugged in" from binary sensor
( #141908 )
...
Use common state for "Paused" and "Unplugged" / "Plugged" from `binary sensor`
2025-03-31 13:18:12 +02:00
Norbert Rittel
05a5b8cdf0
Replace "Connected" and "Disconnected" with common states ( #141912 )
2025-03-31 13:17:46 +02:00
Norbert Rittel
33b6d0a45f
Replace "Connected" and "Disconnected" with common states ( #141913 )
2025-03-31 13:13:48 +02:00
Joost Lekkerkerker
fba11d8016
Don't create SmartThings entities for disabled components ( #141909 )
2025-03-31 13:36:46 +03:00
Norbert Rittel
314834b4eb
Use more common state strings in lektrico
( #141906 )
2025-03-31 13:36:31 +03:00
Abílio Costa
46a8325556
Simplify Energy cost sensor update method ( #138961 )
2025-03-31 11:32:30 +01:00
Erik Montnemery
86622cd29d
Remove unnecessary imports of http integration ( #141899 )
...
* Remove unnecessary imports of http integration
* Check reason for test failures
* Revert "Check reason for test failures"
This reverts commit 5ccf356ab029402ab87e00dc00eeb4798a0f6658.
* Update tests
2025-03-31 11:30:20 +01:00
Joost Lekkerkerker
c91a1d0fce
Fix SmartThings being able to understand incomplete DRLC ( #141907 )
2025-03-31 12:20:06 +02:00
Dan Raper
778a2891ce
Bump ohmepy to 1.5.1 ( #141879 )
...
* Bump ohmepy to 1.5.1
* Fix types for ohmepy version change
2025-03-31 11:44:01 +02:00
Retha Runolfsson
560c719b0f
Add switchbot cover unit tests ( #140265 )
...
* add cover unit tests
* Add unit test for SwitchBot cover
* fix: use mock_restore_cache to mock the last state
* modify unit tests
* modify scripts as suggest
* improve readability
* adjust patch target per review comments
* adjust patch target per review comments
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-03-31 11:42:31 +02:00
Franck Nijhof
d5ab86edbf
Fix SmartThings climate entity missing off HAVC mode ( #141700 )
...
* Fix smartthing climate entity missing off HAVC mode:
* Fix tests
* Fix test
---------
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-03-31 11:41:52 +02:00
Thomas55555
6aeb7f36f6
Handle 403 error in remote calendar ( #141839 )
...
* Handle 403 error in remote calendar
* tests
2025-03-31 11:40:14 +02:00
Erik Montnemery
f6308368b0
Test behavior of statistic_during_period when circular mean is undefined ( #141554 )
...
* Test behavior of statistic_during_period when circular mean is undefined
* Improve comment
2025-03-31 10:43:57 +02:00
pglab-electronics
c0e8f14745
Update support to external library pypglab to version 0.0.5 ( #141876 )
...
update support to external library pypglab to version 0.0.5
2025-03-31 10:25:48 +02:00
elmurato
0488012c77
Add sensor platform to Pterodactyl ( #141428 )
...
* Add sensor platform
* Correct CPU Limit state attribute translation
* Remove calculated util entitites, add usage and limit entities
* Use suggested_unit_of_measurement instead of converters
* Start only first word of sensor names in upper case, improve suggested units of sensors
* Simplify update of native_value, set uptime as timestamp
* Add paranthesis around multi-line lambda
2025-03-31 10:23:40 +02:00
J. Nick Koston
f247183e11
Bump SQLAlchemy to 2.0.40 ( #141898 )
...
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.40
2025-03-31 10:11:13 +02:00
Norbert Rittel
c662b94d06
Replace "Away" in climate
with common state string, matching "Home" ( #141897 )
...
* Replace "Away" in `climate` with common state string
Also reordered the states a bit to group the two presence-based options at the top and order the rest alphabetically.
* Prettier
2025-03-31 09:56:10 +02:00
Norbert Rittel
ee4bf165b5
Use common state for "Away" in nobo_hub
( #141895 )
2025-03-31 08:45:19 +02:00
Norbert Rittel
92ac396d19
Use common state for "Away" in honeywell
( #141894 )
2025-03-31 08:44:42 +02:00
Norbert Rittel
03366038ce
Define "Away" state in plugwise
using common string ( #141875 )
2025-03-31 07:35:03 +02:00