core/homeassistant/components/life360/manifest.json

11 lines
272 B
JSON
Raw Normal View History

2019-06-06 23:07:15 +00:00
{
"domain": "life360",
"name": "Life360",
2023-02-08 19:35:25 +00:00
"codeowners": ["@pnbruckner"],
2019-06-06 23:07:15 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/life360",
"iot_class": "cloud_polling",
2023-02-08 19:35:25 +00:00
"loggers": ["life360"],
"requirements": ["life360==5.5.0"]
2019-06-06 23:07:15 +00:00
}