2020-12-09 16:51:36 -08:00
|
|
|
{
|
|
|
|
"version": 1,
|
|
|
|
"key": "lovelace.lovelace_main",
|
|
|
|
"data": {
|
|
|
|
"config": {
|
|
|
|
"title": "238 McHaley",
|
|
|
|
"path": "lovelace-main",
|
|
|
|
"views": [
|
|
|
|
{
|
|
|
|
"title": "Lights/Outlets",
|
|
|
|
"path": "circuits",
|
|
|
|
"icon": "",
|
|
|
|
"badges": [],
|
|
|
|
"cards": [
|
|
|
|
{
|
|
|
|
"type": "entities",
|
|
|
|
"show_header_toggle": false,
|
|
|
|
"title": "Indoor Security Lights",
|
|
|
|
"entities": [
|
|
|
|
{
|
|
|
|
"entity": "switch.all_sonoffs",
|
|
|
|
"name": "Lights State (manual override)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"entity": "input_datetime.security_lights_interior_time_off",
|
|
|
|
"name": "Time Of Day To Turn Off (24HR)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"entity": "automation.security_lights_interior_time_on",
|
|
|
|
"name": "Lights On At Sunset Automation Enabled"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"entity": "automation.security_lights_interior_time_off",
|
|
|
|
"name": "Lights Off Automation Enabled"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "entities",
|
|
|
|
"show_header_toggle": false,
|
|
|
|
"title": "Raw Sonoff Control",
|
|
|
|
"entities": [
|
|
|
|
"switch.sonoff_white",
|
|
|
|
"switch.sonoff_brown",
|
|
|
|
"switch.all_sonoffs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "custom:time-picker-card",
|
|
|
|
"entity": "input_datetime.security_lights_interior_time_off",
|
2020-12-10 12:50:34 -08:00
|
|
|
"hour_mode": 12,
|
2020-12-09 16:51:36 -08:00
|
|
|
"hour_step": 1,
|
|
|
|
"minute_step": 5,
|
|
|
|
"second_step": 5,
|
|
|
|
"name": "lights off at",
|
|
|
|
"layout": {
|
|
|
|
"embedded": true,
|
|
|
|
"name": "header",
|
|
|
|
"align_controls": "center"
|
|
|
|
},
|
|
|
|
"link_values": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "button",
|
|
|
|
"tap_action": {
|
|
|
|
"action": "toggle"
|
|
|
|
},
|
|
|
|
"entity": "switch.outside_north_circuit_1"
|
2021-01-01 11:00:49 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "custom:button-card",
|
|
|
|
"entity": "sensor.sensor1",
|
|
|
|
"layout": "icon_state_name2nd",
|
|
|
|
"show_state": true,
|
|
|
|
"show_name": true,
|
|
|
|
"show_label": true,
|
|
|
|
"label": "label",
|
|
|
|
"styles": {
|
|
|
|
"grid": [
|
|
|
|
{
|
|
|
|
"grid-template-areas": "\"n i\" \"s i\" \"l i\""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"grid-template-columns": "1fr 40%"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-12-09 16:51:36 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "sensors",
|
|
|
|
"path": "sensors",
|
|
|
|
"icon": "",
|
|
|
|
"badges": [],
|
|
|
|
"cards": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Electronics Closet",
|
|
|
|
"path": "electronics-closet",
|
|
|
|
"icon": "",
|
|
|
|
"badges": [],
|
|
|
|
"cards": [
|
|
|
|
{
|
|
|
|
"type": "entities",
|
|
|
|
"show_header_toggle": false,
|
|
|
|
"title": "Temperature Control",
|
|
|
|
"entities": [
|
|
|
|
"sensor.closet_temperature",
|
|
|
|
"input_number.fan_on_temp",
|
|
|
|
"switch.fan_automation_enabled",
|
|
|
|
"fan.fan_state"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2021-01-01 11:00:49 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Stone Room",
|
|
|
|
"path": "stone-room",
|
|
|
|
"badges": [],
|
|
|
|
"cards": [
|
|
|
|
{
|
|
|
|
"type": "entities",
|
|
|
|
"entities": [
|
|
|
|
{
|
|
|
|
"entity": "input_number.stone_room_min_temp",
|
|
|
|
"type": "custom:numberbox-card",
|
|
|
|
"icon_plus": "mdi:chevron-up",
|
|
|
|
"icon_minus": "mdi:chevron-down"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"entity": "sensor.stone_room_humidity"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"entity": "sensor.stone_room_dew_point_temperature"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"title": "Stone Room Climate",
|
|
|
|
"show_header_toggle": false,
|
|
|
|
"state_color": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "custom:button-card",
|
|
|
|
"entity": "switch.stone_room_heating",
|
|
|
|
"layout": "icon_state_name2nd",
|
|
|
|
"show_state": true,
|
|
|
|
"show_name": true,
|
|
|
|
"show_label": false,
|
|
|
|
"label": "Stone Room Heating",
|
|
|
|
"styles": {
|
|
|
|
"grid": [
|
|
|
|
{
|
|
|
|
"grid-template-areas": "\"n i\" \"s i\" \"l i\""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"grid-template-columns": "1fr 50%"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2020-12-09 16:51:36 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|