Retha Runolfsson and GitHub
c0e59c4508
Add support for switchbot s20 ( #156368 )
2025-11-11 13:55:50 +01:00
Erik Montnemery and GitHub
cd379aadbf
Use pytest.mark.freeze_time in sensibo tests ( #156348 )
2025-11-11 13:52:19 +01:00
Marc Mueller and GitHub
3f22dbaa2e
Update pytest to 9.0.0 ( #156365 )
2025-11-11 13:18:09 +01:00
Retha Runolfsson and GitHub
c18dc0a9ab
Add support for Switchbot Smart thermostat radiator ( #155123 )
2025-11-11 13:12:39 +01:00
Erik Montnemery and GitHub
f0e4296d93
Use pytest.mark.freeze_time in sensor tests ( #156349 )
2025-11-11 13:05:52 +01:00
Erik Montnemery and GitHub
b3750109c6
Use pytest.mark.freeze_time in playstation_network tests ( #156347 )
2025-11-11 13:05:38 +01:00
Erik Montnemery and GitHub
93025c9845
Use pytest.mark.freeze_time in pglab tests ( #156346 )
2025-11-11 13:05:17 +01:00
Erik Montnemery and GitHub
df348644b1
Use pytest.mark.freeze_time in openai_conversation tests ( #156345 )
2025-11-11 13:05:02 +01:00
Erik Montnemery and GitHub
8749b0d750
Use pytest.mark.freeze_time in smhi tests ( #156352 )
2025-11-11 13:02:21 +01:00
Erik Montnemery and GitHub
a6a1519c06
Use pytest.mark.freeze_time in snoo tests ( #156353 )
2025-11-11 13:02:01 +01:00
Erik Montnemery and GitHub
3068e19843
Use pytest.mark.freeze_time in telegram_bot tests ( #156354 )
2025-11-11 13:01:34 +01:00
Erik Montnemery and GitHub
55feb1e735
Use pytest.mark.freeze_time in tomorrowio tests ( #156355 )
2025-11-11 13:01:29 +01:00
Erik Montnemery and GitHub
bb7dc69131
Use pytest.mark.freeze_time in yale_smart_alarm tests ( #156359 )
2025-11-11 12:06:22 +01:00
Erik Montnemery and GitHub
aa9003a524
Use pytest.mark.freeze_time in wake_word tests ( #156360 )
2025-11-11 12:06:12 +01:00
Erik Montnemery and GitHub
4e9da5249d
Use pytest.mark.freeze_time in utility_meter tests ( #156361 )
2025-11-11 12:05:58 +01:00
Erik Montnemery and GitHub
f502739df2
Use pytest.mark.freeze_time in zha tests ( #156358 )
2025-11-11 12:04:59 +01:00
Erik Montnemery and GitHub
0f2ff29378
Use pytest.mark.freeze_time in sleep_as_android tests ( #156351 )
2025-11-11 12:04:40 +01:00
Erik Montnemery and GitHub
2921e7ed3c
Use pytest.mark.freeze_time in plaato tests ( #156362 )
2025-11-11 12:04:31 +01:00
92adcd8635
add the velux KLF 200 gateway as device ( #155434 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-11-11 11:13:18 +01:00
Erik Montnemery and GitHub
507f54198e
Use pytest.mark.freeze_time in habitica tests ( #156332 )
2025-11-11 09:37:17 +01:00
epenet and GitHub
0ed342b433
Use dpcode_wrapper in tuya alarm control panel platform ( #156306 )
2025-11-11 09:36:09 +01:00
cdnninja and GitHub
363c86faf3
Add remove entity to vesync ( #156213 )
2025-11-11 09:35:19 +01:00
Erik Montnemery and GitHub
02ff5de1ff
Use pytest.mark.freeze_time in ntfy tests ( #156336 )
2025-11-11 09:33:21 +01:00
Erik Montnemery and GitHub
a3c7d772fc
Use pytest.mark.freeze_time in conversation tests ( #156329 )
2025-11-11 09:29:46 +01:00
Erik Montnemery and GitHub
1531175bd3
Use pytest.mark.freeze_time in google tests ( #156330 )
2025-11-11 09:22:48 +01:00
Erik Montnemery and GitHub
62add59ff4
Use pytest.mark.freeze_time in google_generative_ai_conversation tests ( #156331 )
2025-11-11 09:21:52 +01:00
Erik Montnemery and GitHub
d8daca657b
Use pytest.mark.freeze_time in intellifire tests ( #156333 )
2025-11-11 10:17:58 +02:00
Erik Montnemery and GitHub
1891da46ea
Use pytest.mark.freeze_time in knx tests ( #156335 )
2025-11-11 08:52:39 +01:00
epenet and GitHub
2ae23b920a
Use dpcode_wrapper in tuya siren platform ( #156284 )
2025-11-10 23:06:14 +01:00
Artur Pragacz and GitHub
a7edfb082f
Move config intents to manager ( #154903 )
2025-11-10 16:04:25 -06:00
Ludovic BOUÉ and GitHub
3ac203b05f
Add Matter Aqara W100 fixture ( #156305 )
...
- Adds JSON fixture file containing Matter node data for the Aqara W100 sensor
- Updates test configuration to include the new fixture in parametrized tests
- Adds snapshot test data for sensor and button entities created by this device
2025-11-10 21:58:18 +01:00
Jan Bouwhuis and GitHub
7c3eb19fc4
Fix issues() template method returns non active issues ( #156274 )
2025-11-10 21:56:57 +01:00
0cf0f10654
Correct migration to recorder schema 51 ( #156267 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-11-10 20:14:25 +01:00
Ludovic BOUÉ and GitHub
8429f154ca
Fix status checks in Matter binary sensors ( #156276 )
...
This PR fixes bitmap bit checking logic in Matter binary sensors by replacing equality comparisons with bitwise AND operations. The changes correct how the integration checks if specific bits are set in bitmap fields.
Key changes:
Changed equality checks (==) to bitwise AND operations (&) for checking bitmap bits
Wrapped bitwise operations with bool() to ensure boolean return values
Applied fixes consistently across PumpStatus, DishwasherAlarm, and RefrigeratorAlarm bitmaps
2025-11-10 19:45:17 +01:00
David Rapan and GitHub
583b439557
Add Shelly number translation ( #156156 )
...
Signed-off-by: David Rapan <david@rapan.cz >
2025-11-10 19:15:16 +02:00
Michael Hansen and GitHub
05922de102
Always chunk Wyoming TTS audio ( #156079 )
2025-11-10 10:40:45 -05:00
b5ae04605a
Add climate platform for niko_home_control ( #138087 )
...
Co-authored-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com >
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: VandeurenGlenn <8685280+VandeurenGlenn@users.noreply.github.com >
2025-11-10 16:27:59 +01:00
Manu and GitHub
2240d6b94c
Enable trophy sensors also for friends in PlayStation Network integration ( #156106 )
2025-11-10 16:18:15 +01:00
J. Nick Koston and GitHub
8a926add7a
Bump PySwitchbot to 0.73.0 ( #156266 )
2025-11-10 10:10:23 -05:00
33ad777664
Add temp sensor to vesync humidifers ( #155637 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-11-10 16:03:16 +01:00
Bouwe Westerdijk and GitHub
59a4e4a337
Add Plugwise Adam zone profile select ( #156262 )
2025-11-10 16:00:26 +01:00
Heindrich Paul and GitHub
ad395e3bba
Add delay clean time support to Tuya integration for cat litter boxes ( #156053 )
2025-11-10 15:48:00 +01:00
hanwg and GitHub
cfc6f2c229
Remove yaml in tests for Telegram polling bot ( #156257 )
2025-11-10 15:30:06 +01:00
Andrew Jackson and GitHub
63aa41c766
Bump aiomealie to 1.1.0, adding recipe rating ( #156256 )
2025-11-10 15:28:45 +01:00
037e0e93d3
Cleanup binary sensor platform for Satel Integra ( #155915 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-11-10 15:13:49 +01:00
epenet and GitHub
db8b5865b3
Improve Tuya event tests ( #156259 )
2025-11-10 15:03:23 +01:00
epenet and GitHub
bd2ccc6672
Add tests for tuya button ( #156252 )
2025-11-10 14:54:51 +01:00
65285b8885
Fix Matter ValveFault attribute handling ( #156258 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com >
2025-11-10 14:45:13 +01:00
Denis Shulyaka and GitHub
326b8f2b4f
Add AI task for Anthropic ( #156221 )
2025-11-10 14:01:28 +01:00
Heindrich Paul and GitHub
9f3df52fcc
Added light support to cat litter boxes ( #156051 )
2025-11-10 13:57:54 +01:00