This commit is contained in:
Yegor Vialov
2018-11-11 18:36:49 +02:00
parent 0e3474bbcb
commit 54e00c3403
5 changed files with 104 additions and 8 deletions

View File

@ -23,6 +23,12 @@ class HACard {
);
}
case "media-control": {
return MediaControlCardWidget(
card: this,
);
}
case "weather-forecast":
case "thermostat":
case "sensor":
@ -35,8 +41,7 @@ class HACard {
case "gauge":
case "entity-button":
case "conditional":
case "alarm-panel":
case "media-control": {
case "alarm-panel": {
return UnsupportedCardWidget(
card: this,
);