mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix P1 Monitor requirement in manifest (#55027)
This commit is contained in:
parent
0095c6baeb
commit
0680e9f833
@ -3,7 +3,7 @@
|
||||
"name": "P1 Monitor",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/p1_monitor",
|
||||
"requirements": ["p1monitor == 0.2.0"],
|
||||
"requirements": ["p1monitor==0.2.0"],
|
||||
"codeowners": ["@klaasnicolaas"],
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling"
|
||||
|
@ -1136,7 +1136,7 @@ orvibo==1.1.1
|
||||
ovoenergy==1.1.12
|
||||
|
||||
# homeassistant.components.p1_monitor
|
||||
p1monitor == 0.2.0
|
||||
p1monitor==0.2.0
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
|
@ -638,7 +638,7 @@ openerz-api==0.1.0
|
||||
ovoenergy==1.1.12
|
||||
|
||||
# homeassistant.components.p1_monitor
|
||||
p1monitor == 0.2.0
|
||||
p1monitor==0.2.0
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
|
Loading…
x
Reference in New Issue
Block a user