1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/lyric/manifest.json
Allen Porter f6370d0522
Add Honeywell Lyric application credentials platform and deprecate configuration in yaml (#72335)
Add Honeywell Lyric application credentials platform and deprecate config yaml
2022-05-23 20:16:21 +02:00

27 lines
584 B
JSON

{
"domain": "lyric",
"name": "Honeywell Lyric",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lyric",
"dependencies": ["application_credentials"],
"requirements": ["aiolyric==1.0.8"],
"codeowners": ["@timmo001"],
"quality_scale": "silver",
"dhcp": [
{
"hostname": "lyric-*",
"macaddress": "48A2E6*"
},
{
"hostname": "lyric-*",
"macaddress": "B82CA0*"
},
{
"hostname": "lyric-*",
"macaddress": "00D02D*"
}
],
"iot_class": "cloud_polling",
"loggers": ["aiolyric"]
}