core/homeassistant/components/landisgyr_heat_meter/manifest.json

11 lines
317 B
JSON
Raw Normal View History

{
"domain": "landisgyr_heat_meter",
"name": "Landis+Gyr Heat Meter",
2023-02-08 19:35:25 +00:00
"codeowners": ["@vpathuis"],
"config_flow": true,
2023-02-08 19:35:25 +00:00
"dependencies": ["usb"],
"documentation": "https://www.home-assistant.io/integrations/landisgyr_heat_meter",
2023-02-08 19:35:25 +00:00
"iot_class": "local_polling",
"requirements": ["ultraheat-api==0.5.7"]
}