mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 09:38:21 +00:00
Fixed parser for zeversolar hardware version M10 (#87319)
fixes undefined
This commit is contained in:
parent
1df7fcea09
commit
6d2a2b1c91
@ -3,7 +3,7 @@
|
||||
"name": "Zeversolar",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeversolar",
|
||||
"requirements": ["zeversolar==0.2.0"],
|
||||
"requirements": ["zeversolar==0.3.0"],
|
||||
"codeowners": ["@kvanzuijlen"],
|
||||
"iot_class": "local_polling",
|
||||
"integration_type": "device"
|
||||
|
@ -2690,7 +2690,7 @@ zengge==0.2
|
||||
zeroconf==0.47.1
|
||||
|
||||
# homeassistant.components.zeversolar
|
||||
zeversolar==0.2.0
|
||||
zeversolar==0.3.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.92
|
||||
|
@ -1903,7 +1903,7 @@ zamg==0.2.2
|
||||
zeroconf==0.47.1
|
||||
|
||||
# homeassistant.components.zeversolar
|
||||
zeversolar==0.2.0
|
||||
zeversolar==0.3.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.92
|
||||
|
Loading…
x
Reference in New Issue
Block a user