core/homeassistant/components/steamist/manifest.json

9 lines
248 B
JSON
Raw Normal View History

{
"domain": "steamist",
"name": "Steamist",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/steamist",
"requirements": ["aiosteamist==0.3.1"],
"codeowners": ["@bdraco"],
"iot_class": "local_polling"
}