core/homeassistant/components/atome/manifest.json

10 lines
243 B
JSON
Raw Normal View History

{
"domain": "atome",
"name": "Atome Linky",
"codeowners": ["@baqs"],
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/atome",
"iot_class": "cloud_polling",
2023-02-08 19:29:44 +00:00
"loggers": ["pyatome"],
"requirements": ["pyatome==0.1.1"]
}