19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"domain": "steamist",
|
|
"name": "Steamist",
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/steamist",
|
|
"requirements": ["aiosteamist==0.3.2", "discovery30303==0.2.1"],
|
|
"codeowners": ["@bdraco"],
|
|
"iot_class": "local_polling",
|
|
"dhcp": [
|
|
{ "registered_devices": true },
|
|
{
|
|
"macaddress": "001E0C*",
|
|
"hostname": "my[45]50*"
|
|
}
|
|
],
|
|
"loggers": ["aiosteamist", "discovery30303"]
|
|
}
|