core/homeassistant/components/wiffi/manifest.json

11 lines
256 B
JSON
Raw Normal View History

{
"domain": "wiffi",
"name": "Wiffi",
2023-02-08 19:10:18 +00:00
"codeowners": ["@mampfes"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wiffi",
"iot_class": "local_push",
2023-02-08 19:10:18 +00:00
"loggers": ["wiffi"],
2023-02-12 19:25:03 +00:00
"requirements": ["wiffi==1.1.2"]
}