jimmyd-be
e57156dd9c
Add Renson button entity ( #99494 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2023-09-21 17:55:30 +02:00
Pedro Januário
c170babba6
Add ecoforest integration ( #100647 )
...
* Add ecoforest integration
* fix file title
* remove host default from schema, hints will be given in the documentation
* moved input validation to async_step_user
* ensure we can receive device data while doing entry setup
* remove unecessary check before unique id is set
* added shorter syntax for async create entry
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use variable to set unique id
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Use _attr_has_entity_name from base entity
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* remove unecessary comments in coordinator
* use shorthand for device information
* remove empty objects from manifest
* remove unecessary flag
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use _async_abort_entries_match to ensure device is not duplicated
* remove unecessary host attr
* fixed coordinator host attr to be used by entities to identify device
* remove unecessary assert
* use default device class temperature trasnlation key
* reuse base entity description
* use device serial number as identifier
* remove unused code
* Improve logging message
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Remove unused errors
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Raise a generic update failed
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use coordinator directly
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* No need to check for serial number
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* rename variable
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use renamed variable
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* improve assertion
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use serial number in entity unique id
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* raise config entry not ready on setup when error in connection
* improve test readability
* Improve python syntax
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* abort when device already configured with same serial number
* improve tests
* fix test name
* use coordinator data
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* improve asserts
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* fix ci
* improve error handling
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-21 15:18:55 +02:00
Robert Resch
e4742c04f2
Fix missspelled package names ( #100670 )
2023-09-21 10:57:23 +02:00
Jan-Philipp Benecke
715d8dcb98
Add test to london underground ( #100562 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2023-09-21 10:44:32 +02:00
Raman Gupta
9f56aec267
Bump zwave-js-server-python to 0.51.3 ( #100665 )
2023-09-21 02:13:48 -04:00
Luke Lashley
ed3cdca454
Bump python-roborock to 0.34.1 ( #100652 )
...
bump to 34.1
2023-09-20 22:02:00 +02:00
Andrei Demian
6752af8f27
Bump ismartgate to 5.0.1 ( #100636 )
2023-09-20 19:44:11 +02:00
J. Nick Koston
6f8734167f
Bump SQLAlchemy to 2.0.21 ( #99745 )
2023-09-20 16:19:53 +02:00
J. Nick Koston
8b5129a7d9
Bump dbus-fast to 2.9.0 ( #100638 )
2023-09-20 13:58:34 +02:00
Abílio Costa
bd9bab000e
Add integration for IKEA Idasen Desk ( #99173 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-20 02:44:35 +02:00
Glenn Waters
276d245409
Bump elkm1-lib to 2.2.6 ( #100537 )
2023-09-17 20:39:23 -05:00
Markus Friedli
dd1dc52994
Fix broken reconnect capability of fritzbox_callmonitor ( #100526 )
2023-09-17 20:00:09 +02:00
tronikos
7aa02b8621
Bump opower to 0.0.34 ( #100501 )
2023-09-17 09:50:17 -05:00
Marc Mueller
48f9a38c74
Update numpy to 1.26.0 ( #100512 )
2023-09-17 09:49:21 -05:00
Kevin
c8265a86b2
Bump python-androidtv to 0.0.72 ( #100441 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-16 10:12:00 -05:00
Ravaka Razafimanantsoa
f99dedfb42
Add switchbot cloud integration ( #99607 )
...
* Switches via API
* Using external library
* UT and checlist
* Updating file .coveragerc
* Update homeassistant/components/switchbot_via_api/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/switchbot_via_api/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/switchbot_via_api/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Review fixes
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* This base class shouldn't know about Remote
* Fixing suggestion
* Sometimes, the state from the API is not updated immediately
* Review changes
* Some review changes
* Review changes
* Review change: Adding type on commands
* Parameterizing some tests
* Review changes
* Updating .coveragerc
* Fixing error handling in coordinator
* Review changes
* Review changes
* Adding switchbot brand
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* Review changes
* Adding strict typing
* Removing log in constructor
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-16 16:00:41 +02:00
J. Nick Koston
a4e0444b95
Bump sense-energy to 0.12.2 ( #100459 )
2023-09-15 13:38:14 -05:00
Kevin Stillhammer
c9975852bb
bump pywaze to 0.5.0 ( #100456 )
2023-09-15 19:03:04 +02:00
Matrix
06949b181f
Bump yolink-api to 0.3.1 ( #100426 )
2023-09-15 17:20:30 +02:00
TJ Horner
a8013836e1
Bump apple_weatherkit to 1.0.3 ( #100416 )
2023-09-15 08:28:27 +02:00
J. Nick Koston
df74ed0d40
Bump bleak-retry-connector to 3.2.1 ( #100377 )
2023-09-14 15:13:15 -05:00
starkillerOG
3f2a660dab
Bump reolink-aio to 0.7.10 ( #100376 )
2023-09-14 21:24:23 +02:00
J. Nick Koston
1d4b731603
Bump zeroconf to 0.112.0 ( #100386 )
2023-09-14 12:40:47 -05:00
Guido Schmitz
b84076d3d6
Fix timeout issue in devolo_home_network ( #100350 )
2023-09-14 10:28:45 +02:00
Franck Nijhof
b0f32a3547
Update apprise to 1.5.0 ( #100351 )
2023-09-14 10:10:31 +02:00
Marty Sun
6692a37f0d
Add missing __init__.py file in yardian test folder ( #100345 )
2023-09-14 09:04:12 +02:00
J. Nick Koston
58bb624b24
Bump zeroconf to 0.111.0 ( #100340 )
2023-09-14 07:54:17 +02:00
Franck Nijhof
a02fcbc5c4
Update sentry-sdk to 1.31.0 ( #100293 )
2023-09-13 23:37:48 +02:00
J. Nick Koston
d8d756dd7d
Bump dbus-fast to 2.7.0 ( #100321 )
2023-09-13 14:33:42 -05:00
Daniel Hjelseth Høyer
9ceeadc715
Update Mill library to 0.11.5, handle rate limiting ( #100315 )
2023-09-13 21:09:29 +02:00
Franck Nijhof
d17957ac1a
Update debugpy to 1.8.0 ( #100311 )
2023-09-13 11:59:35 -05:00
J. Nick Koston
6a2dd4fe74
Bump yalexs to 1.9.0 ( #100305 )
2023-09-13 11:25:10 -05:00
Charles Garwood
c3a7aee48e
Bump pyenphase to 1.11.4 ( #100288 )
2023-09-13 16:04:34 +02:00
Franck Nijhof
65c9e5ee13
Update mutagen to 1.47.0 ( #100284 )
2023-09-13 14:40:27 +02:00
Aarni Koskela
e5de7eacad
Bump sensirion-ble to 0.1.1 ( #100271 )
...
Bump to sensirion-ble==0.1.1
Fixes akx/sensirion-ble#6
Refs https://github.com/home-assistant/core/issues/93678#issuecomment-1694522112
2023-09-13 10:21:55 +02:00
Luke Lashley
09f58ec396
Bump python-roborock to 0.34.0 ( #100236 )
2023-09-13 08:33:48 +02:00
TJ Horner
756f542ac6
Update apple_weatherkit to 1.0.2 ( #100254 )
2023-09-13 08:18:07 +02:00
Charles Garwood
270df003fe
Bump pyenphase to 1.11.3 ( #100255 )
2023-09-13 08:15:33 +02:00
Marc Mueller
2518fbc973
Update jsonpath to 0.82.2 ( #100252 )
2023-09-13 01:41:50 +02:00
Charles Garwood
f344000ef9
Bump pyenphase to 1.11.2 ( #100249 )
...
* Bump pyenphase to 1.11.1
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-13 00:17:29 +02:00
starkillerOG
8aa689ebae
Bump pynetgear to 0.10.10 ( #100242 )
2023-09-12 23:36:44 +02:00
J. Nick Koston
fc75172d79
Bump async-upnp-client to 0.35.1 ( #100248 )
2023-09-12 16:35:39 -05:00
Tom Harris
f9ce315d1b
Support for Insteon 4 button KeypadLink device ( #100132 )
2023-09-12 21:10:40 +02:00
hahn-th
f5c0c7bf27
Bump homematicip_cloud to 1.0.15 ( #99387 )
2023-09-12 19:33:42 +02:00
Joakim Sørensen
1e2b0b65af
Bump hass-nabucasa from 0.70.0 to 0.71.0 ( #100193 )
...
Bump hass-nabucasa from 0.70.0 to 0.71.1
2023-09-12 09:58:25 -04:00
Vincent Knoop Pathuis
fead9d3a92
Bump Ultraheat to version 0.5.7 ( #100172 )
2023-09-12 10:45:35 +02:00
Erik Montnemery
5bcb4f07a0
Bump hatasmota to 0.7.3 ( #100169 )
2023-09-12 09:58:05 +02:00
J. Nick Koston
e8ed4c1ace
Bump dbus-fast to 2.6.0 ( #100163 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v2.4.0...v2.6.0
2023-09-12 08:56:02 +02:00
Raman Gupta
8e43f79f19
Bump zwave-js-server-python to 0.51.2 ( #100159 )
2023-09-11 23:03:47 -04:00
J. Nick Koston
140af44e31
Bump dbus-fast to 2.4.0 ( #100158 )
2023-09-11 21:40:32 -05:00
puddly
15b9963a24
Bump ZHA dependencies ( #100156 )
2023-09-11 22:23:55 -04:00
Bram Kragten
e0e05f9546
Update frontend to 20230911.0 ( #100139 )
2023-09-11 23:06:21 +02:00
Robert Svensson
13cd873e38
Fix devices not always reporting IP - bump aiounifi to v62 ( #100149 )
2023-09-11 21:50:29 +02:00
J. Nick Koston
0571a75c99
Bump zeroconf to 0.108.0 ( #100148 )
2023-09-11 14:42:13 -05:00
J. Nick Koston
d5fc92eb90
Bump zeroconf to 0.107.0 ( #100134 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.105.0...0.107.0
2023-09-11 20:34:35 +02:00
TJ Horner
17db20fdd7
Add Apple WeatherKit integration ( #99895 )
2023-09-11 12:06:55 -05:00
Erik Montnemery
18e08bc79f
Bump hatasmota to 0.7.2 ( #100129 )
2023-09-11 11:35:48 -05:00
J. Nick Koston
f4a7bb47fe
Bump zeroconf to 0.105.0 ( #100084 )
2023-09-11 08:09:29 -05:00
J. Nick Koston
64fde640ca
Bump pyunifiprotect to 4.20.0 ( #100092 )
2023-09-11 08:08:19 -05:00
J. Nick Koston
80e05716c0
Bump dbus-fast to 2.2.0 ( #100076 )
2023-09-10 16:38:39 -05:00
J. Nick Koston
2bda34b98a
Bump flux_led to 1.0.4 ( #100050 )
2023-09-10 21:45:37 +02:00
J. Nick Koston
02a4289c6e
Bump zeroconf to 0.104.0 ( #100068 )
2023-09-10 21:32:40 +02:00
Simone Chemelli
a5a82b94ac
Bump aiovodafone to 0.2.0 ( #100062 )
...
bump aiovodafone to 0.2.0
2023-09-10 19:09:21 +02:00
J. Nick Koston
4f0cd5589c
Bump aiohomekit to 3.0.3 ( #100047 )
2023-09-10 12:01:12 -05:00
Tony
3b25262d6c
Address ruckus_unleashed late review ( #99411 )
2023-09-10 18:49:17 +02:00
Aidan Timson
140bc03fb1
Bump systembridgeconnector to 3.8.2 ( #100051 )
...
Update systembridgeconnector to 3.8.2
2023-09-10 17:02:42 +02:00
Marc Mueller
ccca12cf31
Update bthome-ble to 3.1.1 ( #100042 )
2023-09-10 08:42:47 -05:00
J. Nick Koston
4153181cd3
Bump aiodiscover to 1.5.1 ( #100020 )
...
changelog: https://github.com/bdraco/aiodiscover/compare/v1.4.16...v1.5.1
2023-09-10 10:17:59 +02:00
J. Nick Koston
3b588a839c
Bump zeroconf to 0.103.0 ( #100012 )
2023-09-09 19:49:26 -05:00
Kevin Worrel
092580a3ed
Bump screenlogicpy to v0.9.0 ( #92475 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-09 17:39:54 -05:00
J. Nick Koston
b66437ff7b
Bump yalexs-ble to 2.3.0 ( #100007 )
2023-09-09 17:34:11 -05:00
Bouwe Westerdijk
081d0bdce5
Bump plugwise to v0.32.2 ( #99973 )
...
* Bump plugwise to v0.32.2
* Adapt number.py to the backend updates
* Update related test-cases
* Update plugwise test-fixtures
* Update test_diagnostics.py
2023-09-09 23:50:26 +02:00
J. Nick Koston
aff49cb67a
Bump bluetooth-auto-recovery to 1.2.3 ( #99979 )
...
fixes #99977
2023-09-09 19:23:15 +02:00
Kevin Stillhammer
862506af61
Bump pywaze to 0.4.0 ( #99995 )
...
bump pywaze from 0.3.0 to 0.4.0
2023-09-09 19:16:27 +02:00
Joost Lekkerkerker
9be16d9d42
Add config flow to WAQI ( #98220 )
...
* Migrate WAQI to aiowaqi library
* Migrate WAQI to aiowaqi library
* Migrate WAQI to aiowaqi library
* Add config flow to WAQI
* Finish config flow
* Add tests
* Add tests
* Fix ruff
* Add issues on failing to import
* Add issues on failing to import
* Add issues on failing to import
* Add importing issue
* Finish coverage
* Remove url from translation string
* Fix feedback
* Fix feedback
2023-09-09 17:49:54 +02:00
jan iversen
fdddbd7363
Bump pymodbus to v3.5.2 ( #99988 )
2023-09-09 17:45:19 +02:00
G Johansson
e425662494
Bump pytrafikverket to 0.3.6 ( #99869 )
...
* Bump pytrafikverket to 0.3.6
* Fix config flow names
* str
2023-09-09 16:18:47 +02:00
Luke Lashley
dced72f2dd
Bump python-roborock to 33.2 ( #99962 )
...
bump to 33.2
2023-09-09 14:15:28 +02:00
J. Nick Koston
f903cd6fc0
Bump dbus-fast to 2.0.1 ( #99894 )
2023-09-08 21:16:21 -05:00
J. Nick Koston
694638cbc0
Bump bleak to 0.21.1 ( #99960 )
2023-09-08 19:39:30 -05:00
Marc Mueller
e163e00acd
Update RestrictedPython to 6.2 ( #99955 )
2023-09-08 18:51:26 -05:00
Erik Montnemery
b317e04cf1
Bump hatasmota to 0.7.1 ( #99818 )
2023-09-08 21:01:34 +02:00
jan iversen
be4ea32049
Bump pymodbus v.3.5.1 ( #99940 )
2023-09-08 19:20:06 +02:00
Joost Lekkerkerker
9a45e2cf91
Bump pyenphase to v1.11.0 ( #99941 )
2023-09-08 19:08:32 +02:00
Bram Kragten
16f7bc7bf8
Update frontend to 20230908.0 ( #99939 )
2023-09-08 18:59:08 +02:00
J. Nick Koston
8742c550be
Upgrade bluetooth deps to fix timeout behavior on py3.11 ( #99879 )
2023-09-08 13:25:25 +02:00
Simone Chemelli
a82cd48282
Bump aiovodafone to 0.1.0 ( #99851 )
...
* bump aiovodafone to 0.1.0
* fix tests
2023-09-08 00:32:15 +02:00
J. Nick Koston
9d5595fd7d
Bump zeroconf to 0.102.0 ( #99875 )
2023-09-07 16:08:53 -05:00
mkmer
4ce9c1f304
Add Diagnostic platform to Aladdin Connect ( #99682 )
...
* Add diagnostics platform
* Add diagnostic platform
* Add raw data to diagnostics
* Remove config data
bump aioaladdinconnect, use new doors property for diag
* remove unnecessary component config
refactor diag output
2023-09-07 21:27:41 +02:00
J. Nick Koston
54bd7c9af0
Bump dbus-fast to 1.95.2 ( #99852 )
2023-09-07 13:27:29 -05:00
J. Nick Koston
c68d96cf09
Bump zeroconf to 0.99.0 ( #99853 )
2023-09-07 13:25:29 -05:00
puddly
e8c4ddf05c
Bump ZHA dependencies ( #99855 )
2023-09-07 19:22:24 +02:00
Pawel
dfee5d06a6
Add support for more busy codes for Epson ( #99771 )
...
add support for more busy codes
2023-09-07 12:45:31 +02:00
elmurato
7c3605c82e
Use config entry ID as unique ID and remove dependency to getmac in Minecraft Server ( #97837 )
...
* Use config entry ID as unique ID
* Add entry migration to v2 and and remove helper module
* Remove unneeded strings
* Add asserts for config, device and entity entries and improve comments
* Add debug log for config entry migration
* Reset config entry unique ID and use config entry ID instead
* Remove unnecessary unique ID debug log
* Revert usage of constants for tranlation keys and use dash as delimiter for entity unique id suffix
* Revert "Revert usage of constants for tranlation keys and use dash as delimiter for entity unique id suffix"
This reverts commit 07de334606054097e914404da04950e952bef6d2.
* Remove unused logger in entity module
2023-09-07 12:22:46 +02:00
swamplynx
e8dfa7e2c8
Bump pylutron-caseta to v0.18.2 ( #99789 )
...
* Bump pylutron-caseta to v0.18.2
Minor bump to pylutron-caseta requirement to support wall mounted occupancy sensor device type in latest RA3 firmware.
* Update requirements_all.txt for pylutron-caseta 0.18.2
* Update requirements_test_all.txt for pylutron-caseta 0.18.2
2023-09-07 12:17:38 +02:00
J. Nick Koston
f1ae523ff2
Bump pyenphase to 1.9.3 ( #99787 )
...
* Bump pyenphase to 1.9.2
changelog: https://github.com/pyenphase/pyenphase/compare/v1.9.1...v1.9.2
Handle the case where the user has manually specified a password for
local auth with firmware < 7.x but its incorrect.
The integration previously accepted any wrong password and would
reduce functionality down to what works without a password. We now
preserve that behavior to avoid breaking existing installs.
* bump
2023-09-07 12:17:04 +02:00
Arda ŞEREMET
9351e79dcb
Bump ProgettiHWSW to 0.1.3 ( #92668 )
...
* Update manifest.json
* Update requirements_test_all.txt
* Update requirements_all.txt
* Updated dependencies file.
* Update manifest.json with correct naming convention.
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Updated requirements.
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-09-07 10:53:59 +02:00
J. Nick Koston
0c7e0f5cd9
Bump sense_energy to 0.12.1 ( #99763 )
2023-09-06 20:01:22 -05:00
Aaron Bach
2565f153cd
Bump `aiorecollect` to 2023.09.0 ( #99780 )
2023-09-06 17:26:14 -06:00
J. Nick Koston
533350b94a
Bump dbus-fast to 1.95.0 ( #99749 )
2023-09-06 13:21:21 -05:00
J. Nick Koston
fdf902e053
Bump zeroconf to 0.98.0 ( #99748 )
2023-09-06 12:37:42 -05:00
Joost Lekkerkerker
eab76fc621
Revert "Bump pyoverkiz to 1.10.1 ( #97916 )" ( #99742 )
2023-09-06 17:16:40 +02:00
Bram Kragten
9700888df1
Update frontend to 20230906.1 ( #99733 )
2023-09-06 15:00:26 +02:00
Bram Kragten
00ada69e0b
Update frontend to 20230906.0 ( #99715 )
2023-09-06 10:40:05 +02:00
J. Nick Koston
da45f6cbb0
Bump aioesphomeapi to 16.0.5 ( #99698 )
...
changelog: https://github.com/esphome/aioesphomeapi/compare/v16.0.4...v16.0.5
fixes `RuntimeError: set changed size during iteration`
https://github.com/esphome/aioesphomeapi/pull/538
some added debug logging which may help with https://github.com/home-assistant/core/issues/98221
2023-09-05 20:42:50 -05:00
starkillerOG
3f3d8b1e1e
Bump reolink_aio to 0.7.9 ( #99680 )
2023-09-05 21:21:27 +02:00
Daniel Gangl
2cf25ee9ec
Bump zamg to 0.3.0 ( #99685 )
2023-09-05 21:18:06 +02:00
Daniel Hjelseth Høyer
a9c41f76e3
Bump millheater to 0.11.2 ( #99683 )
...
Update Mill lib
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2023-09-05 21:14:39 +02:00
Robert Svensson
b0e40d95ad
Bump aiounifi to v61 ( #99686 )
...
* Bump aiounifi to v61
* Alter a test to cover the upstream change
2023-09-05 21:13:28 +02:00
Bram Kragten
7fbb1c0fb6
Update frontend to 20230905.0 ( #99677 )
2023-09-05 20:12:40 +02:00
Raman Gupta
5afba6327c
Bump zwave-js-server-python to 0.51.1 ( #99652 )
...
* Bump zwave-js-server-python to 0.51.1
* Update test
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-09-05 09:58:32 -04:00
Álvaro Fernández Rojas
c77a0a8caa
Update aioairzone to v0.6.8 ( #99644 )
...
* Update aioairzone to v0.6.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Trigger CI
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-09-05 12:42:19 +02:00
Bram Kragten
c1cfded355
Update frontend to 20230904.0 ( #99636 )
2023-09-04 14:44:20 -04:00
David Knowles
e57ed26896
Bump pyschlage to 2023.9.0 ( #99624 )
2023-09-04 19:51:33 +02:00
Rami Mosleh
f2e0ff4f0f
Bump simplepush api to 2.2.3 ( #99599 )
2023-09-04 16:24:20 +02:00
Duco Sebel
aa943b7103
Bumb python-homewizard-energy to 2.1.0 ( #99598 )
2023-09-04 16:21:55 +02:00
puddly
c225ee89d6
Bump ZHA dependencies ( #99561 )
2023-09-04 09:26:14 -04:00
Joost Lekkerkerker
6194f7faea
Bump pyenphase to 1.9.1 ( #99574 )
2023-09-04 07:39:24 -04:00
J. Nick Koston
de1de926a9
Bump zeroconf to 0.97.0 ( #99554 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.96.0...0.97.0
2023-09-04 10:52:21 +03:00
J. Nick Koston
377d9f6687
Bump zeroconf to 0.96.0 ( #99549 )
2023-09-03 17:06:21 -05:00
Robert Svensson
f52ba7042d
Bump aiounifi to v60 ( #99548 )
2023-09-03 21:31:25 +02:00
J. Nick Koston
b752419f25
Bump aioesphomeapi to 16.0.4 ( #99541 )
2023-09-03 09:13:34 -05:00
J. Nick Koston
d063650fec
Bump bleak-retry-connector to 3.1.2 ( #99540 )
2023-09-03 09:13:21 -05:00
J. Nick Koston
00893bbf14
Bump bleak to 0.21.0 ( #99520 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-09-03 08:22:03 -05:00
J. Nick Koston
1183bd159e
Bump zeroconf to 0.93.1 ( #99516 )
...
* Bump zeroconf to 0.92.0
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.91.1...0.92.0
* drop unused argument
* Update tests/components/thread/test_diagnostics.py
* lint
* again
* bump again since actions failed to release the wheels
2023-09-03 11:16:26 +02:00
Joakim Plate
61dc217d92
Bump gardena_bluetooth to 1.4.0 ( #99530 )
2023-09-03 10:25:00 +02:00
J. Nick Koston
f4f78cf000
Bump aiohomekit to 3.0.2 ( #99514 )
2023-09-02 15:25:42 -05:00
J. Nick Koston
0b065b118b
Bump zeroconf to 0.91.1 ( #99490 )
2023-09-02 21:04:13 +02:00
Jc2k
26b1222fae
Support tracking private bluetooth devices ( #99465 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-02 09:21:05 -05:00
Daniel Hjelseth Høyer
d88ee0dbe0
Update Tibber library to 0.28.2 ( #99115 )
2023-09-02 15:08:49 +02:00
Paarth Shah
4d3b978398
Change matrix component to use matrix-nio instead of matrix_client ( #72797 )
2023-09-02 15:02:55 +02:00
Jc2k
e465a4f820
Update bluetooth-data-tools to 1.11.0 ( #99485 )
2023-09-01 17:33:19 -05:00
Andrew Onyshchuk
04bf126425
Update aiotractive to 0.5.6 ( #99477 )
2023-09-01 23:28:53 +03:00
Richard Mikalsen
1e6cddaa1d
Turn off Mill heaters using local API ( #99348 )
...
* Update mill_local
* Add ability to turn heater on and off
* Use OperationMode from upstream library
* Fix: compare against value
2023-09-01 19:05:35 +02:00
Bram Kragten
1d80af870d
Update frontend to 20230901.0 ( #99464 )
2023-09-01 17:28:52 +02:00
puddly
38270ee823
Create a ZHA repair when directly accessing a radio with multi-PAN firmware ( #98275 )
...
* Add the SiLabs flasher as a dependency
* Create a repair if the wrong firmware is detected on an EZSP device
* Update homeassistant/components/zha/strings.json
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Provide the ZHA config entry as a reusable fixture
* Create a separate repair when using non-Nabu Casa hardware
* Add unit tests
* Drop extraneous `config_entry.add_to_hass` added in 021def44
* Fully unit test all edge cases
* Move `socket://`-ignoring logic into repair function
* Open a repair from ZHA flows when the wrong firmware is running
* Fix existing unit tests
* Link to the flashing section in the documentation
* Reduce repair severity to `ERROR`
* Make issue persistent
* Add unit tests for new radio probing states
* Add unit tests for new config flow steps
* Handle probing failure raising an exception
* Implement review suggestions
* Address review comments
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-09-01 09:05:45 -04:00
Keilin Bickar
dc4ed5fea9
Update asynsleepiq library to 1.3.7 ( #99431 )
2023-09-01 08:24:13 +02:00
Allen Porter
1539853c0a
Update google-nest-sdm to 3.0.2 ( #99175 )
...
* Update google-nest-sdm to 3.0.2
* Fix device typing
* Update homeassistant/components/nest/device_info.py
Co-authored-by: jan iversen <jancasacondor@gmail.com>
---------
Co-authored-by: jan iversen <jancasacondor@gmail.com>
2023-08-31 20:33:36 -07:00
Álvaro Fernández Rojas
97d38f4ca5
Update AEMET-OpenData to v0.4.4 ( #99418 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-31 21:59:01 +02:00
Bram Kragten
875809a827
Update frontend to 20230831.0 ( #99405 )
2023-08-31 15:32:37 +02:00
Austin Brunkhorst
2c545ef3d2
Update pysnooz to 0.8.6 ( #99368 )
2023-08-31 11:15:45 +02:00
tronikos
343e8f0ecc
Opower MFA fixes ( #99317 )
...
opower mfa fixes
2023-08-31 06:36:07 +02:00
puddly
5fd88f5874
Bump ZHA dependencies ( #99341 )
...
* Bump ZHA dependencies
* Include bellows as well
2023-08-30 14:56:19 -04:00
jan iversen
8a4e48532c
Bump pymodbus v3.5.0 ( #99343 )
...
Bump pymodbus v3.5.0.
2023-08-30 20:26:13 +02:00
Bram Kragten
2ee55f5086
Update frontend to 20230830.0 ( #99340 )
2023-08-30 16:42:04 +02:00
Maikel Punie
7170f5d36c
Bump pyduotecno to 2023.8.4 ( #99328 )
2023-08-30 14:26:58 +02:00
Álvaro Fernández Rojas
71a6db0c9d
Update AEMET-OpenData to v0.4.3 ( #99312 )
2023-08-30 07:23:17 -05:00
Daniel Hjelseth Høyer
fb4e93071e
Update Mill lib, improve error handling ( #99296 )
2023-08-30 00:03:56 -04:00
Michal Jál
d7d989b9fb
Switchbot nightlatch feature ( #98620 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-08-30 00:03:08 -04:00
Willem-Jan van Rootselaar
1e37e1e355
Bump python-bsblan to 0.5.16 ( #99238 )
2023-08-29 23:23:20 -04:00
kel30a
50150f5577
Bump pydaikin version to 2.11.1 ( #99288 )
2023-08-29 13:08:39 -05:00
Álvaro Fernández Rojas
c3ef518551
Update AEMET-OpenData to v0.4.2 ( #99286 )
2023-08-29 13:06:46 -05:00
J. Nick Koston
5006244f4c
Bump aioesphomeapi to 16.0.3 ( #99282 )
2023-08-29 09:31:41 -05:00
Álvaro Fernández Rojas
dac77040a2
Update AEMET-OpenData to v0.4.1 ( #99261 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-29 13:41:34 +02:00
Raman Gupta
be126da72d
Bump zwave-js-server-python to 0.51.0 ( #99250 )
...
* Bump zwave-js-server-python to 0.51.0
* Fix how we patch the command
2023-08-29 02:45:43 -04:00
J. Nick Koston
5ec645161d
Bump zeroconf to 0.88.0 ( #99248 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.86.0...0.88.0
2023-08-29 00:01:39 -04:00
Ian Foster
ef7a246f09
Fix ruckus_unleashed for python 3.11 ( #94835 )
...
Co-authored-by: Tony <29752086+ms264556@users.noreply.github.com>
2023-08-28 17:26:40 +02:00
J. Nick Koston
d4e72c49fa
Bump aiohomekit to 3.0.1 ( #99210 )
2023-08-28 10:02:51 -05:00
Simone Chemelli
1692d83063
Vodafone Station device tracker ( #94032 )
...
* New integration for Vodafone Station
* coveragerc
* Add ConfigFlow,ScannerEntity,DataUpdateCoordinator
* Introduce aiovodafone lib
* heavy cleanup
* bump aiovodafone to v0.0.5
* add config_flow tests (100% coverage)
* run pre-comimit scripts again
* Remove redundant parameter SSL
* rename and cleanup
* cleanup and bug fix
* cleanup exceptions
* constructor comment review
* improve test patching
* move VodafoneStationDeviceInfo to dataclass
* intriduce home field
* dispacher cleanup
* remove extra attributes (reduces state writes)
* attempt to complete test flow
* complete flow for test_exception_connection
* add comment about unique id
2023-08-28 15:10:23 +02:00
Álvaro Fernández Rojas
1683ffb830
Update aioqsw to v0.3.4 ( #99183 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-28 09:35:29 +02:00
Eric Severance
30b815bfb8
Bump pywemo to 1.3.0 ( #99172 )
2023-08-28 09:34:30 +02:00
J. Nick Koston
01d29512ff
Bump zeroconf to 0.86.0 ( #99177 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.85.0...0.86.0
2023-08-28 09:33:08 +02:00
Richard Kroegel
c686f962b5
Bump bimmer_connected to 0.14.0 ( #99161 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-08-27 18:37:08 -07:00
J. Nick Koston
16041e5127
Bump zeroconf to 0.85.0 ( #99165 )
2023-08-27 16:00:19 -05:00
J. Nick Koston
17fd538198
Bump zeroconf to 0.84.0 ( #99138 )
2023-08-27 13:00:58 -05:00
J. Nick Koston
6cd28b64e8
Bump bluetooth-data-tools 1.9.1 ( #99131 )
2023-08-27 10:10:00 -05:00
J. Nick Koston
6992ea9af0
Bump fnv-hash-fast to 0.4.1 ( #99135 )
2023-08-27 10:08:21 -05:00
J. Nick Koston
842a56f5c7
Bump zeroconf to 0.83.1 ( #99134 )
2023-08-27 09:28:23 -05:00
J. Nick Koston
5cc49f6dd6
Bump dbus-fast to 1.94.1 ( #99132 )
2023-08-27 09:27:30 -05:00
Steven Looman
045c514c18
Bump async-upnp-client to 0.35.0 ( #99129 )
2023-08-27 09:08:58 -05:00
J. Nick Koston
c087e6eab6
Revert "Bump python bsblan 0.5.14" ( #99130 )
2023-08-27 08:59:28 -05:00
Robert Svensson
45efe29262
Bump aiounifi to v58 ( #99103 )
2023-08-26 18:27:45 -05:00
Willem-Jan van Rootselaar
a81e6d5811
Bump python bsblan 0.5.14 ( #99089 )
...
* update python-bsblan to 0.5.14
* fix test diagnostics
2023-08-26 22:13:25 +03:00
J. Nick Koston
e003903bc5
Bump zeroconf to 0.83.0 ( #99091 )
2023-08-26 12:26:12 -05:00
tronikos
a25a7ebbeb
Bump opower to 0.0.32 ( #99079 )
2023-08-26 15:39:48 +02:00
Álvaro Fernández Rojas
3f2d2a85b7
Update AEMET-OpenData to v0.4.0 ( #99015 )
...
* Update AEMET-OpenData to v0.4.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Trigger Github CI
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-25 12:53:26 +02:00
Niels Perfors
c2713f0aed
Upgrade Verisure to 2.6.6 ( #98258 )
2023-08-25 10:27:35 +02:00
Allen Porter
960d66e168
Bump ical to 5.0.1 ( #98998 )
2023-08-25 09:43:11 +02:00
Aaron Bach
a741298461
Bump `simplisafe-python` to 2023.08.0 ( #98991 )
2023-08-24 21:11:58 -05:00
mkmer
f2c475cf1b
Bump aiosomecomfort to 0.0.17 ( #98978 )
...
* Clean up imports
Add refresh after login in update
* Bump somecomfort 0.0.17
Separate Somecomfort error to unauthorized
* Add tests
* Run Black format
2023-08-24 21:13:42 +02:00
J. Nick Koston
53eb4d0ead
Bump dbus-fast to 1.94.0 ( #98973 )
2023-08-24 11:10:38 -05:00
starkillerOG
9a0507af3c
Bump reolink-aio to 0.7.8 ( #98942 )
2023-08-24 12:01:22 +02:00
G Johansson
147351be6e
Add Trafikverket Camera integration ( #79873 )
2023-08-24 10:39:22 +02:00
Joakim Sørensen
8d576c900d
Bump hass-nabucasa from 0.69.0 to 0.70.0 ( #98935 )
2023-08-24 09:18:25 +02:00
J. Nick Koston
46a0f84101
Bump bluetooth-data-tools to 1.9.0 ( #98927 )
2023-08-23 20:18:21 -05:00
Klaas Schoute
364d872a47
Bump energyzero to v0.5.0 ( #98914 )
2023-08-23 22:43:08 +02:00
Jean-François Roy
e96ce3f520
baf: Raise ConfigEntryNotReady when the device has a mismatched UUID ( #98898 )
2023-08-23 13:34:38 -05:00
Nathan Spencer
0aeeac5c42
Bump pylitterbot to 2023.4.5 ( #98854 )
2023-08-23 12:19:25 +02:00
Charles Garwood
65691fffd6
Change Enphase dry contact relay binary_sensor to switch ( #98467 )
...
* Switch relay status from binary_sensor to switch
* docstring
* Bump pyenphase to 1.7.1
* review comments pt1
* review comments pt2
* Mutate data in lib instead of HA
* Bump pyenphase to 1.8.1
2023-08-22 21:28:39 -04:00
Álvaro Fernández Rojas
30628766ae
Update AEMET-OpenData to v0.3.0 ( #98810 )
2023-08-22 23:21:42 +02:00
J. Nick Koston
35a8385d9d
Bump zeroconf to 0.82.1 ( #98839 )
2023-08-22 22:00:25 +02:00
mkmer
daade26466
Bump aiosomecomfort to 0.0.16 in Honeywell ( #98824 )
...
bump aiosomecomfort to 0.0.16
2023-08-22 19:35:57 +03:00
J. Nick Koston
10b3cc4dd6
Bump zeroconf to 0.81.0 ( #98826 )
2023-08-22 10:58:29 -05:00
Ernst Klamer
1369874348
Add text sensor to BTHome ( #98355 )
2023-08-22 07:34:26 -05:00
tronikos
32d8d65add
Bump androidtvremote2 to 0.0.14 ( #98801 )
2023-08-22 12:28:19 +02:00
Chris Talkington
c93fcc37c4
Update pyipp to 0.14.4 ( #98791 )
...
* update pyipp to 0.14.4
* hassfest
2023-08-22 07:48:48 +02:00
Klaas Schoute
07fb47b849
Use VehicleType enum for Garages Amsterdam integration ( #98780 )
2023-08-21 22:45:29 +02:00
Joakim Plate
41db088f5d
Update to 1.3.0 of gardena bluetooth ( #98776 )
2023-08-21 21:58:21 +02:00
Marc Mueller
2369964f27
Update aws boto dependencies ( #98619 )
2023-08-21 19:40:21 +02:00
J. Nick Koston
6023ee0cc4
Bump dbus-fast to 1.93.0 ( #98758 )
2023-08-21 19:08:26 +02:00
J. Nick Koston
00904a107d
Bump yalexs to 1.8.0 ( #98751 )
2023-08-21 08:44:45 -05:00
Álvaro Fernández Rojas
4a7088a996
Update aioairzone to v0.6.7 ( #98744 )
2023-08-21 14:10:41 +02:00
Jakob Schlyter
180dd3d11a
Bump pyspcwebgw to 0.7.0 ( #98593 )
2023-08-21 12:01:49 +02:00
Álvaro Fernández Rojas
f373b27a3b
Update aioqsw to v0.3.3 ( #98737 )
2023-08-21 11:14:54 +02:00
Markus Ressel
30a0cb1674
Fix octoprint down every two minutes ( #90001 )
2023-08-21 11:09:39 +02:00
J. Nick Koston
605c55109d
Bump yalexs to 1.7.0 ( #98720 )
2023-08-21 10:56:39 +02:00
Shay Levy
a713d7585f
Bump aioshelly to 6.0.0 ( #98719 )
2023-08-21 10:49:11 +03:00
Joakim Plate
687bf5e808
Ignore ble name for gardena ( #98126 )
2023-08-21 08:43:52 +02:00
tronikos
53b596101b
Bump opower to 0.0.31 ( #98716 )
2023-08-20 22:29:16 +02:00
J. Nick Koston
f318063a77
Bump dbus-fast to 1.92.0 ( #98656 )
2023-08-19 06:13:22 -05:00
tronikos
7059252164
Bump opowerto 0.0.30 ( #98660 )
2023-08-19 08:57:25 +02:00
Robert Svensson
9e42451934
UniFi refactor using site data ( #98549 )
...
* Clean up
* Simplify admin verification
* Streamline using sites in config_flow
* Bump aiounifi
2023-08-18 22:44:59 +02:00
Erik Montnemery
90b9764578
Bump hatasmota to 0.7.0 ( #98636 )
...
* Bump hatasmota to 0.7.0
* Update tests according to new entity naming
2023-08-18 19:24:33 +02:00
Bram Kragten
66685b796d
Update frontend to 20230802.1 ( #98616 )
2023-08-18 13:09:35 +02:00
J. Nick Koston
d3ee2366b0
Bump dbus-fast to 1.91.4 ( #98600 )
2023-08-18 03:09:15 -05:00
Simone Chemelli
ab9d6ce61a
New integration for Comelit SimpleHome ( #96552 )
...
* New integration for Comelit SimpleHome
* Address first review comments
* cleanup
* aiocomelit bump and coordinator cleanup
* address review comments
* Fix some review comments
* Use config_entry.unique_id as last resort
* review comments
* Add config_flow tests
* fix pre-commit missing checks
* test_conflig_flow coverage to 100%
* fix tests
* address latest review comments
* new ruff rule
* address review comments
* simplify unique_id
2023-08-18 08:40:23 +02:00
epenet
a9b1f23b7f
Bump renault-api to 0.2.0 ( #98587 )
2023-08-17 18:16:32 +02:00
J. Nick Koston
3e14e5acba
Bump aioesphomeapi to 16.0.1 ( #98536 )
2023-08-17 17:46:21 +02:00
Erwin Douna
2d4decc9b1
Revert "Integration tado bump" ( #98505 )
...
Revert "Integration tado bump (#97791 )"
This reverts commit 65365d1db5
.
2023-08-17 16:16:47 +02:00
Klaas Schoute
8b4937f627
Bump odp-amsterdam to v5.3.0 ( #98555 )
...
* Bump package to v5.3.0
* Load only the garages for cars
2023-08-17 10:24:58 +02:00
Sebastian Lövdahl
fde498586e
Expose dew point in Met.no ( #98543 )
2023-08-17 07:45:23 +02:00
Nick Whyte
2c48f0e416
Fix ness alarm armed_home state appearing as disarmed/armed_away ( #94351 )
...
* Fix nessclient arm home appearing as arm away
* patch arming mode enum and use dynamic access
* Revert "patch arming mode enum and use dynamic access"
This reverts commit b9cca8e92bcb382abe364381a8cb1674c32d1d2a.
* Remove mock enums
2023-08-16 13:56:52 +02:00
J. Nick Koston
ed2f067c52
Bump zeroconf to 0.80.0 ( #98416 )
2023-08-16 12:03:40 +02:00
J. Nick Koston
b680bca5e9
Bump aiohomekit to 2.6.16 ( #98490 )
2023-08-16 11:30:47 +02:00
tronikos
a0ea6e6a0c
Bump opower to 0.0.29 ( #98503 )
2023-08-16 11:10:02 +02:00
dalinicus
45966069b4
Bump aiolyric to 1.1.0 ( #98113 )
...
version bump aiolyric to include new features for additional room sensors
2023-08-16 08:15:28 +02:00
Nathan Spencer
87b7fc6c61
Bump pylitterbot to 2023.4.4 ( #98414 )
2023-08-15 11:04:45 +02:00
starkillerOG
b1e5b3be34
Bump Reolink_aio to 0.7.7 ( #98425 )
2023-08-15 10:43:19 +02:00
Chris Talkington
eb4745012a
Update rokuecp to 0.18.1 ( #98432 )
2023-08-15 10:02:38 +02:00
Chris Talkington
2da3b7177d
Update pyipp to 0.14.3 ( #98434 )
2023-08-15 09:57:10 +02:00
Charles Garwood
e3438baf49
Add select platform to Enphase integration ( #98368 )
...
* Add select platform to Enphase integration
* Review comments pt1
* Review comments pt2
* Review comments
* Additional tweaks from code review
* .coveragerc
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-08-14 20:23:16 -04:00
J. Nick Koston
69b3ae4588
Bump zeroconf to 0.78.0 ( #98405 )
2023-08-14 21:07:17 +02:00
Erik Montnemery
6294014fcd
Bump python-otbr-api to 2.5.0 ( #98403 )
2023-08-14 20:09:50 +02:00
Álvaro Fernández Rojas
c3c00e6984
Update aioairzone to v0.6.6 ( #98399 )
2023-08-14 11:21:12 -05:00
Marc Mueller
525f39fe28
Update todoist-api-python to 2.1.2 ( #98383 )
2023-08-14 14:10:45 +02:00
Erik Montnemery
4dd102f818
Bump python-otbr-api to 2.4.0 ( #98376 )
2023-08-14 11:33:07 +02:00
Michael
533a8beac2
Raise ConfigEntryNotReady when unable to connect during setup of AVM Fritz!Smarthome ( #97985 )
2023-08-14 10:42:20 +02:00
Marc Mueller
7cf1ff887d
Update caldav to 1.3.6 ( #98371 )
2023-08-14 10:31:24 +02:00
Marc Mueller
21acb5527f
Update beautifulsoup to 4.12.2 ( #98372 )
2023-08-14 10:22:53 +02:00
Kevin Stillhammer
066db11620
Exchange WazeRouteCalculator with pywaze in waze_travel_time ( #98169 )
...
* exchange WazeRouteCalculator with pywaze
* directly use async is_valid_config_entry
* store pywaze client as property
* fix tests
* Remove obsolete error logs
* Reuse existing httpx client
* Remove redundant typing
* Do not clcose common httpx client
2023-08-14 10:02:30 +02:00
J. Nick Koston
96f9b852a2
Bump zeroconf to 0.76.0 ( #98366 )
2023-08-13 22:47:29 -05:00
Marc Mueller
07e20e1eab
Downgrade todoist-api-python to 2.0.2 and attrs to 22.2.0 ( #98354 )
2023-08-13 17:23:38 -05:00
J. Nick Koston
429f939fee
Bump zeroconf to 0.75.0 ( #98360 )
2023-08-13 17:23:03 -05:00
J. Nick Koston
483567529f
Bump flux-led to 1.0.2 ( #98312 )
...
changelog: https://github.com/Danielhiversen/flux_led/compare/1.0.1...1.0.2
fixes #98310
2023-08-12 21:10:36 -04:00
Allen Porter
79991c32dc
Bump pyrainbird to 4.0.0 ( #98271 )
2023-08-12 13:37:43 -05:00
Marc Mueller
85b097af50
Update todoist-api-python to 2.1.1 ( #98263 )
2023-08-12 09:39:59 -07:00
Luke
4780ea6a5b
Bump Python-Roborock to 0.32.3 ( #98303 )
...
bump to 0.32.3
2023-08-12 09:31:14 -07:00
Chris
87753bdb82
Add UniFi power stats for PDU overall AC outlet metrics ( #98217 )
2023-08-12 18:12:59 +02:00
Charles Garwood
8912b19cf4
Add Enphase Encharge aggregate sensors ( #98276 )
...
* Add Encharge aggregate sensors
* Update dependency
2023-08-11 20:15:42 -04:00
Charles Garwood
4342a95be0
Add Enphase switch platform and grid enable switch ( #98261 )
...
* Add Enphase switch platform and grid enable switch
* Update dependency
* Fix docstrings
* Update .coveragerc
2023-08-11 13:31:47 -04:00