ha-core/homeassistant/components/steam_online/manifest.json

11 lines
274 B
JSON

{
"domain": "steam_online",
"name": "Steam",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/steam_online",
"requirements": ["steamodd==4.21"],
"codeowners": ["@tkdrob"],
"iot_class": "cloud_polling",
"loggers": ["steam"]
}