Initial Home Assistant commit
This commit is contained in:
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"version": 1,
|
||||
"minor_version": 1,
|
||||
"key": "lovelace.dashboard_spotify",
|
||||
"data": {
|
||||
"config": {
|
||||
"views": [
|
||||
{
|
||||
"type": "sections",
|
||||
"sections": [
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "heading",
|
||||
"heading": "New section"
|
||||
},
|
||||
{
|
||||
"type": "alarm-panel",
|
||||
"states": [
|
||||
"arm_home",
|
||||
"arm_away"
|
||||
],
|
||||
"entity": "alarm_control_panel.blainville_alarm"
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "binary_sensor.entryway_keypad_motion"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.front_door"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.patio_door"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.bedroom_window"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.seraphine_window"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.leo_window"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.side_window_1"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.side_window_2"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.basement"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.entryway"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "heading",
|
||||
"heading": "New section"
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"name": "Open Spotify",
|
||||
"icon": "mdi:spotify",
|
||||
"tap_action": {
|
||||
"action": "url",
|
||||
"url_path": "app://com.spotify.music"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "heading",
|
||||
"heading": "192.168.1.1"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.192_168_1_1_devices_connected"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.192_168_1_1_download"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.192_168_1_1_download_speed"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.192_168_1_1_last_boot"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.192_168_1_1_upload"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.192_168_1_1_upload_speed"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "camera.backyard",
|
||||
"show_entity_picture": true
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "binary_sensor.backyard_motion"
|
||||
}
|
||||
],
|
||||
"title": "Backyard"
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "binary_sensor.backyard_battery"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.blink_backyard_temperature"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.blink_backyard_wi_fi_signal_strength"
|
||||
}
|
||||
],
|
||||
"title": "Backyard"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user