Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input_boolean:
- washer_washing:
- name: Washer Washing
- icon: mdi:washing-machine
- washer_drying:
- name: Washer Drying
- icon: mdi:washing-machine
- washer_spinning:
- name: Washer Spinning
- icon: mdi:washing-machine
- (Automations)
- - id: '1613419819667'
- alias: Dishwasher Started (Washing)
- description: ''
- trigger:
- - type: value
- platform: device
- device_id: 0af43bbb931f24ee4700fe5ab2db3019
- entity_id: sensor.dishwasher_power
- domain: sensor
- above: 30
- condition: []
- action:
- - service: tts.cloud_say
- data:
- entity_id: media_player.living_room_home
- message: Starting Dishwasher
- options:
- gender: male
- - service: notify.notify
- data:
- message: The Dishwasher Started
- - service: tts.cloud_say
- data:
- entity_id: media_player.dining_room_pair
- message: Starting Dishwasher
- options:
- gender: male
- - service: tts.cloud_say
- data:
- entity_id: media_player.dining_room_pair
- message: Starting Dishwasher
- options:
- gender: male
- - service: tts.cloud_say
- data:
- entity_id: media_player.kitchen_mini
- message: Starting Dishwasher
- options:
- gender: male
- - service: input_boolean.turn_on
- data: {}
- entity_id: input_boolean.dishwasher_running
- mode: single
- - id: '1613420110992'
- alias: Dishwasher Finished
- description: ''
- trigger:
- - type: value
- platform: device
- device_id: 0af43bbb931f24ee4700fe5ab2db3019
- entity_id: sensor.dishwasher_power
- domain: sensor
- above: 0
- below: 5
- for:
- hours: 0
- minutes: 0
- seconds: 10
- milliseconds: 0
- condition: []
- action:
- - service: tts.cloud_say
- data:
- entity_id: media_player.living_room_home
- message: Dishwasher Finished
- options:
- gender: male
- - service: notify.notify
- data:
- message: The Dishwasher Finished
- - service: tts.cloud_say
- data:
- entity_id: media_player.dining_room_pair
- message: Dishwasher Finished
- options:
- gender: male
- - service: tts.cloud_say
- data:
- entity_id: media_player.dining_room_pair
- message: Dishwasher Finished
- options:
- gender: male
- - service: tts.cloud_say
- data:
- entity_id: media_player.kitchen_mini
- message: Dishwasher Finished
- options:
- gender: male
- - service: input_boolean.turn_off
- data: {}
- entity_id: input_boolean.dishwasher_running
- mode: single
- - id: '1613424501683'
- alias: Laundry Spinning
- description: ''
- trigger:
- - platform: state
- entity_id: sensor.washer
- attribute: run_state
- to: Spinning
- condition: []
- action:
- - service: input_boolean.turn_on
- data: {}
- entity_id: input_boolean.washer_spinning
- - service: input_boolean.turn_off
- data: {}
- entity_id: input_boolean.washer_washing
- - service: input_boolean.turn_off
- data: {}
- entity_id: input_boolean.washer_drying
- mode: single
- - id: '1613427878363'
- alias: Laundry Off
- description: ''
- trigger:
- - platform: state
- entity_id: sensor.washer
- attribute: run_state
- to: '-'
- condition: []
- action:
- - service: input_boolean.turn_off
- data: {}
- entity_id: input_boolean.washer_drying
- - service: input_boolean.turn_off
- data: {}
- entity_id: input_boolean.washer_spinning
- - service: input_boolean.turn_off
- data: {}
- entity_id: input_boolean.washer_washing
- mode: single
- (Cards)
- type: vertical-stack
- cards:
- - type: conditional
- conditions:
- - entity: input_boolean.washer_washing
- state: 'on'
- card:
- type: picture-elements
- elements:
- - entity: sensor.washer
- icon: 'mdi:power'
- style:
- left: 35%
- top: 8%
- type: state-icon
- - attribute: remain_time
- entity: sensor.washer
- style:
- color: white
- font-size: 2em
- right: 19%
- top: 9%
- type: state-label
- - attribute: run_state
- entity: sensor.washer
- style:
- bottom: 5%
- font-size: 2em
- left: 50%
- type: state-label
- image: local/washer_washing.gif
- - type: conditional
- conditions:
- - entity: input_boolean.washer_drying
- state: 'on'
- card:
- type: picture-elements
- elements:
- - entity: sensor.washer
- icon: 'mdi:power'
- style:
- left: 35%
- top: 8%
- type: state-icon
- - attribute: remain_time
- entity: sensor.washer
- style:
- color: white
- font-size: 2em
- right: 19%
- top: 9%
- type: state-label
- - attribute: run_state
- entity: sensor.washer
- style:
- bottom: 5%
- font-size: 2em
- left: 50%
- type: state-label
- image: local/washer_drying.gif
- - type: conditional
- conditions:
- - entity: input_boolean.washer_spinning
- state: 'on'
- card:
- type: picture-elements
- elements:
- - entity: sensor.washer
- icon: 'mdi:power'
- style:
- left: 35%
- top: 8%
- type: state-icon
- - attribute: remain_time
- entity: sensor.washer
- style:
- color: white
- font-size: 2em
- right: 19%
- top: 9%
- type: state-label
- - attribute: run_state
- entity: sensor.washer
- style:
- bottom: 5%
- font-size: 2em
- left: 50%
- type: state-label
- image: local/washer_spin.gif
- - type: conditional
- conditions:
- - entity: sensor.washer
- state: 'off'
- card:
- type: picture-elements
- elements:
- - entity: sensor.washer
- icon: 'mdi:power'
- style:
- left: 35%
- top: 8%
- type: state-icon
- - attribute: remain_time
- entity: sensor.washer
- style:
- color: white
- font-size: 2em
- right: 19%
- top: 9%
- type: state-label
- - attribute: run_state
- entity: sensor.washer
- style:
- bottom: 5%
- font-size: 2em
- left: 50%
- type: state-label
- image: local/washer.png
Advertisement
Add Comment
Please, Sign In to add comment