hass-core/homeassistant/components/rpi_power/manifest.json
Michael 9a59cba7f3
Mark integrations as single_config_entry in manifest [system integrations] (#128201)
mark integrations as single_config_entry in manifest
2024-10-11 23:50:44 +02:00

11 lines
354 B
JSON

{
"domain": "rpi_power",
"name": "Raspberry Pi Power Supply Checker",
"codeowners": ["@shenxn", "@swetoast"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rpi_power",
"iot_class": "local_polling",
"loggers": ["rpi_bad_power"],
"requirements": ["rpi-bad-power==0.1.0"],
"single_config_entry": true
}