update
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"minor_version": 1,
|
||||
"key": "lovelace.05_detail",
|
||||
"data": {
|
||||
"config": {
|
||||
@@ -47,30 +48,13 @@
|
||||
{
|
||||
"entities": [
|
||||
{
|
||||
"entity": "binary_sensor.rauchmelder_gang_oben_sensor",
|
||||
"name": "Gang Erster Stock",
|
||||
"secondary_info": "last-changed"
|
||||
"entity": "binary_sensor.rauchmelder_schlafzimmer_smoke_alarm_smoke_detected"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.rauchmelder_gang_sensor",
|
||||
"name": "Gang unten",
|
||||
"secondary_info": "last-changed"
|
||||
"entity": "binary_sensor.rauchmelder_unten_gang_smoke_alarm_smoke_detected"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.rauchmelder_schlafzimmer_sensor",
|
||||
"name": "Schlafzimmer unten",
|
||||
"secondary_info": "last-changed"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.rauchmelder_wohnzimmer_sensor",
|
||||
"name": "Wohnzimmer unten",
|
||||
"secondary_info": "last-changed"
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.rauchmelder_heizraum_siren_sensor"
|
||||
"entity": "binary_sensor.smoke_detector_and_siren_smoke_alarm_smoke_detected"
|
||||
}
|
||||
],
|
||||
"show_header_toggle": false,
|
||||
@@ -134,6 +118,20 @@
|
||||
"icon": "mdi:bell",
|
||||
"title": "Klingel",
|
||||
"type": "entities"
|
||||
},
|
||||
{
|
||||
"type": "custom:valetudo-map-card",
|
||||
"entity": "camera.map_data",
|
||||
"title": "Staubsauger",
|
||||
"vacuum_entity": "vacuum.vacuum",
|
||||
"rotate": 0,
|
||||
"crop": {
|
||||
"top": 0,
|
||||
"bottom": 0,
|
||||
"left": 80,
|
||||
"right": 0
|
||||
},
|
||||
"min_height": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -660,7 +658,7 @@
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "sensor.prusaprinter_current_state",
|
||||
"entity": "sensor.octoprint_current_state",
|
||||
"name": "Status",
|
||||
"secondary_info": "last-changed"
|
||||
},
|
||||
@@ -668,17 +666,17 @@
|
||||
"type": "custom:template-entity-row",
|
||||
"icon": "mdi:clock",
|
||||
"name": "Fertig in",
|
||||
"state": "{{ states('sensor.prusaprinter_time_remaining') | int // 3600}}h {{ states('sensor.prusaprinter_time_remaining') | int // 60 % 60}}min",
|
||||
"secondary": "Druckt seit {{ states('sensor.prusaprinter_time_elapsed') | int // 3600}}h {{ states('sensor.prusaprinter_time_elapsed') | int // 60 % 60}}min",
|
||||
"state": "{{ states('sensor.octoprint_time_remaining') | int // 3600}}h {{ states('sensor.octoprint_time_remaining') | int // 60 % 60}}min",
|
||||
"secondary": "Druckt seit {{ states('sensor.octoprint_time_elapsed') | int // 3600}}h {{ states('sensor.octoprint_time_elapsed') | int // 60 % 60}}min",
|
||||
"active": "{{ is_state('light.bed_light', 'off') }}"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.prusaprinter_actual_bed_temp",
|
||||
"entity": "sensor.octoprint_actual_bed_temp",
|
||||
"name": "Print Bed",
|
||||
"icon": "mdi:card"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.prusaprinter_actual_tool0_temp",
|
||||
"entity": "sensor.octoprint_actual_tool0_temp",
|
||||
"name": "Nozzle",
|
||||
"icon": "mdi:printer-3d-nozzle"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user