forked from home-assistant/core
Fix P1 Monitor requirement in manifest (#55027)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"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
|
||||
|
Reference in New Issue
Block a user