core/homeassistant/components/uptime/manifest.json

11 lines
262 B
JSON
Raw Normal View History

{
"domain": "uptime",
"name": "Uptime",
2022-03-12 11:36:08 +00:00
"codeowners": ["@frenck"],
2023-02-08 19:41:50 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/uptime",
"integration_type": "service",
2023-02-08 19:41:50 +00:00
"iot_class": "local_push",
"quality_scale": "internal"
}