epenet
2659097010
Adjust type hints in aosmith config_flow ( #127160 )
2024-10-01 11:21:22 +02:00
epenet
5f1470af9f
Adjust type hints in alarmdecoder config_flow ( #127161 )
2024-10-01 11:21:10 +02:00
Erik Montnemery
4ceff8cabf
Use ConfigFlow.has_matching_flow to deduplicate lifx flows ( #127163 )
2024-10-01 11:20:50 +02:00
Erik Montnemery
b12f3e5aff
Store huawei_lte flow data in flow handler attributes ( #127173 )
2024-10-01 11:18:57 +02:00
Erik Montnemery
f0b57e2873
Store smappee flow data in flow handler attributes ( #127178 )
2024-10-01 11:17:20 +02:00
Erik Montnemery
f71baf3c73
Store keenetic_ndms2 flow data in flow handler attributes ( #127174 )
2024-10-01 11:16:40 +02:00
Erik Montnemery
d9bba25f67
Store toon flow data in flow handler attributes ( #127180 )
2024-10-01 11:15:54 +02:00
Erik Montnemery
eb1fe93a59
Store devolo_home_network flow data in flow handler attributes ( #127169 )
2024-10-01 11:15:34 +02:00
Erik Montnemery
825bce32b5
Store fully_kiosk flow data in flow handler attributes ( #127172 )
2024-10-01 11:11:48 +02:00
Erik Montnemery
36df9e0464
Store ezviz flow data in flow handler attributes ( #127171 )
2024-10-01 11:11:21 +02:00
Erik Montnemery
46480c5624
Store esphome flow data in flow handler attributes ( #127170 )
2024-10-01 11:10:38 +02:00
Erik Montnemery
73fad671ed
Store arcam_fmj flow data in flow handler attributes ( #127166 )
2024-10-01 11:09:29 +02:00
epenet
0d9f2aee70
Fix incorrect type hint in zwave_js config flow ( #127158 )
2024-10-01 10:20:01 +02:00
dependabot[bot]
805c717013
Bump github/codeql-action from 3.26.9 to 3.26.10 ( #127157 )
2024-10-01 09:15:47 +02:00
dependabot[bot]
9fcb1da06b
Bump docker/build-push-action from 6.8.0 to 6.9.0 ( #127156 )
2024-10-01 09:15:26 +02:00
epenet
dcb6c9a133
Adjust type hints in zwave_js config flow ( #127104 )
2024-09-30 21:42:16 +02:00
G Johansson
edcb4eca22
Use async_update_reload_and_abort in Trafikverket Camera ( #127137 )
2024-09-30 21:30:53 +02:00
G Johansson
de6ca56504
Add config flow validation that calibration factor is not zero ( #127136 )
...
* Add config flow validation that calibration factor is not zero
* Add test
2024-09-30 21:30:28 +02:00
G Johansson
fdd9fca5b3
Fix naming and docstring in yale_smart_alarm select ( #127141 )
2024-09-30 21:22:55 +02:00
Joost Lekkerkerker
10805805fe
Add devices to Withings ( #126853 )
2024-09-30 21:06:51 +02:00
G Johansson
05288dad51
Allow negative calibration factor in mold_indicator ( #127133 )
2024-09-30 20:50:32 +02:00
Franck Nijhof
053ff33ef9
Update RestrictedPython to 7.3 ( #127130 )
2024-09-30 19:53:38 +02:00
Franck Nijhof
c97f1baa2b
Update gotailwind to 0.2.4 ( #127129 )
2024-09-30 19:52:11 +02:00
starkillerOG
0f4c50e83c
Mark Reolink camera entities as unavailable when camera is offline ( #127127 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-09-30 19:00:37 +02:00
Martin Hjelmare
0a99c1c633
Bump zwave-js-server-python to 0.58.1 ( #127114 )
...
* Bump zwave-js-server-python to 0.58.1
* Update tests
2024-09-30 18:35:14 +02:00
Bram Kragten
d6ae47a0de
Update frontend to 20240930.0 ( #127125 )
2024-09-30 18:28:03 +02:00
Darren Griffin
b258e6464d
Add Open Home Foundation logo to README ( #127111 )
...
* Added Open Home Foundation logo to README
* Remove legacy reference to OHF website
* Add alt text to OHF logo
2024-09-30 16:49:30 +02:00
epenet
86a95013b6
Use start_reauth_flow helper in ezviz and netatmo tests ( #127100 )
...
* Use start_reauth_flow helper in netatmo tests
* Use start_reauth_flow helper in ezviz tests
2024-09-30 16:38:34 +02:00
Christopher Fenner
636cba5d6b
Add hotwater storage sensors to ViCare integration ( #126570 )
...
add sensors for hotwater storage
2024-09-30 16:37:50 +02:00
Sven Sager
74931071de
Use scheduled current preset (if set), when setting HVAC mode in AVM Fritz!Smarthome ( #126044 )
...
* Use temperature of current preset when set fritz HVAC mode to HEAT
If the HVAC mode of the Fritzbox thermostats changes from `HVACMode.OFF`
to `HVAMode.HEAT`, the current preset (COMFORT / ECO) should be
observed. Depending on the status of the current preset, the set
temperature of comfort / eco is set as the new temperature.
* fixup do not use value_scheduled_preset
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
* Add current_preset value to test_set_hvac_mode
The current_preset parameter allows the mock to be set to an active
preset. When setting HVACMode.HEAT, the respective temperature of the
ECO/COMFORT preset should be set.
* fixup Use the updated value_scheduled_preset function
To distinguish which temperature should be used when setting the
`HVAMode.HEAT`, `value_schedules_preset` is now used again, which has
been updated since the first commit. If no schedule is active, the
comfort_temperature is used. Otherwise, the respective temperature of
the current preset.
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
---------
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2024-09-30 16:29:39 +02:00
epenet
c92169cb20
Use a generic string as default description placeholder in workday config_flow ( #127112 )
2024-09-30 15:57:37 +02:00
IceBotYT
927813ab3b
Raise HomeAssistantError in entity action calls in Nice G.O. ( #126439 )
2024-09-30 15:36:10 +02:00
epenet
060268747c
Add default description placeholder in workday config_flow ( #127110 )
2024-09-30 15:35:01 +02:00
epenet
47c953209d
Adjust type hints in insteon config_flow ( #127108 )
2024-09-30 15:32:37 +02:00
epenet
16df3eb995
Adjust type hints in wilight config_flow ( #127107 )
2024-09-30 15:29:52 +02:00
epenet
454fb30759
Adjust type hints in enphase_envoy config_flow ( #127106 )
2024-09-30 15:29:25 +02:00
epenet
4e157c2999
Adjust type hints in zha config flow ( #127105 )
2024-09-30 15:20:20 +02:00
epenet
d96fd518e7
Use HassKey in azure_data_explorer ( #127087 )
...
* Use HassKey in azure_data_explorer
* Adjust tests
* Adjust
* Remove test
2024-09-30 14:45:37 +02:00
epenet
07fa1fa771
Move monzo test ( #127101 )
...
* Move monzo test
* Update tests/components/monzo/test_init.py
2024-09-30 14:43:23 +02:00
Christopher Fenner
404b3fcd03
Add support for room sensors in ViCare integration ( #125243 )
...
* Add room sensors
* set humidity device class
* add labels
* Create RoomSensor2.json
* Create RoomSensor1.json
* Update conftest.py
* Create test_sensor.py
* enable E3_RoomSensor
* use setup_integration
* fix ruff findings
* add test case
* fix entity id
* Apply suggestions from code review
* update
* fix findings
* reuse labels
* Apply suggestions from code review
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Apply suggestions from code review
* fix test snapshot
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-30 14:32:04 +02:00
epenet
e1db5f3cac
Use start_reauth_flow helper in switcher_kis tests ( #127098 )
2024-09-30 15:28:33 +03:00
epenet
4bb768f39c
Add test for start_reauth_flow test helper ( #127093 )
...
* Improve docstring in start_reauth_flow
* Add test
* Make private
* Make fully private until actually needed
2024-09-30 14:28:13 +02:00
Joost Lekkerkerker
730012edfd
Bump yt-dlp to 2024.09.27 ( #127096 )
2024-09-30 13:25:17 +02:00
Joost Lekkerkerker
352987db7e
Make Laundrify unique id a string ( #127092 )
2024-09-30 13:21:20 +02:00
G Johansson
92a6f231a9
Workday raise issues only to next year ( #126997 )
...
* Workday - raise issues only for current and next year
* variable
2024-09-30 13:08:58 +02:00
G Johansson
a44bf164e5
Add select volume to yale_smart_alarm ( #127005 )
2024-09-30 12:55:09 +02:00
Allen Porter
5cc8cfb209
Update local_calendar/todo to avoid blocking in the event loop ( #127048 )
2024-09-30 12:51:41 +02:00
Jan Bouwhuis
f99b7d8b78
Start mqtt integration discovery config flow only once if config has not changed ( #126966 )
...
* Start mqtt integration config flow only once
* Remember last config message
* Filter out instead of unsubscribing the intehration discovery topic
* Follow up comments from code review
2024-09-30 12:44:40 +02:00
Erik Montnemery
e8fd97e355
Fix stale docstring in loader.USBMatcher ( #127094 )
2024-09-30 12:42:04 +02:00
Simon Goodall
5e64caa225
Check "status" is present before access during device update ( #127091 )
2024-09-30 12:06:48 +02:00