hass-core/homeassistant/components/permobil/manifest.json
Isak Nyberg 789055fd68
Fix Permobil eula error (#107290)
* bump mypermobil to 0.1.8

* add eula check in config flow

* Update strings.json

* add test for email code with signed eula

* fix docstring character limit

* add placeholder description for MyPermobil
2024-01-29 12:48:55 +01:00

9 lines
254 B
JSON

{
"domain": "permobil",
"name": "MyPermobil",
"codeowners": ["@IsakNyberg"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/permobil",
"iot_class": "cloud_polling",
"requirements": ["mypermobil==0.1.8"]
}