epenet
913e5404da
Improve config flow type hints (part 1) ( #124343 )
...
* Improve config flow type hints
* Revert sms
2024-08-21 22:42:58 +02:00
Christian Neumeier
3e53cc175f
Change POWER_VOLT_AMPERE_REACTIVE to UnitOfReactivePower ( #117153 )
...
* Refactoring: exchange POWER_VOLT_AMPERE_REACTIVE with UnitOfReactivePower
* updated iotawatt and mysensors from VOLT_AMPERE_REACTIVE to UnitOfReactivePower.VOLT_AMPERE_REACTIVE
* deprecation period for POWER_VOLT_AMPERE_REACTIVE changed to one year.
* POWER_VOLT_AMPERE_REACTIVE changed to UnitOfReactivePower in blebox integration
* Update homeassistant/const.py
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-08-21 15:36:45 +02:00
mletenay
f676760ab1
Add GoodWe async_update support to number/select entities ( #116739 )
2024-06-22 12:27:32 +02:00
mletenay
1d62056d9b
Bump goodwe to 0.3.6 ( #119646 )
2024-06-14 08:29:32 +02:00
mletenay
f9413fcc9c
Bump goodwe to 0.3.5 ( #117115 )
2024-05-09 00:17:20 +02:00
mletenay
b60c90e5ee
Goodwe Increase max value of export limit to 200% ( #117090 )
2024-05-09 00:08:08 +02:00
mletenay
9684867a57
Bump goodwe to 0.3.4 ( #116849 )
2024-05-05 18:05:21 -05:00
mletenay
74cea2ecae
Update goodwe library to 0.3.2 ( #115309 )
2024-04-24 15:31:29 +02:00
Sid
0d66d298ec
Enable Ruff RET504 ( #114528 )
...
* Enable Ruff RET504
* fix test
* Use noqa instead of cast
* fix sonos RET504
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-06 11:07:37 +02:00
Joost Lekkerkerker
b26f00bf39
Remove entity description mixin in Goodwe ( #112773 )
2024-03-09 11:00:36 +01:00
Marc Mueller
2c06d4fcb9
Add empty line after module docstring (2) [components] ( #112736 )
2024-03-08 19:15:59 +01:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] ( #112699 )
2024-03-08 08:52:48 -05:00
Erik Montnemery
e06446d0fa
Migrate integrations e-h to generic flowhandler ( #111862 )
2024-02-29 20:07:36 +01:00
Joost Lekkerkerker
81590ac887
Add icon translations to Goodwe ( #111655 )
2024-02-27 22:22:56 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ( #105984 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
mletenay
0548f9f342
Add diagnostics download to goodwe integration ( #102928 )
...
* Add diagnostics download to goodwe integration
* Revert change not related to test
* Use MagicMock for mock inverter
* Use spec with mock
2023-12-13 12:35:53 +01:00
Aarni Koskela
706add4a57
Switch formatting from black to ruff-format ( #102893 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-27 14:38:59 +01:00
mletenay
3b2a849f77
Update goodwe library to 0.2.32 ( #102868 )
2023-10-26 22:20:29 +02:00
Erik Montnemery
4f58df1929
Drop useless passing of update_method to DataUpdateCoordinator ( #100355 )
2023-09-14 10:09:55 +02:00
Joost Lekkerkerker
318aa9b95a
Add entity translations to Goodwe ( #98224 )
...
* Add entity translations to Goodwe
* Add entity translations to Goodwe
2023-08-14 19:35:31 +02:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
Hmmbob
3b24a943ab
Fix goodwe midnight error ( #95041 )
2023-06-22 09:35:53 +02:00
mletenay
83704f0334
Update to goodwe v0.2.31 ( #90808 )
2023-04-05 07:52:05 +03:00
mletenay
0198c751b4
Update goodwe library to v0.2.30 ( #90607 )
2023-04-02 20:25:29 -04:00
mletenay
a1c94919de
Fix goodwe export limit unit on single phase DT inverters ( #90427 )
...
* Fix export limit unit on single phase DT inverters
* Update homeassistant/components/goodwe/number.py
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-03-29 16:01:14 +02:00
mletenay
9ae0236208
Add goodwe sensors for apparent/reactive pwr ( #87940 )
2023-03-28 23:31:14 +02:00
mletenay
60ca3b3223
Extract goodwe data update coordinator to a separate module ( #88396 )
...
* Extract coordinator to separate module
* Make field protected and replace cast
2023-02-21 08:14:12 +01:00
mletenay
728f0d5b3b
Fix goodwe text(enum) sensors device class ( #87914 )
2023-02-18 13:39:38 +01:00
Franck Nijhof
793e51ac76
Enable Ruff SIM212 ( #88181 )
2023-02-15 15:22:34 +01:00
mletenay
ea94a2fbfd
Add support for 4 MPTT inverter ( #86901 )
2023-02-13 12:49:11 +01:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ( #87792 )
...
* Move EntityCategory to homeassistant.const
* Fix more imports
2023-02-09 20:15:37 +01:00
Erik Montnemery
899adef590
Sort manifests 4 ( #87025 )
2023-02-08 20:27:05 +01:00
Franck Nijhof
939eef3b28
Remove translations from Core ( #87543 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-02-06 15:06:43 +01:00
GitHub Action
d1ecc418bb
[ci skip] Translation update
2023-01-19 00:25:04 +00:00
epenet
b4274e4a26
Add POWER device class to goodwe number ( #84232 )
2022-12-19 13:17:57 +01:00
epenet
fc43fb17a9
Fix incorrect device class in goodwe ( #83917 )
...
Fix device class in goodwe
2022-12-13 13:45:51 +01:00
epenet
7c3ca38eb7
Use UnitOfElectricCurrent in integrations ( #83622 )
2022-12-09 10:51:26 +01:00
GitHub Action
1f3e5fb4fc
[ci skip] Translation update
2022-12-07 00:24:08 +00:00
GitHub Action
03154e1d83
[ci skip] Translation update
2022-12-03 00:21:50 +00:00
GitHub Action
197e71203b
[ci skip] Translation update
2022-11-30 00:26:16 +00:00
GitHub Action
230b50d099
[ci skip] Translation update
2022-11-29 00:26:01 +00:00
GitHub Action
f3b3193f7a
[ci skip] Translation update
2022-11-25 00:24:19 +00:00
GitHub Action
eaf6d43508
[ci skip] Translation update
2022-11-23 00:26:26 +00:00
GitHub Action
fe5246fb6f
[ci skip] Translation update
2022-11-19 00:26:11 +00:00
epenet
9d3442055b
Move options to SelectEntityDescription in goodwe ( #80017 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-10-26 13:54:57 +02:00
starkillerOG
8974657ba9
Fix Goodwe spinlock ( #80624 )
...
* fix spinlock
* Add debug log
* fix styling
2022-10-21 22:50:00 +02:00
starkillerOG
88500145d2
Goodwe reset to 0 at midnight ( #76793 )
...
* reset at midnight
* fix styling
* Update sensor.py
* Update homeassistant/components/goodwe/sensor.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* fix missing import
* Only reset if inverter is offline at midnight
* fix issort
* Add detailed explanation
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-09-27 14:09:55 +02:00
Marc Mueller
faad904cbc
Remove unnecessary boolean checks for callables ( #78819 )
2022-09-25 22:01:27 -04:00
mletenay
cef6ffb552
Fix grid_export_limit unit for DT inverters ( #77290 )
...
FIx grid_export_limit unit for DT inverters
2022-08-25 08:43:09 +02:00
mletenay
bbc2c28ef3
Add Synchronize inverter clock button ( #69220 )
...
* Add Synchronize inverter clock button
* Use generic GoodweButtonEntityDescription
* Replace deprecated code
* Fix DT inverter export limit type
* Remove fix to DT inverter export limit time
2022-08-25 07:52:05 +02:00