homeassistant/.storage/lovelace.lovelace_main

101 lines
4.1 KiB
Plaintext

{
"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",
"hour_mode": 12,
"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"
}
]
},
{
"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"
]
}
]
}
]
}
}
}