2021-01-31 17:51:31 +00:00
|
|
|
{
|
|
|
|
"domain": "lyric",
|
|
|
|
"name": "Honeywell Lyric",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/lyric",
|
2022-08-25 13:33:05 +00:00
|
|
|
"dependencies": ["application_credentials"],
|
2022-12-03 21:26:21 +00:00
|
|
|
"requirements": ["aiolyric==1.0.9"],
|
2021-01-31 17:51:31 +00:00
|
|
|
"codeowners": ["@timmo001"],
|
|
|
|
"quality_scale": "silver",
|
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "lyric-*",
|
2021-04-16 23:32:12 +00:00
|
|
|
"macaddress": "48A2E6*"
|
2021-01-31 17:51:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "lyric-*",
|
2021-04-16 23:32:12 +00:00
|
|
|
"macaddress": "B82CA0*"
|
2021-01-31 17:51:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "lyric-*",
|
2021-04-16 23:32:12 +00:00
|
|
|
"macaddress": "00D02D*"
|
2021-01-31 17:51:31 +00:00
|
|
|
}
|
2021-04-15 08:21:38 +00:00
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["aiolyric"]
|
2021-01-31 17:51:31 +00:00
|
|
|
}
|