Commit Graph

83354 Commits (1c33561fbf633d6b49550abac81d78532d7ae206)

Author SHA1 Message Date
Oliver 1c33561fbf
Update `denonavr` to `v1.0.0` () 2024-09-25 08:59:42 +02:00
epenet b48c439bff
Remove redundant source_type property from ScannerEntities () 2024-09-25 08:58:54 +02:00
epenet a3c2a7e1e0
Remove redundant source_type property from TrackerEntities () 2024-09-25 08:56:42 +02:00
Tal Atlas 7e41b40441
Update Tuya integration with target distance ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-09-25 08:47:53 +02:00
Allen Porter e351f8ba07
Bump python-google-photos-library-api to 0.12.1 () 2024-09-25 08:45:58 +02:00
epenet 1adaaf49cc
Add specific EntityDescription to describe device tracker entities ()
* Add TrackerEntityDescription to describe tracker entities

* Improve

* Adjust components

* Add ScannerEntityDescription

* Simplify

* Revert

* Set TrackerEntity default source type to SourceType.GPS

* Fix rebase

* Adjust default

* Remove source_type from EntityDescription

* Fix rebase

* Docstring

* Remove BaseTrackerEntityDescription
2024-09-25 07:28:29 +02:00
Manu e10d731049
Update snapshot for Bring tests () 2024-09-24 19:27:20 -07:00
J. Nick Koston 242a3c6616
Bump google-generativeai to 0.8.2 ()
changelog: https://github.com/google-gemini/generative-ai-python/compare/v0.7.2...v0.8.2
2024-09-24 15:13:12 -07:00
Joost Lekkerkerker 636ea82bf1
Add Aqara brand () 2024-09-24 23:19:06 +02:00
Joost Lekkerkerker c5d562a56f
Add Spelling Bee and connections support to NYT Games () 2024-09-24 23:09:58 +02:00
epenet 2a0c779a02
Avoid raw string in device_tracker source_type () 2024-09-24 23:01:47 +02:00
Manu 3d4ac7ca63
Add diagnostics platform to Bring integration () 2024-09-24 23:00:43 +02:00
Erik Montnemery 161f37bb98
Add tests which directly test the recorder job wrappers () 2024-09-24 23:00:00 +02:00
Manu 20030ab604
Add sensor platform to Bring integration ()
* Add sensor platform to Bring integration

* Add more tests

* unignore typedef check

* Update language sensor

* update snapshot

* changes

* add entities

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* add units

* lowercase

* snapshot

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-24 22:55:48 +02:00
starkillerOG c66e2dc076
Remove leftover wrong icon from Reolink ()
Remove wrong icon
2024-09-24 22:51:16 +02:00
Allen Porter 8d0e9eb8ac
Improve Roborock error handling () 2024-09-24 22:38:40 +02:00
J. Nick Koston 2dcd5e55e2
Bump aiohttp to 3.10.6 () 2024-09-24 22:38:24 +02:00
G Johansson ab8e2d92c8
Add diagnostics to Workday () 2024-09-24 22:37:54 +02:00
Joost Lekkerkerker 03968b44bd
Improve typing in Yamaha ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-09-24 22:25:54 +02:00
Joost Lekkerkerker 686d591f4f
Add coordinator to Spotify () 2024-09-24 22:24:40 +02:00
civita c53a760ba3
Update strings in tailscale () 2024-09-24 22:12:24 +02:00
jvmahon 5e2955845a
Add button platform to Matter integration ()
* Add files via upload

* add test

* add discovery schemas for operational state commands

* tests

* add filter resets

* add filter reset buttons

* Apply suggestions from code review

* tweak test

---------

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-24 22:07:29 +02:00
starkillerOG 9a4a66b33f
Use insecure SSL cipher for Reolink aiohttp clientsession () 2024-09-24 21:50:45 +02:00
Doron Somech d2d3ab2d98
Add fan support for KNX climate entities ()
* Add fan mode support to knx climate

* fix linting errors

* remove unneeded None protection from CONF_FAN_PERCENTAGES_MODES

* Update homeassistant/components/knx/climate.py

Co-authored-by: Matthias Alphart <farmio@alphart.net>

* Update homeassistant/components/knx/climate.py

Co-authored-by: Matthias Alphart <farmio@alphart.net>

* Update homeassistant/components/knx/climate.py

Co-authored-by: Matthias Alphart <farmio@alphart.net>

* Update homeassistant/components/knx/schema.py

Co-authored-by: Matthias Alphart <farmio@alphart.net>

* find closest percentage when not in fan modes

* new field for fan speed mode, max steps apply to both step and percentage

* not picking FAN_OFF when the percentage is closest to zero

* add fan zero mode to support auto mode

* use StrEnum for FanZeroMode

* change default to 'percent'

* fix mypy errors

---------

Co-authored-by: Matthias Alphart <farmio@alphart.net>
2024-09-24 21:38:09 +02:00
starkillerOG 69ecdda5f5
Add SSL Cipher option to aiohttp async_get_clientsession ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-09-24 21:31:52 +02:00
Ludovic BOUÉ b370893e58
Add support for OperationalState Attribute from Matter OperationalState cluster () 2024-09-24 21:30:30 +02:00
Michael Hansen 86f8901c96
Fix pipeline restart in VoIP () 2024-09-24 21:24:42 +02:00
Noah Husby 739165585a
Bump aiorussound to 3.1.5 () 2024-09-24 21:10:01 +02:00
David Bonnes e3e7aec73c
Rename an evohome test fixture () 2024-09-24 21:07:22 +02:00
epenet 3995d001ec
Set default source_type on TrackerEntity and ScannerEntity ()
* Set default source_type on TrackerEntity and ScannerEntity

* Add samples

* Two more

* Adjust tests
2024-09-24 20:56:01 +02:00
Franck Nijhof 9dfabc3fb7
Adjust automation to plural triggers/conditions/actions keys ()
* Adjust automation to plural triggers/conditions/actions keys

* Fix some tests

* Adjust websocket tests

* Fix search tests

* Convert blueprint and blueprint inputs to modern schema

* Pass schema when creating Blueprint object

* Update tests

* Adjust websocket api

---------

Co-authored-by: Joostlek <joostlek@outlook.com>
Co-authored-by: Erik <erik@montnemery.com>
2024-09-24 20:03:23 +02:00
Marc Mueller 08bdf797f0
Update RestrictedPython to 7.2 () 2024-09-24 19:48:44 +02:00
Marcel van der Veldt 5e7d5c6312
Prevent KeyError when Matter device has invalid value for ModeSelect () 2024-09-24 19:36:09 +02:00
Marcel van der Veldt 354ee35ee4
Extend the lists of Matter climate devices that need special treatment () 2024-09-24 19:34:34 +02:00
epenet c099f4f50f
Use vol.Coerce for SourceType in mqtt device_tracker () 2024-09-24 19:09:19 +02:00
Thomas55555 dc77b2d583
Add work area switch for Husqvarna Automower ()
* Add work area switch for Husqvarna Automower

* move work area deletion test to separate file

* stale doctsrings

* don't use custom test file

* use _attr_name

* ruff

* add available property

* hassfest

* fix tests

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* constants

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-24 18:57:47 +02:00
Thomas55555 c9351fdeeb
Simplify cleanup in Husqvarna Automower ()
Simplify cleanup in Hsuqvarna Automower
2024-09-24 18:54:06 +02:00
Joost Lekkerkerker c1781cd793
Only raise missing integration issue for config entry integrations () 2024-09-24 18:26:01 +02:00
Marcel van der Veldt ffa76dfd24
Add discovery schemas for Matter Smoke and CO Alarm Cluster ()
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-09-24 18:23:45 +02:00
Marc Mueller c8964a1c80
Update numpy to 1.26.4 () 2024-09-24 18:23:20 +02:00
Manu 60807e5d4d
Bump bring-api to 0.9.0 () 2024-09-24 18:23:08 +02:00
Indrajit Raychaudhuri 0bf90d18ef
Ensure that HomeKit names start and end with alphanumeric character () 2024-09-24 18:18:17 +02:00
Thomas55555 d81e836b37
Bump aioautomower to 2024.9.2 () 2024-09-24 18:18:02 +02:00
Bouwe Westerdijk 962b9915f0
Plugwise test maintenance () 2024-09-24 18:11:17 +02:00
Ludovic BOUÉ 31a1ad8409
Add Pressure and Altitude discovery schemas for Matter Eve Weather device ()
* Update number.py to add EveWeatherAltitude attribute

* Update sensor.py to add EveCluster Pressure Attribute

* Update strings.json

* Create eve-weather-sensor.json

* Update test_sensor.py

* Update eve-weather-sensor.json

* Update test_sensor.py

Pressure
AttributeId: 319422484 (0x00130a0014) - Value type: float32

* Update test_sensor.py

* Update test_sensor.py

* Update test_sensor.py

* Update manifest.json

Bump to python-matter-server==6.5.0

* Update requirements_all.txt

Bump requirements to python-matter-server 6.5.0

* Update requirements_test_all.txt

Bump requirements to python-matter-server 6.5.0

* Update test_sensor.py

* Update test_sensor.py

* Update sensor.py

* Update sensor.py

* Update test_sensor.py

* Update sensor.py

* Update test_sensor.py

* Update test_sensor.py

* Update test_sensor.py

* fix test fixture

* Update requirements_all.txt

* Update requirements_test_all.txt

* Update manifest.json

* fix tests

* Update test_sensor.py

* add device class

---------

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2024-09-24 17:59:58 +02:00
Marc Mueller a66e287903
Update pyoverkiz to 1.14.1 () 2024-09-24 17:50:10 +02:00
Erik Montnemery 2ee93d974d
Reinitialize ssdp discovery flow on unignore () 2024-09-24 10:38:33 -05:00
epenet 4e465a2066
Remove unused string in dlna_dmr () 2024-09-24 17:27:39 +02:00
Allen Porter 412489c102
Require Google Photos uploads to target an album ()
* Require uploads to target an album

* Remove edge case where albums are not loaded on startup which no longer happens

* Update homeassistant/components/google_photos/strings.json

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-24 17:26:33 +02:00
Allen Porter 437bbe5c6e
Limit Google Photos media source to Home Assistant created albums () 2024-09-24 17:22:24 +02:00