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-07-26 18:02:50 +00:00
|
|
|
"dependencies": ["application_credentials", "repairs"],
|
2021-11-06 12:31:06 +00:00
|
|
|
"requirements": ["aiolyric==1.0.8"],
|
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
|
|
|
}
|