mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +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",
|
"name": "Zeversolar",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zeversolar",
|
"documentation": "https://www.home-assistant.io/integrations/zeversolar",
|
||||||
"requirements": ["zeversolar==0.2.0"],
|
"requirements": ["zeversolar==0.3.0"],
|
||||||
"codeowners": ["@kvanzuijlen"],
|
"codeowners": ["@kvanzuijlen"],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"integration_type": "device"
|
"integration_type": "device"
|
||||||
|
@ -2690,7 +2690,7 @@ zengge==0.2
|
|||||||
zeroconf==0.47.1
|
zeroconf==0.47.1
|
||||||
|
|
||||||
# homeassistant.components.zeversolar
|
# homeassistant.components.zeversolar
|
||||||
zeversolar==0.2.0
|
zeversolar==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.92
|
zha-quirks==0.0.92
|
||||||
|
@ -1903,7 +1903,7 @@ zamg==0.2.2
|
|||||||
zeroconf==0.47.1
|
zeroconf==0.47.1
|
||||||
|
|
||||||
# homeassistant.components.zeversolar
|
# homeassistant.components.zeversolar
|
||||||
zeversolar==0.2.0
|
zeversolar==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.92
|
zha-quirks==0.0.92
|
||||||
|
Loading…
x
Reference in New Issue
Block a user