mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
83 lines
2.7 KiB
YAML
83 lines
2.7 KiB
YAML
title: Dishwasher
|
|
path: dishwasher
|
|
icon: mdi:dishwasher
|
|
subview: true
|
|
type: sidebar
|
|
badges: []
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: history-graph
|
|
entities:
|
|
- entity: sensor.pm_dishwasher_w
|
|
hours_to_show: 2
|
|
|
|
- type: vertical-stack
|
|
view_layout:
|
|
position: sidebar
|
|
cards:
|
|
- type: grid
|
|
cards:
|
|
- type: tile
|
|
entity: sensor.dishwasher
|
|
icon_tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/dishwasher
|
|
tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/dishwasher
|
|
show_entity_picture: true
|
|
vertical: true
|
|
- type: tile
|
|
entity: binary_sensor.keurig
|
|
icon_tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/keurig
|
|
tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/keurig
|
|
show_entity_picture: true
|
|
vertical: true
|
|
- type: tile
|
|
entity: binary_sensor.stove
|
|
icon_tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/stove
|
|
tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/stove
|
|
show_entity_picture: true
|
|
vertical: true
|
|
- type: tile
|
|
entity: sensor.tumble_dryer
|
|
icon_tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/tumble-dryer
|
|
tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/tumble-dryer
|
|
show_entity_picture: true
|
|
vertical: true
|
|
- type: tile
|
|
entity: sensor.washing_machine
|
|
icon_tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/washing-machine
|
|
tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/washing-machine
|
|
show_entity_picture: true
|
|
vertical: true
|
|
- type: glance
|
|
entities:
|
|
- entity: input_boolean.empty_dishwasher
|
|
tap_action:
|
|
action: toggle
|
|
- entity: sensor.pm_dishwasher_w
|
|
- entity: input_number.dishwasher_delay_on
|
|
- entity: input_number.dishwasher_on
|
|
- entity: input_number.dishwasher_delay_off
|
|
- entity: sensor.dishwasher
|
|
- entity: binary_sensor.dishwasher
|
|
- entity: binary_sensor.dishwasher_door_contact
|
|
- entity: sensor.dishwasher_door_device_temperature |