diff options
Diffstat (limited to '.storage/lovelace.lovelace_status')
-rw-r--r-- | .storage/lovelace.lovelace_status | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status index aad7bd1..1cfbb25 100644 --- a/.storage/lovelace.lovelace_status +++ b/.storage/lovelace.lovelace_status @@ -14,6 +14,35 @@ { "type": "custom:restriction-card", "restrictions": { + "confirm": { + "exemptions": null + } + }, + "card": { + "type": "entities", + "entities": [ + { + "entity": "input_boolean.mode_away", + "name": "Away/Security" + }, + { + "entity": "switch.hall_lights_center", + "name": "Camera" + }, + { + "entity": "binary_sensor.network_route_crd", + "name": "CRD net" + }, + { + "entity": "binary_sensor.network_route_vivacell", + "name": "LTE net" + } + ] + } + }, + { + "type": "custom:restriction-card", + "restrictions": { "block": { "exemptions": null } @@ -104,6 +133,21 @@ "name": "Hall" } ] + }, + { + "type": "history-graph", + "title": "Networks (8 hours)", + "hours_to_show": 8, + "entities": [ + { + "entity": "binary_sensor.network_route_crd", + "name": "CRD" + }, + { + "entity": "binary_sensor.network_route_vivacell", + "name": "LTE" + } + ] } ] }, |