mirror of https://github.com/home-assistant/core
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"domain": "lyric",
|
|
"name": "Honeywell Lyric",
|
|
"codeowners": ["@timmo001"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "lyric-*",
|
|
"macaddress": "48A2E6*"
|
|
},
|
|
{
|
|
"hostname": "lyric-*",
|
|
"macaddress": "B82CA0*"
|
|
},
|
|
{
|
|
"hostname": "lyric-*",
|
|
"macaddress": "00D02D*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/lyric",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aiolyric"],
|
|
"requirements": ["aiolyric==2.0.1"]
|
|
}
|