summaryrefslogtreecommitdiffstats
path: root/.storage
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2023-01-24 06:27:43 +0400
committerSuren A. Chilingaryan <csa@suren.me>2023-01-24 06:27:43 +0400
commitc933cb78aa1d235e8edffbe2a9d964acad20cfe3 (patch)
tree8ced5a7f36a0df84c29dc51e37f1043b06b3ac73 /.storage
parent614c8a5f4e3bf26d3af0a91685e00eecb171339b (diff)
downloadhass-c933cb78aa1d235e8edffbe2a9d964acad20cfe3.tar.gz
hass-c933cb78aa1d235e8edffbe2a9d964acad20cfe3.tar.bz2
hass-c933cb78aa1d235e8edffbe2a9d964acad20cfe3.tar.xz
hass-c933cb78aa1d235e8edffbe2a9d964acad20cfe3.zip
Monitor primary/backup connectivity and inform when we are on LTE
Diffstat (limited to '.storage')
-rw-r--r--.storage/lovelace.lovelace_status44
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"
+ }
+ ]
}
]
},