core/homeassistant/components/uptimerobot/manifest.json

13 lines
278 B
JSON
Raw Normal View History

{
"domain": "uptimerobot",
"name": "Uptime Robot",
"documentation": "https://www.home-assistant.io/integrations/uptimerobot",
"requirements": [
"pyuptimerobot==21.8.2"
],
"codeowners": [
"@ludeeus"
],
"iot_class": "cloud_polling",
"config_flow": true
}