Joost Lekkerkerker
130b6559a6
Add coordinator to Daikin ( #124394 )
...
* Add coordinator to Daikin
* Add coordinator to Daikin
* Fix
* Add seconds
2024-09-10 15:30:30 +02:00
epenet
97c55ae6f1
Warn on non-string config entry unique IDs ( #125662 )
...
* Warn on non-string config entry unique IDs
* Add comment
* isinstance
2024-09-10 15:30:03 +02:00
epenet
2f38731f62
Migrate wolflink config_entry unique_id to string ( #125653 )
...
* Migrate wolflink config_entry unique_id to string
* Move CONFIG to const
* isinstance
* Migrate identifiers
* Use async_migrate_entry
2024-09-10 15:16:26 +02:00
epenet
745a05d984
Move Hub and Entity to separate module in ADS ( #125665 )
...
* Move Hub and Entity to separate module in ADS
* Missed one
2024-09-10 15:02:09 +02:00
Robert Resch
7f7db4efb6
Disable ThermoWorks Smoke due incompatible dependencies ( #125661 )
2024-09-10 14:52:03 +02:00
Erik Montnemery
99122fcb78
Remove recorder history queries for database schemas < 25 ( #125649 )
2024-09-10 12:43:08 +02:00
Sergey Dudanov
dcd7830a35
Add calories to energy sensor device class ( #122796 )
...
* added calories to energy class
* changes
* temporarily solving the problem with conversion accuracy
* add tests
* added calories to energy class
* changes
* add tests
* Update homeassistant/util/unit_conversion.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update homeassistant/util/unit_conversion.py
Co-authored-by: Robert Resch <robert@resch.dev>
* apply suggestions
* Update homeassistant/util/unit_conversion.py
---------
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-09-10 12:22:15 +02:00
RJPoelstra
9f284c0582
Add model_id to MotionMount integration ( #125650 )
2024-09-10 11:44:17 +02:00
epenet
9616d68e03
Improve config flow type hints in yeelight ( #125319 )
2024-09-10 11:42:44 +02:00
LG-ThinQ-Integration
cb97085e48
Create property_ids with ActiveMode in LG ThinQ integration ( #125638 )
...
* Bump thinqconnect to 0.9.7
* Pass a r/w parameter to get active properties id from the cloud
---------
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-09-10 10:59:07 +02:00
LG-ThinQ-Integration
7eba111704
Bump thinqconnect to 0.9.7 ( #125587 )
...
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-09-10 10:32:58 +02:00
G Johansson
3cc5a29c1b
Link mold_indicator entity to device from humidity sensor ( #125528 )
2024-09-10 08:42:22 +02:00
epenet
2fa0f283ea
Add alias to DOMAIN import in config and demo ( #125570 )
2024-09-10 08:41:47 +02:00
epenet
7e2e3c4780
Rename HassEnforceCoordinatorModule ( #125592 )
2024-09-10 08:40:49 +02:00
J. Nick Koston
4c59bae1d2
Remove myself from codeowner from lutron_caseta ( #125609 )
2024-09-10 08:40:18 +02:00
epenet
675c467e12
Add alias to DOMAIN import (part 2) ( #125561 )
2024-09-10 08:40:02 +02:00
epenet
130e7317bc
Add alias to DOMAIN import (part 3) ( #125562 )
2024-09-10 08:39:19 +02:00
J. Nick Koston
bb56610093
Make auth safe params a frozenset ( #125640 )
2024-09-10 08:37:50 +02:00
Michael Hansen
bd5892f2a6
Set responding state in assist satellite announcements ( #125632 )
...
Set responding state in announcements
2024-09-10 08:22:14 +02:00
J. Nick Koston
7508a2b383
Bump yarl to 1.1.11 ( #125633 )
...
changelog: https://github.com/aio-libs/yarl/compare/v1.11.0...v1.11.1
2024-09-10 00:38:59 -04:00
Paul Bottein
f1e4229b23
Update frontend to 20240909.1 ( #125610 )
2024-09-09 16:33:08 -04:00
Klaas Schoute
c9a936f375
Catch Forecast.solar ConnectionError when API down ( #125621 )
...
Catch Forecast.solar connection errors
2024-09-09 16:32:51 -04:00
epenet
ce4a62574a
Add alias to DOMAIN import (part 1) ( #125560 )
...
* Add alias to DOMAIN import (part 1)
* Revert tomato/xiaomi
2024-09-09 22:05:27 +02:00
epenet
e750f8f457
Add alias to DOMAIN import (part 4) ( #125563 )
...
* Add alias to DOMAIN import (part 4)
* Simplify
* More integration
* Apply suggestions from code review
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Revert "Apply suggestions from code review"
This reverts commit 07471d3629
.
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-09-09 21:32:33 +02:00
Erik Montnemery
ded34561b1
Simplify cv._base_trigger_list_flatten ( #125613 )
2024-09-09 21:14:41 +02:00
epenet
e0a221ba1f
Add alias to DOMAIN import in deconz ( #125568 )
2024-09-09 19:27:06 +02:00
Martin Hjelmare
c5453835c2
Bump aioopenexchangerates to 0.6.2 ( #125593 )
2024-09-09 17:36:19 +02:00
epenet
029dbe7d94
Add alias to DOMAIN import in homekit ( #125572 )
2024-09-09 15:14:35 +02:00
Erik Montnemery
dee4b33c64
Sort and remove duplicates from template/const.py ( #125591 )
2024-09-09 15:11:18 +02:00
Ludovic BOUÉ
8fff0075ba
Add Matter BatVoltage attribute from PowerSource cluster ( #125503 )
...
* Add BatVoltage Attribute from PowerSource Cluster
* Update sensor.py
Remove comment
* Update homeassistant/components/matter/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-09 14:50:01 +02:00
Martin Hjelmare
d7caaceb64
Document plant integration development state ( #125590 )
2024-09-09 14:47:04 +02:00
Michael Hansen
1dc496a2dd
Add announce support to ESPHome Assist Satellite platform ( #125157 )
...
Rebuild
2024-09-09 08:25:25 -04:00
karwosts
056e6eae82
Add a syntax for merging lists of triggers ( #117698 )
...
* Add a syntax for merging lists of triggers
* Updating to the new syntax
* Update homeassistant/helpers/config_validation.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* fix suggestion
* update test and add comments
* not actually json
* move test to new file
* update tests
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-09-09 13:51:32 +02:00
epenet
06e876aee0
Add alias to DOMAIN import in group ( #125569 )
2024-09-09 11:07:19 +02:00
Matthias Alphart
713689491b
Remove KNX yaml config from hass.data
( #124050 )
...
* Remove KNX yaml config from `hass.data`
* Use HassKey
2024-09-09 09:01:21 +02:00
Chris Brouwer
17ab45da43
Fix support for Heat meters to DSMR integration ( #125523 )
...
* Fix support for Heat meters to DSMR integration
* Fixed test
2024-09-09 08:36:59 +02:00
Jesse Hills
d88487e30b
Bump aioesphomeapi to 25.4.0 ( #125554 )
2024-09-08 22:54:18 -05:00
Michael Hansen
8884465262
ESPHome media proxy ( #123254 )
...
* Add ffmpeg proxy view
* Add tests
* Add proxy to media player
* Add proxy test
* Only allow one ffmpeg proc per device
* Incorporate feedback
* Fix tests
* address comments
* Fix test
* Update paths without auth const
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-09-08 22:22:35 -04:00
Denis Shulyaka
a85ccb94e3
LLM Tool parameters check ( #123621 )
...
* LLM Tool parameters check
* fix tests
2024-09-08 18:42:51 -07:00
J. Nick Koston
391de22342
Bump yarl to 1.11.0 ( #125549 )
...
changelog: https://github.com/aio-libs/yarl/compare/v1.10.0...v1.11.0
2024-09-08 20:25:10 -04:00
Álvaro Fernández Rojas
dca287748d
Update aioairzone to v0.9.1 ( #125547 )
2024-09-08 17:56:29 -05:00
epenet
021878e942
Migrate ambient_network to use runtime_data ( #125535 )
2024-09-08 17:01:45 -05:00
epenet
0f2525d476
Migrate anova to use runtime_data ( #125536 )
2024-09-08 22:13:32 +02:00
epenet
4d804649fc
Migrate apcupsd to use runtime_data ( #125539 )
2024-09-08 22:07:19 +02:00
epenet
7209b3c7d3
Migrate aosmith to use runtime_data ( #125538 )
2024-09-08 22:05:48 +02:00
epenet
6f88b6e64e
Migrate anthemav to use runtime_data ( #125537 )
2024-09-08 22:04:34 +02:00
epenet
7f4fc4d371
Migrate airvisual to use runtime_data ( #125532 )
...
* Migrate airvisual to use runtime_data
* Remove usedefault
* Adjust
2024-09-08 21:39:05 +02:00
epenet
8ce236de80
Migrate amberelectric to use runtime_data ( #125533 )
2024-09-08 21:29:14 +02:00
epenet
8b8083a639
Migrate smappee to use runtime_data ( #125529 )
2024-09-08 21:18:08 +02:00
Steven B.
26ac8e35cb
Add event platform to ring ( #125506 )
2024-09-08 13:32:34 -05:00