25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"domain": "lyric",
|
|
"name": "Honeywell Lyric",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/lyric",
|
|
"dependencies": ["http"],
|
|
"requirements": ["aiolyric==1.0.6"],
|
|
"codeowners": ["@timmo001"],
|
|
"quality_scale": "silver",
|
|
"dhcp": [
|
|
{
|
|
"hostname": "lyric-*",
|
|
"macaddress": "48A2E6"
|
|
},
|
|
{
|
|
"hostname": "lyric-*",
|
|
"macaddress": "B82CA0"
|
|
},
|
|
{
|
|
"hostname": "lyric-*",
|
|
"macaddress": "00D02D"
|
|
}
|
|
]
|
|
}
|