Show how to only allow one instance

This commit is contained in:
ludeeus
2020-04-20 17:54:58 +00:00
parent a53b0f75a1
commit a727e061d6
6 changed files with 31 additions and 17 deletions

View File

@ -1,5 +1,11 @@
{
"name": "Blueprint",
"hacs": "0.19.0",
"homeassistant": "0.97.0"
"hacs": "0.24.0",
"domains": [
"binary_sensor",
"sensor",
"switch"
],
"iot_class": "Cloud Polling",
"homeassistant": "0.108.0"
}