J. Nick Koston
eee6a119d5
Bump SQLAlchemy to 2.0.27 ( #110517 )
2024-02-14 10:32:05 +01:00
dependabot[bot]
29e6123220
Bump github/codeql-action from 3.24.0 to 3.24.1 ( #110522 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.0 to 3.24.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.24.0...v3.24.1 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-14 09:55:04 +01:00
J. Nick Koston
b3452dc3f3
Refactor dhcp to move all mac formatting into the client processor ( #110509 )
2024-02-13 19:12:38 -06:00
DeerMaximum
9a8c5af0a6
Add DeerMaximum to velux codeowners ( #110504 )
2024-02-14 00:46:51 +02:00
DeerMaximum
d16d9d72c3
Add config flow to Velux ( #89155 )
...
* Add config_flow
* Add old config import
* Change from platform setup to entry setup
* Improve yaml config import
* Allow multiple hosts
* Apply recommendations
* Add DeerMaximum as codeowner
* Apply recommendations
* Fix config schema
* Fix hass data
* Remove DeerMaximum from CODEOWNERS
* Try to fix tests in ci
* Try to fix tests in ci 2
* Try to fix tests in ci 3
* Revert: Try to fix tests in ci 3
* Add end-to-end flow to connection error test
* Fix rebase
* Add required changes
* Change deprecation date
* Import only valid config entries
* Improve issue creation
* Fix error type
* Add missing test
* Optimize issue creation
* Optimize tests
* Add check for duplicate entries
* Add already_configured message
* Create issue for duplicate entries
2024-02-13 21:31:56 +01:00
J. Nick Koston
2981d7ed0e
Fix logger message in samsungtv ( #110484 )
2024-02-13 11:12:37 -06:00
DustyArmstrong
3bf6d525fb
Bump datapoint to 0.9.9 + re-enable Met Office Integration ( #110206 )
2024-02-13 17:24:08 +01:00
Shay Levy
43bd05ba82
Bump aiowebostv to 0.4.0 ( #110477 )
2024-02-13 16:15:15 +01:00
Jonas Fors Lellky
f7c43710dc
Refactor flexit_bacnet to use icon translations ( #110479 )
2024-02-13 16:09:18 +01:00
Åke Strandberg
e2ff5bc248
Add myuplink binary_sensor platform ( #110388 )
...
* Add binary_sensor platform
* Address review comments
* Add one file more to .coveragerc
2024-02-13 15:59:38 +01:00
Stephen Brown II
171bb80b3f
Add icon translations to Teslemetry ( #109928 )
...
* [Teslemetry] Create icons.json
Adds Icons to Teslemetry integration for climate presets.
* Update homeassistant/components/teslemetry/icons.json
Co-authored-by: Brett Adams <Bre77@users.noreply.github.com>
* Update homeassistant/components/teslemetry/icons.json
Co-authored-by: Brett Adams <Bre77@users.noreply.github.com>
---------
Co-authored-by: Brett Adams <Bre77@users.noreply.github.com>
2024-02-13 15:21:27 +01:00
Paul Bottein
70af81cf64
Set icons for switch without device class ( #110470 )
2024-02-13 15:11:09 +01:00
Stefan Agner
07e16ab073
Fix Raspberry Pi utilities installation on Alpine 3.19 ( #110463 )
2024-02-13 15:07:37 +01:00
Jonas Fors Lellky
6091ae55dc
Add setpoints for fans to flexit_bacnet ( #110262 )
...
* Adds setpoints for fans to flexit_bacnet
* Add snapshot test for flexit_bacnet number
* Add test for flexit_bacnet number implementation
* Refactor set_native_value_fn
* Refactor names of number entities
Also refactor keys, translation keys
Order alphabetically
Update test snapshot
* Add icons to flexit_bacnet number entities
* Refactor to use icon translations, add unit of measurement
* Remove redundant assert
2024-02-13 14:55:02 +01:00
Michael
602380e111
Detect reached API rate limit in Tankerkoenig ( #110432 )
2024-02-13 14:34:01 +01:00
J. Nick Koston
01c3205635
Small performance improvements to config entry setup retry ( #110448 )
...
* Small performance improvements to config entry setup retry
- cache some properties that never change
- avoid loader.async_get_integration when we already have it
- avoid multiple integration.domain checks
* tweaks
2024-02-13 13:28:52 +01:00
Cyrill Raccaud
6812596cd7
Switch to new Bring! lib ( #110355 )
...
* switch to new bring lib
* rename lib again
2024-02-13 13:25:32 +01:00
J. Nick Koston
4d39a85553
Avoid creating many tasks when adding hue v2 entities ( #110386 )
...
Each entity creation would call async_add_entities which spawned a
seperate task
fixes
```
2024-02-12 18:06:09.819 WARNING (MainThread) [asyncio] Executing <Task pending name='config entry forward setup Philips Hue 2 hue fcb64edfc5ac2edbb656607d5193b583 light' coro=<ConfigEntries.async_forward_entry_setup() running at /usr/src/homeassistant/homeassistant/config_entries.py:1597> wait_for=<Future pending cb=[shield.<locals>._outer_done_callback() at /usr/local/lib/python3.12/asyncio/tasks.py:922, Task.task_wakeup()] created at /usr/local/lib/python3.12/asyncio/base_events.py:447> cb=[gather.<locals>._done_callback() at /usr/local/lib/python3.12/asyncio/tasks.py:767] created at /usr/local/lib/python3.12/asyncio/tasks.py:420> took 1.260 seconds
```
2024-02-13 13:04:29 +01:00
Martin Hjelmare
f140c1a46d
Deprecate cloud tts platform config ( #110461 )
...
* Deprecate cloud tts platform config
* Add test
2024-02-13 13:00:42 +01:00
Joost Lekkerkerker
8fb04d759b
Change function name in tesla_wall_connector ( #110467 )
2024-02-13 12:02:48 +01:00
Joost Lekkerkerker
5ab0bd5bbe
Change function name in flexit_bacnet ( #110465 )
2024-02-13 12:02:32 +01:00
Joost Lekkerkerker
103aab2218
Change function name in tfiac ( #110466 )
2024-02-13 12:02:09 +01:00
Jan Bouwhuis
09f1ec78a5
Handle template errors on MQTT payload handling ( #110180 )
...
* Handle template errors on MQTT payload handling (alt)
* Handle mqtt event en image template errors correctly
2024-02-13 10:59:55 +01:00
Josef Zweck
ee25f6b960
Add additonal number entities to La Marzocco ( #108258 )
2024-02-13 09:47:39 +01:00
Jan Bouwhuis
545a34a849
Remove power_state_template from mqtt climate value template list ( #110452 )
2024-02-13 09:16:11 +01:00
wilburCforce
a317196bda
Update pylutron to 0.2.12 ( #110414 )
2024-02-13 08:37:58 +01:00
J. Nick Koston
77f416fa04
Ensure cast tests add config entry before updating it ( #110441 )
...
* Ensure cast tests add config entry before updating it
* time to walk away for a bit
* missed two
2024-02-13 05:01:37 +01:00
J. Nick Koston
0e1cdc1f79
Ensure github tests add config entry before updating it ( #110430 )
2024-02-13 05:00:44 +01:00
J. Nick Koston
704ad67917
Ensure hue tests add config entry before updating it ( #110428 )
2024-02-13 04:59:26 +01:00
Åke Strandberg
a51ecd0614
Add myuplink unit-based sensor descriptions ( #110370 )
...
* Add more unit-based sensor descriptions
* Adjust energy sensor state class to TOTAL_INCREASING
2024-02-13 04:41:29 +01:00
Aaron Bach
e3c838d512
Update Notion auth to store refresh tokens instead of account passwords ( #109670 )
2024-02-12 20:35:06 -07:00
Raman Gupta
92c3c401b9
Remove unused instance variable in Z-wave ( #110442 )
...
* Remove unused variable and fix typing in zwave_js
* remove redundant type
2024-02-13 03:55:49 +01:00
Raman Gupta
c1d61b9748
Improve climate turn_on/turn_off services for zwave_js ( #109187 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-02-12 19:06:23 -05:00
Maciej Bieniek
b60f931e6d
Improve tests for Shelly WallDisplay ( #110435 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-12 16:51:34 -06:00
J. Nick Koston
da50e459bf
Ensure knx tests add config entry before updating it ( #110425 )
2024-02-12 23:13:10 +01:00
J. Nick Koston
92842c28d2
Ensure cast tests add config entry before updating it ( #110416 )
2024-02-12 23:06:13 +01:00
J. Nick Koston
067645520a
Ensure dlna_dmr tests add config entry before updating it ( #110418 )
2024-02-12 22:59:44 +01:00
J. Nick Koston
e605b96d84
Ensure config entry oauth2 tests add config entry before updating it ( #110421 )
2024-02-12 22:59:17 +01:00
J. Nick Koston
d9c581e2c8
Ensure homematicip_cloud tests add config entry before updating it ( #110429 )
2024-02-12 23:57:48 +02:00
J. Nick Koston
4e76e6b2b0
Ensure gdacs tests add config entry before updating it ( #110431 )
2024-02-12 23:56:48 +02:00
J. Nick Koston
b3d9e15fb4
Ensure blink tests add config entry before updating it ( #110415 )
2024-02-12 22:56:22 +01:00
J. Nick Koston
a3a1f8216c
Migrate luftdaten to use async_update_entry to alter config entries ( #110424 )
2024-02-12 22:55:34 +01:00
J. Nick Koston
ddab106391
Migrate twentemilieu to use async_update_entry to alter config entries ( #110419 )
2024-02-12 22:55:05 +01:00
Steven Looman
147a1f7b0b
Bump async-upnp-client to 0.38.2 ( #110411 )
2024-02-12 15:31:09 -06:00
J. Nick Koston
bb9ffa758d
Ensure sonarr tests add config entry before updating it ( #110422 )
2024-02-12 15:30:01 -06:00
J. Nick Koston
8282018260
Migrate onewire to use async_update_entry to alter config entries ( #110413 )
2024-02-12 15:29:50 -06:00
J. Nick Koston
61610a5ef9
Ensure deconz tests add config entry before updating it ( #110417 )
2024-02-12 15:29:33 -06:00
J. Nick Koston
bc0a78d069
Migrate tplink to use async_update_entry to alter config entries ( #110406 )
2024-02-12 21:39:37 +01:00
J. Nick Koston
45f23f4458
Migrate trend to use async_update_entry to alter config entries ( #110408 )
2024-02-12 14:38:56 -06:00
J. Nick Koston
5c60ff19e9
Migrate plex to use async_update_entry to alter config entries ( #110405 )
2024-02-12 21:38:38 +01:00