Joost Lekkerkerker
675048cc38
Bump aiowaqi to 3.1.0 ( #119124 )
2024-06-08 11:28:45 +02:00
Lucas Mindêllo de Andrade
ad2ff500de
Bump sunweg to 3.0.1 ( #118435 )
2024-06-08 10:57:44 +02:00
Shay Levy
742dd61d36
Bump aioshelly to 10.0.1 ( #119123 )
2024-06-08 10:44:37 +02:00
tronikos
ae59d0eadf
Bump google-generativeai to 0.6.0 ( #119062 )
2024-06-07 20:50:55 +02:00
Dos Moonen
59c8270b1a
Bump solax from 3.1.0 to 3.1.1 ( #118888 )
2024-06-07 15:16:07 +02:00
Joost Lekkerkerker
f6c66dfd27
Bump aiowithings to 3.0.1 ( #118854 )
2024-06-07 12:11:15 +02:00
Huyuwei
7947f63860
Enable retrieving sensor data from WoHub2 device and update pySwitchbot to 0.47.2 ( #118567 )
2024-06-07 10:56:12 +02:00
G Johansson
f2d674d28d
Bump babel to 2.15.0 ( #119006 )
2024-06-07 10:53:54 +02:00
Joakim Plate
8c025ea1f7
Update gardena library to 1.4.2 ( #119010 )
2024-06-07 00:48:23 +02:00
Jordi
7219a4fa98
Add Aquacell integration ( #117117 )
...
* Initial commit
* Support changed API
Change sensor entity descriptions
* Fix sensor not handling coordinator update
* Implement re-authentication flow and handle token expiry
* Bump aioaquacell
* Bump aioaquacell
* Cleanup and initial tests
* Fixes for config flow tests
* Cleanup
* Fixes
* Formatted
* Use config entry runtime
Use icon translations
Removed reauth
Removed last updated sensor
Changed lid in place to binary sensor
Cleanup
* Remove reauth strings
* Removed binary_sensor platform
Fixed sensors not updating properly
* Remove reauth tests
Bump aioaquacell
* Moved softener property to entity class
Inlined validate_input method
Renaming of entities
Do a single async_add_entities call to add all entities
Reduced code in try blocks
* Made tests parameterized and use test fixture for api
Cleaned up unused code
Removed traces of reauth
* Add check if refresh token is expired
Add tests
* Add missing unique_id to config entry mock
Inlined _update_config_entry_refresh_token method
Fix incorrect test method name and comment
* Add snapshot test
Changed WiFi level to WiFi strength
* Bump aioaquacell to 0.1.7
* Move test_coordinator tests to test_init
Add test for duplicate config entry
2024-06-06 22:33:58 +02:00
David Knowles
0ecab967dd
Bump pydrawise to 2024.6.3 ( #118977 )
2024-06-06 17:28:13 +02:00
Maciej Bieniek
49c7b1aab9
Bump `imgw-pib` library to version `1.0.4` ( #118978 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-06-06 17:14:02 +02:00
G Johansson
0d2e441de5
Bump python-holidays to 0.50 ( #118965 )
2024-06-06 13:34:03 +02:00
Maciej Bieniek
29952d8128
Bump `imgw-pib` backend library to version `1.0.2` ( #118953 )
...
Bump imgw-pib to version 1.0.2
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-06-06 12:26:07 +02:00
Regin Larsen
b5b7c9bcd5
Bump xiaomi-ble to 0.29.0 ( #118895 )
2024-06-06 09:16:57 +02:00
Mr. Bubbles
4596b89201
Bump pyecotrend_ista to 3.2.0 ( #118924 )
2024-06-06 09:10:46 +02:00
Ernst Klamer
64b23419e0
Bump bthome-ble to 3.9.1 ( #118907 )
...
bump bthome-ble to 3.9.1
2024-06-05 23:38:30 -04:00
Michael Hansen
6efc3b95a4
Bump intents to 2024.6.5 ( #118890 )
2024-06-05 18:43:28 +02:00
Bram Kragten
3a4b84a4ce
Update frontend to 20240605.0 ( #118875 )
2024-06-05 13:32:50 +02:00
Michał Jaworski
5e9eae14fc
Bump blebox-uniapi fom 2.2.2 to 2.4.2 ( #118836 )
...
* blebox: udpdate version in manifest and add new sensor key mapping
* blebox: add more sensor types
* blebox: use blebox_uniapi==2.4.1
* blebox: use blebox_uniapi==2.4.2
* blebox: update requirements_all.txt
* blebox: revert introduction of illuminance and power meter sensors set
2024-06-05 12:11:49 +02:00
Ethem Cem Özkan
adc21e7c55
Bump python-roborock to 2.2.3 ( #118853 )
...
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-06-05 10:22:05 +02:00
Gerben Jongerius
f18ddb628c
Bump youless dependency version to 2.1.0 ( #118820 )
2024-06-04 20:52:37 +02:00
Bram Kragten
6483c46991
Update frontend to 20240604.0 ( #118811 )
2024-06-04 18:26:47 +02:00
Stefan Agner
e2f45bfbdc
Bump Python Matter Server library to 6.1.0 ( #118806 )
2024-06-04 18:23:22 +02:00
Joost Lekkerkerker
43a9a4f9ed
Bump airgradient to 0.4.3 ( #118776 )
2024-06-04 10:53:16 +02:00
Mr. Bubbles
7815840194
Add ista EcoTrend integration ( #118360 )
...
* Add ista EcoTrend integration
* move code out of try
* Use account owners name as entry title
* update config flow tests
* add tests for init
* Add reauth flow
* Add tests for sensors
* add translations for reauth
* trigger statistics import on first refresh
* Move statistics and reauth flow to other PR
* Fix tests
* some changes
* draft_final_final
* remove unnecessary icons
* changed tests
* move device_registry test to init
* add text selectors
2024-06-04 10:45:53 +02:00
starkillerOG
cba07540e9
Bump reolink-aio to 0.9.1 ( #118655 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-06-04 08:00:40 +02:00
Joakim Sørensen
53ab215dfc
Update hass-nabucasa to version 0.81.1 ( #118768 )
2024-06-04 06:27:54 +02:00
Michael Hansen
289263087c
Bump intents to 2024.6.3 ( #118748 )
2024-06-03 22:47:09 -04:00
David Knowles
ebe4888c21
Bump pydrawise to 2024.6.2 ( #118608 )
2024-06-03 19:29:20 +02:00
Bram Kragten
049cac3443
Update frontend to 20240603.0 ( #118736 )
2024-06-03 19:25:01 +02:00
Diogo Gomes
827dfec311
Bump pytrydan to 0.7.0 ( #118726 )
2024-06-03 17:27:06 +02:00
RJPoelstra
8a68529dd1
Bump python-MotionMount to 2.0.0 ( #118719 )
2024-06-03 16:27:42 +02:00
epenet
771ed33b14
Bump renault-api to 0.2.3 ( #118718 )
2024-06-03 15:53:23 +02:00
Paul Bottein
6d02453c8a
Bump python-roborock to 2.2.2 ( #118697 )
2024-06-03 15:39:50 +02:00
Mick Vleeshouwer
87a1b8e83c
Bump pyoverkiz to 1.13.11 ( #118703 )
2024-06-03 11:43:40 +02:00
puddly
746939c8cd
Bump ZHA dependencies ( #118658 )
...
* Bump bellows to 0.39.0
* Do not create a backup if there is no active ZHA gateway object
* Bump universal-silabs-flasher as well
2024-06-02 16:55:48 -04:00
Adam Pasztor
54a1a4ab41
Bump pyads to 3.4.0 ( #116934 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-06-02 15:41:44 +02:00
Maciej Bieniek
649d6ec11a
Bump `nettigo_air_monitor` library to version `3.2.0` ( #118600 )
...
* Bump nam to version 3.2.0
* Update test snapshot
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-06-01 18:10:45 +02:00
Maciej Bieniek
8f5ddd5bcc
Bump `brother` backend library to version `4.2.0` ( #118557 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-05-31 09:00:33 -05:00
Diogo Gomes
822273a6a3
Add support for V2C Trydan 2.1.7 ( #117147 )
...
* Support for firmware 2.1.7
* add device ID as unique_id
* add device ID as unique_id
* add test device id as unique_id
* backward compatibility
* move outside try
* Sensor return type
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* not needed
* make slave error enum state
* fix enum
* Update homeassistant/components/v2c/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/v2c/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/v2c/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* simplify tests
* fix misspellings from upstream library
* add sensor tests
* just enough coverage for enum sensor
* Refactor V2C tests (#117264 )
* Refactor V2C tests
* fix rebase issues
* ruff
* review
* fix https://github.com/home-assistant/core/issues/117296
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-05-30 20:42:48 +02:00
Bram Kragten
56e4fa86b0
Update frontend to 20240530.0 ( #118489 )
2024-05-30 16:55:49 +02:00
Robert Resch
ac979e9105
Bump deebot-client to 7.3.0 ( #118462 )
2024-05-30 11:40:05 +02:00
ashionky
c0ccc86954
Bump refoss to v1.2.1 ( #118450 )
2024-05-30 11:03:18 +02:00
tronikos
e50defa7f5
Bump opower to 0.4.6 ( #118434 )
2024-05-29 11:37:36 -10:00
swcloudgenie
a670169325
New official genie garage integration ( #117020 )
...
* new official genie garage integration
* move api constants into api module
* move scan interval constant to cover.py
2024-05-29 16:13:28 -04:00
TheJulianJES
6382cb9134
Bump zha-quirks to 0.0.116 ( #118393 )
2024-05-29 19:52:25 +02:00
Marcel van der Veldt
7136be5047
Bump Python Matter Server library to 6.1.0(b0) ( #118388 )
2024-05-29 19:20:18 +02:00
Bram Kragten
23381ff30c
Bump frontend to 20240529.0 ( #118392 )
2024-05-29 19:06:46 +02:00
Joost Lekkerkerker
181ae1227a
Bump airgradient to 0.4.2 ( #118389 )
2024-05-29 18:17:26 +02:00