* Add config flow to Aftership * Add config flow to Aftership * Fix schema * Update homeassistant/components/aftership/strings.json Co-authored-by: Robert Resch <robert@resch.dev> * Fix feedback --------- Co-authored-by: Robert Resch <robert@resch.dev>
9 lines
245 B
JSON
9 lines
245 B
JSON
{
|
|
"domain": "aftership",
|
|
"name": "AfterShip",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/aftership",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["pyaftership==21.11.0"]
|
|
}
|