Malte Franken and GitHub
ba7f36328d
Add diagnostics to GeoNet NZ Quakes integration ( #125320 )
...
* add diagnostics platform
* add tests
* add snapshot data
* remove from no diagnostics list
2024-09-05 11:35:36 +02:00
511ecf98d5
Add reauth flow for Smlight ( #124418 )
...
* Add reauth flow for smlight integration
* add strings for reauth
* trigger reauth flow on authentication errors
* Add tests for reauth flow
* test for update failed on auth error
* restore name title placeholder
* raise config entry error to trigger reauth
* Add test for reauth triggered at startup
---------
Co-authored-by: Tim Lunn <tim@feathertop.org >
2024-09-05 11:02:05 +02:00
Malte Franken and GitHub
b5831344a0
Add diagnostics to GDACS integration ( #125296 )
...
* simple diagnostics
* add service status information
* remove from no diagnostics list
* wip
* cater for the case where status info is undefined
* make test work
* code reformatted
* add snapshot data
* simplify code
2024-09-05 10:53:12 +02:00
Erik Montnemery and GitHub
984eba809c
Simplify generic decorators in recorder ( #125301 )
...
* Simplify generic decorators in recorder
* Remove additional case
2024-09-05 10:16:44 +02:00
epenet and GitHub
f778033bd8
Improve config flow type hints in ukraine_alarm ( #125302 )
2024-09-05 09:55:57 +02:00
Erik Montnemery and GitHub
a8f2204f4f
Teach recorder data migrator base class to update MigrationChanges ( #125214 )
...
* Teach recorder data migrator base class to update MigrationChanges
* Bump migration version
* Improve test coverage
* Update migration.py
* Revert migrator version bump
* Remove unneeded change
2024-09-05 08:56:18 +02:00
Simon Lamon and GitHub
4c56cbe8c8
Add follower to the PlayingMode enum ( #125294 )
...
Update media_player.py
2024-09-05 08:50:49 +02:00
J. Nick Koston and GitHub
71d35a03e1
Switch hassio to use with_path where possible ( #125268 )
...
* Switch hassio to use with_path where possible
Any place we are joining to the root url, we can use with_path
as its much faster
* revert
2024-09-05 08:12:43 +02:00
Marc Mueller and GitHub
c8fd48523f
Use TypeVar defaults for Generator ( #125228 )
2024-09-04 18:10:21 -10:00
J. Nick Koston and GitHub
fbd3bf7a98
Bump yarl to 1.9.9 ( #125264 )
2024-09-04 11:32:33 -10:00
J. Nick Koston and GitHub
a0356f587e
Fix yarl binary wheel builds for armv7l and armhf ( #125270 )
2024-09-04 11:32:08 -10:00
Jordi and GitHub
199a4b725b
Increase AquaCell timeout and handle timeout exception properly ( #125263 )
...
* Increase timeout and add handling of timeout exception
* Raise update failed instead of config entry error
2024-09-04 23:22:31 +02:00
Raj Laud and GitHub
505df84783
Squeezebox remove deprecated sync and unsync services ( #125271 )
...
* Squeezebox remove deprecated sync and unsync
* Squeezebox remove sync group attribute
2024-09-04 23:17:39 +02:00
baa9473383
Address BTHome review comment ( #125259 )
...
* Address BTHome review comment
* Review comment
Co-authored-by: Ernst Klamer <e.klamer@gmail.com >
* generator expression
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
---------
Co-authored-by: Ernst Klamer <e.klamer@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-09-04 23:24:52 +03:00
ilan and GitHub
ba5d23290a
Add madvr diagnostics ( #125109 )
...
* feat: add basic diagnostics
* fix: add mock data
* fix: regen snapshots
2024-09-04 21:57:37 +02:00
adda02b6b1
Add service to 17track to archive package ( #123493 )
...
* Add service archive package
* Update homeassistant/components/seventeentrack/icons.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* CR fix in tests
* CR fix in services.py
* string references
* extract constant keys
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-09-04 21:56:11 +02:00
G Johansson and GitHub
1f59bd9f92
Don't show input panel if default code provided in envisalink ( #125256 )
2024-09-04 21:49:28 +02:00
G Johansson and GitHub
b61678d39c
Fix blocking call in yale_smart_alarm ( #125255 )
2024-09-04 21:14:54 +02:00
Christopher Fenner and GitHub
b23297bb7e
Add hysteresis entity for heat pumps via ViCare ( #124294 )
...
* add hysteresis entity
* update PyViCare-neo dependency
* add hysteresis switch on / of entities
* Revert "add hysteresis entity"
This reverts commit dcb5680d0c .
2024-09-04 20:32:40 +02:00
TimL and GitHub
f56c38d69b
Add uptime sensors for Smlight ( #124408 )
...
* Add uptime sensor as derived sensor class
* Add strings for uptime sensors
* Update sensor tests to include uptime sensors
* test zigbee uptime when disconnected
2024-09-04 20:31:56 +02:00
tronikos and GitHub
c2b24dd355
Add debug logging in get_cost_reads in opower ( #124473 )
...
Add debug statements in get_cost_reads in opower
2024-09-04 20:30:24 +02:00
c4c8e74a8a
Add Custom Drink Entities Tami4 Edge ( #124506 )
...
* Add drinks as button entities instead of using actions
* Remove button extensions
* Add an extension to create new buttons
* Use translation key for buttons names
* Change translation key wording
* Call async_add_entities once
* Add icons
* Update homeassistant/components/tami4/button.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-09-04 20:29:06 +02:00
G Johansson and GitHub
c4029300c2
Remove deprecated aux_heat from honeywell ( #125248 )
2024-09-04 20:28:45 +02:00
J. Nick Koston and GitHub
52320844fc
Revert "Disable IPv6 in the opower integration to fix AEP utilities" ( #125208 )
...
Revert "Disable IPv6 in the opower integration to fix AEP utilities (#107203 )"
This reverts commit 2a9a046fab .
2024-09-04 08:05:13 -10:00
Pete Sage and GitHub
b4e20409de
Add Sonos tests and update error handling for unknown media ( #124578 )
...
* initial commit
* simplify tests
2024-09-04 20:03:26 +02:00
Michael Hansen and GitHub
4ecc6555bf
Add support for sample bytes in preferred TTS format ( #125235 )
2024-09-04 13:42:41 -04:00
892c32c8b7
Add button platform to opentherm_gw ( #125185 )
...
* Add button platform to opentherm_gw
* Add tests for button.py
* Update tests/components/opentherm_gw/test_button.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-09-04 19:20:05 +02:00
Artur Pragacz and GitHub
bad305dcbf
Add Onkyo to strict typing ( #124617 )
2024-09-04 19:11:34 +02:00
TimL and GitHub
7266a16295
Add Button platform for Smlight integration ( #124970 )
...
* Add button platform for smlight integration
* Add strings required for button platform
* Add commands api to smlight mock client
* Add tests for smlight button platform
* Move entity category to class
* Disable by default Zigbee flash mode
2024-09-04 19:10:59 +02:00
epenet and GitHub
416a2de179
Improve config flow type hints in screenlogic ( #125199 )
2024-09-04 19:09:41 +02:00
349ea35dc3
Fix device identifier in ViCare integration ( #124483 )
...
* use correct serial
* add migration handler
* adjust init call
* add missing types
* adjust init call
* adjust init call
* adjust init call
* adjust init call
* Update types.py
* fix loop
* fix loop
* fix parameter order
* align parameter naming
* remove comment
* correct init
* update
* Update types.py
* correct merge
* revert type change
* add test case
* add helper
* add test case
* update snapshot
* add snapshot
* add device.serial data point
* fix device unique id
* update snapshot
* add comments
* update nmigration
* fix missing parameter
* move static parameters
* fix circuit access
* update device.serial
* update snapshots
* remove test case
* Update binary_sensor.py
* convert climate entity
* Update entity.py
* update snapshot
* use snake case
* add migration test
* enhance test case
* add test case
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-09-04 18:41:20 +02:00
epenet and GitHub
0fb1fbf0d1
Improve config flow type hints (q-s) ( #125198 )
...
* Improve config flow type hints (q-s)
* Revert screenlogic
* Revert starline
2024-09-04 18:38:34 +02:00
epenet and GitHub
643fd34478
Improve config flow type hints in starline ( #125202 )
2024-09-04 18:38:19 +02:00
Duco Sebel and GitHub
186c9aa33b
Remove ExternalDevice migration in HomeWizard ( #125197 )
2024-09-04 18:32:57 +02:00
Martins Sipenko and GitHub
af51241c0d
Reenable Smarty integration ( #124148 )
...
* Reenable Smarty integration
* Updated codeowners to myself
* Revert "Updated codeowners to myself"
This reverts commit 639fef32b9 .
* Upgraded pysmarty2 to version 0.10.1 which is not pinned to specific pymodbus version
* Update requirements_all.txt
2024-09-04 18:01:49 +02:00
Bram Kragten and GitHub
36ec1b33fe
2024.9.0 ( #124880 )
2024.9.0
2024-09-04 17:41:08 +02:00
Shay Levy and GitHub
eaee8d5b78
Fix BTHome validate triggers for device with multiple buttons ( #125183 )
...
* Fix BTHome validate triggers for device with multiple buttons
* Remove None default
2024-09-04 17:34:11 +02:00
Bram Kragten
84a0a28be2
Bump version to 2024.9.0
2024-09-04 17:08:18 +02:00
Michael Hansen and Bram Kragten
ac19ee3e2e
Bump intents to 2024.9.4 ( #125232 )
2024-09-04 17:07:21 +02:00
Denis Shulyaka and Bram Kragten
438af042ed
Update Anthropic default model to Haiku ( #125225 )
2024-09-04 17:07:20 +02:00
Robert Resch and Bram Kragten
122f11c790
Update modified_at datetime on storage collection changes ( #125218 )
2024-09-04 17:07:19 +02:00
Michael Hansen and GitHub
638434c103
Bump intents to 2024.9.4 ( #125232 )
2024-09-04 17:36:25 +03:00
Marc Mueller and GitHub
3a44098ddf
Fix Path.__enter__ DeprecationWarning in tests ( #125227 )
2024-09-04 07:12:57 -07:00
1e1c3506fe
Bump thinqconnect to 0.9.6 ( #125155 )
...
* Refactor LG ThinQ integration
* Rename ha_bridge_list to bridge_list
* Update for reviews
* Correct spells
Do not use mqtt related api
* Guarantee update status
* Update for reviews
* Update reviews
---------
Co-authored-by: jangwon.lee <jangwon.lee@lge.com >
2024-09-04 15:52:41 +02:00
b557e9e826
Add Iskra integration ( #121488 )
...
* Add iskra integration
* iskra non resettable counters naming fix
* added iskra config_flow test
* fixed iskra integration according to code review
* changed iskra config flow test
* iskra integration, fixed codeowners
* Removed counters code & minor fixes
* added comment
* Update homeassistant/components/iskra/__init__.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Updated Iskra integration according to review
* Update homeassistant/components/iskra/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Updated iskra integration according to review
* minor iskra integration change
* iskra integration changes according to review
* iskra integration changes according to review
* Changed iskra integration according to review
* added iskra config_flow range validation
* Fixed tests for iskra integration
* Update homeassistant/components/iskra/coordinator.py
* Update homeassistant/components/iskra/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Fixed iskra integration according to review
* Changed voluptuous schema for iskra integration and added data_descriptions
* Iskra integration tests lint error fix
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-09-04 15:33:23 +02:00
Denis Shulyaka and GitHub
da0d1b71ce
Update Anthropic default model to Haiku ( #125225 )
2024-09-04 06:30:28 -07:00
Robert Resch and GitHub
4d96ed4c68
Update modified_at datetime on storage collection changes ( #125218 )
2024-09-04 15:05:51 +02:00
Marc Mueller and GitHub
1bc63a61be
Fix enum lookup ( #125220 )
2024-09-04 15:05:28 +02:00
5c35ccb9ca
Allow Switchbot users to force nightlatch ( #124326 )
...
* Add option to force nightlatch operation mode
* Fix format
* Make the new option available only for lock pro entry
* use senor_type instead of switchbot model + tests
* Update homeassistant/components/switchbot/lock.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-09-04 15:03:59 +02:00
J. Nick Koston and GitHub
a1ecefee21
Bump aioesphomeapi to 25.3.2 ( #125188 )
...
changelog: https://github.com/esphome/aioesphomeapi/compare/v25.3.1...v25.3.2
2024-09-04 08:35:52 -04:00