Update HA, add vacuum, grid cards, fixes

Tento commit je obsažen v:
Florian Brinker
2021-03-21 18:41:41 +01:00
rodič 53c99e4509
revize fb3af71fe3
122 změnil soubory, kde provedl 12940 přidání a 1532 odebrání

Zobrazit soubor

@@ -0,0 +1,21 @@
{
"config": {
"title": "FontAwesome",
"abort": {
"single_instance_allowed": "Only a single configuration of FontAwesome is allowed."
}
},
"options": {
"step": {
"init": {
"title": "Icon sets",
"description": "Which icon sets to include",
"data": {
"regular": "Include Regular icons (far:)",
"solid": "Include Solid icons (fas:)",
"brands": "Include Brand icons (fab:)"
}
}
}
}
}