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