core/homeassistant/components/dweet/manifest.json

10 lines
231 B
JSON
Raw Normal View History

{
"domain": "dweet",
"name": "dweet.io",
"codeowners": [],
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/dweet",
"iot_class": "cloud_polling",
2023-02-08 19:19:19 +00:00
"loggers": ["dweepy"],
"requirements": ["dweepy==0.3.0"]
}