Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kiosk_mode:
- mobile_settings:
- hide_header: true
- ignore_entity_settings: true
- non_admin_settings:
- kiosk: true
- ignore_entity_settings: true
- popup_cards:
- input_boolean.home_master:
- title: Security
- card:
- type: vertical-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: input_select.occupied_room
- icon: mdi:map-marker
- tap_action:
- action: none
- hold_action:
- action: none
- double_tap_action:
- action: none
- icon_color: teal
- - type: custom:mushroom-template-card
- primary: |-
- {% if is_state('input_boolean.home_master', 'on') %}
- At Home
- {%else%}
- Away
- {% endif %}
- icon: |-
- {% if is_state('input_boolean.home_master', 'on') %}
- mdi:home-account
- {%else%}
- mdi:walk
- {% endif %}
- entity: input_boolean.home_master
- icon_color: |-
- {% if is_state('input_boolean.home_master', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- layout: horizontal
- secondary: >-
- Tado: {% if is_state('sensor.home_tado_mode', 'HOME')
- %}Home{%else%}Away{% endif %}
- Camera: {% if is_state('switch.homeserver_home_mode', 'HOME')
- %}On{%else%}Off{% endif %}
- double_tap_action:
- action: none
- tap_action:
- action: toggle
- hold_action:
- action: none
- multiline_secondary: true
- - type: custom:mushroom-title-card
- subtitle: Motion Sensors
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.living_room_motion_sensor_motion
- name: Living Room
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: none
- secondary_info: none
- primary_info: name
- - type: custom:mushroom-entity-card
- entity: sensor.living_room_motion_sensor_light_level
- icon_color: cyan
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: more-info
- secondary_info: none
- primary_info: state
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.kitchen_motion_sensor_motion
- name: Kitchen
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: none
- secondary_info: none
- - type: custom:mushroom-entity-card
- entity: sensor.kitchen_motion_sensor_light_level
- icon_color: cyan
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: more-info
- secondary_info: none
- primary_info: state
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.corridor_motion_sensor_motion
- name: Corridor
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: none
- secondary_info: none
- - type: custom:mushroom-entity-card
- entity: sensor.corridor_motion_sensor_illuminance
- icon_color: cyan
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: more-info
- primary_info: state
- secondary_info: none
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.study_motion_sensor_motion
- name: Study
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: none
- secondary_info: none
- - type: custom:mushroom-entity-card
- entity: sensor.study_motion_sensor_light_level
- icon_color: cyan
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: more-info
- secondary_info: none
- primary_info: state
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: binary_sensor.bedroom_motion_sensor_motion
- name: Bedroom
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: none
- secondary_info: none
- - type: custom:mushroom-entity-card
- entity: sensor.bedroom_motion_sensor_light_level
- name: Study
- icon_color: cyan
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: more-info
- secondary_info: none
- primary_info: state
- - type: custom:mushroom-title-card
- subtitle: Lights on because of motion
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: input_boolean.living_room_light_on_because_of_motion
- name: Living Room
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: toggle
- - type: custom:mushroom-entity-card
- entity: input_boolean.kitchen_light_on_because_of_motion
- name: Kitchen
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: toggle
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: input_boolean.corridor_light_on_because_of_motion
- name: Corridor
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: toggle
- - type: custom:mushroom-entity-card
- entity: input_boolean.study_light_on_because_of_motion
- name: Study
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: toggle
- - type: custom:mushroom-entity-card
- entity: input_boolean.bedroom_light_on_because_of_motion
- name: Bed
- icon_color: orange
- hold_action:
- action: none
- double_tap_action:
- action: none
- tap_action:
- action: toggle
- switch.tv_remote:
- title: TV Remote
- card:
- type: vertical-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: conditional
- conditions:
- - entity: remote.harmony_hub
- state: 'on'
- card:
- type: custom:mushroom-template-card
- primary: |-
- {% if is_state('remote.harmony_hub', 'on') %}
- Turn Off
- {%else%}
- Turn On
- {% endif %}
- icon: mdi:power
- entity: ''
- icon_color: |-
- {% if is_state('remote.harmony_hub', 'on') %}
- orange
- {%else%}
- teal
- {% endif %}
- tap_action:
- action: call-service
- service: remote.toggle
- service_data: {}
- target:
- device_id: af810432a4d340f8b3a7df6b8149a439
- double_tap_action:
- action: none
- hold_action:
- action: none
- secondary: >-
- Currently:
- {% if
- state_attr('remote.harmony_hub','current_activity')=="Watch
- Movies" %} Watching Movies {% endif %}
- {% if
- state_attr('remote.harmony_hub','current_activity')=="Watch
- TV" %} Watching TV {% endif %}
- {% if
- state_attr('remote.harmony_hub','current_activity')=="PowerOff"
- %} Off {% endif %}
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Watch TV
- icon: mdi:monitor
- entity: ''
- icon_color: teal
- tap_action:
- action: call-service
- service: remote.turn_on
- service_data:
- activity: Watch TV
- target:
- device_id: af810432a4d340f8b3a7df6b8149a439
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Movies
- icon: mdi:movie
- entity: ''
- icon_color: teal
- tap_action:
- action: call-service
- service: remote.turn_on
- service_data:
- activity: Watch Movies
- target:
- device_id: af810432a4d340f8b3a7df6b8149a439
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-title-card
- subtitle: Controls
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Play / Pause
- icon: mdi:pause
- entity: ''
- icon_color: teal
- tap_action:
- action: call-service
- service: script.pause_tv_movie
- service_data: {}
- target: {}
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Mute / Unmute
- icon: mdi:volume-off
- entity: ''
- icon_color: teal
- tap_action:
- action: call-service
- service: script.mute_tv
- service_data: {}
- target: {}
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Volume Up
- icon: mdi:volume-plus
- entity: ''
- icon_color: teal
- tap_action:
- action: call-service
- service: script.volume_up
- service_data: {}
- target: {}
- hold_action:
- action: none
- double_tap_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Volume Down
- icon: mdi:volume-minus
- entity: ''
- icon_color: teal
- tap_action:
- action: call-service
- service: script.volume_down
- service_data: {}
- target: {}
- hold_action:
- action: none
- double_tap_action:
- action: none
- light.study_lights_and_work_lights:
- title: Study
- card:
- type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Study lights
- icon: mdi:home-lightbulb
- entity: light.study_lights_and_work_lights
- multiline_secondary: true
- icon_color: |-
- {% if is_state('light.study_lights_and_work_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- tap_action:
- action: toggle
- hold_action:
- action: none
- double_tap_action:
- action: none
- secondary: |-
- {% if is_state('light.study_lights_and_work_lights', 'on') %}
- On
- {%else%}
- Off
- {% endif %}
- - type: custom:mushroom-title-card
- subtitle: Lights
- - type: custom:mushroom-light-card
- entity: light.study_work_light
- hide_state: true
- use_light_color: false
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: true
- name: Work lights
- icon: mdi:floor-lamp-torchiere-variant
- layout: horizontal
- - type: custom:mushroom-light-card
- entity: light.study_lights
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: false
- icon: mdi:track-light
- layout: horizontal
- name: Room lights
- - type: custom:mushroom-title-card
- subtitle: Climate
- - hours_to_show: 12
- graph: line
- type: sensor
- entity: sensor.study_temperature_adjusted
- detail: 2
- icon: mdi:temperature-celsius
- theme: Mushroom
- name: Temperature
- - hours_to_show: 12
- graph: line
- type: sensor
- entity: sensor.study_humidity_adjusted
- detail: 2
- icon: mdi:percent
- theme: Mushroom
- name: Humidity
- switch.dehumidifier:
- title: Dehumidifier
- card:
- type: vertical-stack
- cards:
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Dehumidifier
- icon: mdi:air-humidifier
- entity: switch.dehumidifier
- multiline_secondary: true
- icon_color: |-
- {% if is_state('switch.dehumidifier', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- tap_action:
- action: toggle
- hold_action:
- action: none
- double_tap_action:
- action: none
- secondary: |-
- {% if is_state('switch.dehumidifier', 'on') %}
- On
- {%else%}
- Off
- {% endif %}
- - hours_to_show: 24
- graph: line
- type: sensor
- entity: sensor.dehumidifier_current_consumption
- detail: 2
- name: Power Consumption
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: sensor.dehumidifier_today_s_consumption
- secondary_info: name
- primary_info: state
- hide_icon: true
- name: Today
- - type: custom:mushroom-entity-card
- entity: sensor.dehumidifier_total_consumption
- secondary_info: name
- primary_info: state
- hide_icon: true
- name: Total
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: sensor.dehumidifier_voltage
- secondary_info: name
- primary_info: state
- hide_icon: true
- name: Voltage
- - type: custom:mushroom-entity-card
- entity: sensor.dehumidifier_current
- secondary_info: name
- primary_info: state
- name: Current
- hide_icon: true
- automation.vacum_when_evwryine_has_left_the_house:
- title: Vacuum Cleaner
- card:
- type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Auto Clean when away
- secondary: >-
- {% if is_state('automation.vacum_when_evwryine_has_left_the_house',
- 'on') %}On{%else%}Off{% endif %}
- icon: mdi:robot-vacuum-variant
- entity: automation.vacum_when_evwryine_has_left_the_house
- tap_action:
- action: toggle
- hold_action:
- action: none
- double_tap_action:
- action: none
- icon_color: >-
- {% if is_state('automation.vacum_when_evwryine_has_left_the_house',
- 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- layout: horizontal
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Clean
- secondary: >-
- Last clean:
- {{as_timestamp(state_attr('vacuum.neato','clean_stop')) |
- timestamp_custom(' %d %B') }}.
- icon: mdi:play-circle
- entity: vacuum.neato
- tap_action:
- action: call-service
- service: vacuum.start
- service_data: {}
- target:
- device_id: cb9108ee18721409eaadb08ebe4d53f7
- hold_action:
- action: none
- double_tap_action:
- action: none
- icon_color: green
- - type: custom:mushroom-template-card
- primary: Return to base
- secondary: 'Status: {{states(''vacuum.neato'')}}'
- icon: mdi:stop-circle
- entity: vacuum.neato
- tap_action:
- action: call-service
- service: vacuum.return_to_base
- service_data: {}
- target:
- device_id: cb9108ee18721409eaadb08ebe4d53f7
- hold_action:
- action: none
- double_tap_action:
- action: none
- icon_color: red
- - show_state: false
- show_name: false
- camera_view: auto
- type: picture-entity
- entity: vacuum.neato
- image: https://demo.home-assistant.io/stub_config/bedroom.png
- camera_image: camera.neato_cleaning_map
- light.bedroom_lights:
- title: Bedroom
- card:
- type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Bedroom lights
- icon: mdi:home-lightbulb
- entity: light.bedroom_lights
- multiline_secondary: true
- icon_color: |-
- {% if is_state('light.bedroom_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- tap_action:
- action: toggle
- secondary: |-
- {% if is_state('light.bedroom_lights', 'on') %}
- On
- {%else%}
- Off
- {% endif %}
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Relaxing in Bed
- icon: mdi:bed
- entity: script.relaxing_in_bed
- icon_color: green
- - type: custom:mushroom-title-card
- subtitle: Lights
- - type: custom:mushroom-light-card
- entity: light.bed
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: true
- icon: mdi:bed-king
- layout: horizontal
- - type: custom:mushroom-light-card
- entity: light.bedroom_1
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: true
- name: Left
- icon: mdi:track-light
- layout: horizontal
- - type: custom:mushroom-light-card
- entity: light.bedroom_2
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: true
- name: Right
- icon: mdi:track-light
- layout: horizontal
- - type: custom:mushroom-title-card
- subtitle: Climate
- - hours_to_show: 12
- graph: line
- type: sensor
- entity: sensor.bedroom_temperature_adjusted
- detail: 2
- icon: mdi:temperature-celsius
- theme: Mushroom
- name: Temperature
- - hours_to_show: 12
- graph: line
- type: sensor
- entity: sensor.home_humidity
- detail: 2
- icon: mdi:percent
- theme: Mushroom
- name: Humidity
- light.living_room_lights:
- title: Living Room
- card:
- type: vertical-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Living Room lights
- icon: mdi:home-lightbulb
- entity: light.living_room_lights
- multiline_secondary: true
- icon_color: |-
- {% if is_state('light.living_room_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- tap_action:
- action: toggle
- secondary: >-
- {% if is_state('light.living_room_lights', 'on')
- %}On{%else%}Off{% endif %}
- - type: custom:mushroom-template-card
- primary: Relax
- icon: mdi:sofa
- entity: script.living_room_lights_only_no_rear_lights_circadian
- icon_color: teal
- layout: horizontal
- - type: custom:mushroom-title-card
- subtitle: Lights
- - type: custom:mushroom-light-card
- entity: light.tv
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: false
- icon: mdi:television
- name: TV
- layout: horizontal
- - type: custom:mushroom-light-card
- entity: light.living_room_3
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: false
- icon: mdi:track-light
- name: Front right
- layout: horizontal
- - type: custom:mushroom-light-card
- entity: light.living_room_lamp
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: false
- icon: mdi:floor-lamp
- name: Lamp
- layout: horizontal
- - type: custom:mushroom-light-card
- entity: light.living_room_1
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: false
- icon: mdi:track-light
- name: Rear left
- layout: horizontal
- - type: custom:mushroom-light-card
- entity: light.living_room_2
- hide_state: true
- use_light_color: true
- show_brightness_control: true
- show_color_temp_control: true
- show_color_control: false
- icon: mdi:track-light
- name: Rear right
- layout: horizontal
- - type: custom:mushroom-title-card
- subtitle: Climate
- - hours_to_show: 12
- graph: line
- type: sensor
- entity: sensor.living_room_motion_temperature_adjusted
- detail: 2
- icon: mdi:temperature-celsius
- theme: Mushroom
- name: Temperature
- views:
- - theme: Mushroom
- title: Home
- icon: mdi:home
- badges: []
- cards:
- - type: vertical-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Relax
- icon: mdi:sofa
- entity: script.living_room_lights_only_no_rear_lights_circadian
- icon_color: teal
- layout: vertical
- hold_action:
- action: none
- double_tap_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Work
- icon: mdi:monitor-dashboard
- entity: script.study_lights_on_circadian_non_automatic
- icon_color: teal
- layout: vertical
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Cook
- icon: mdi:knife
- entity: script.kitchen_lights_on_4500k
- icon_color: teal
- layout: vertical
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Auto
- icon: mdi:brightness-auto
- entity: script.enable_circadian_on_all_lights
- icon_color: red
- layout: vertical
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-title-card
- subtitle: Lights
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Home
- icon: mdi:home-lightbulb
- entity: light.home_lights
- multiline_secondary: true
- icon_color: |-
- {% if is_state('light.home_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- tap_action:
- action: toggle
- hold_action:
- action: none
- double_tap_action:
- action: none
- secondary: >-
- {% if is_state('light.home_lights', 'on') %}On{%else%}Off{%
- endif %}
- - type: custom:mushroom-template-card
- primary: Living Room
- icon: mdi:sofa
- layout: horizontal
- entity: light.living_room_lights
- icon_color: |-
- {% if is_state('light.living_room_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- multiline_secondary: false
- secondary: >-
- {% if is_state('light.living_room_lights', 'on')
- %}On{%else%}Off{% endif %} •
- {{ states('sensor.living_room_motion_temperature_adjusted') |
- round(1) }}°C
- tap_action:
- action: toggle
- hold_action:
- action: none
- double_tap_action:
- action: none
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: 'Kitchen '
- icon: mdi:stove
- entity: light.kitchen_lights
- multiline_secondary: true
- icon_color: |-
- {% if is_state('light.kitchen_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- tap_action:
- action: toggle
- secondary: >-
- {% if is_state('light.kitchen_lights', 'on') %}On{%else%}Off{%
- endif %} • {{states('sensor.living_room_temperature_adjusted')
- | round(1) }}°C • {{states('sensor.living_room_humidity') }}%
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Corridor
- icon: mdi:door-open
- layout: horizontal
- entity: light.corridor_lights
- icon_color: |-
- {% if is_state('light.corridor_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- multiline_secondary: false
- hold_action:
- action: none
- tap_action:
- action: toggle
- double_tap_action:
- action: none
- secondary: >-
- {% if is_state('light.corridor_lights', 'on')
- %}On{%else%}Off{% endif %}
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: 'Study '
- icon: mdi:monitor-dashboard
- entity: light.study_lights_and_work_lights
- multiline_secondary: true
- icon_color: |-
- {% if is_state('light.study_lights_and_work_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- tap_action:
- action: toggle
- secondary: >-
- {% if is_state('light.study_lights_and_work_lights', 'on')
- %}On{%else%}Off{% endif %} •
- {{states('sensor.study_temperature_adjusted') | round(1) }}°C
- • {{states('sensor.study_humidity') }}%
- - type: custom:mushroom-template-card
- primary: Bedroom
- icon: mdi:bed-empty
- layout: horizontal
- entity: light.bedroom_lights
- icon_color: |-
- {% if is_state('light.bedroom_lights', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- multiline_secondary: false
- secondary: >-
- {% if is_state('light.bedroom_lights', 'on') %}On{%else%}Off{%
- endif %} • {{states('sensor.bedroom_temperature_adjusted') |
- round(1) }}°C • {{states('sensor.home_humidity') }}%
- double_tap_action:
- action: none
- tap_action:
- action: toggle
- hold_action:
- action: none
- - type: custom:mushroom-title-card
- subtitle: Climate
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: weather
- entity: weather.home
- double_tap_action:
- action: none
- show_conditions: true
- show_temperature: true
- tap_action:
- action: none
- hold_action:
- action: none
- - type: template
- double_tap_action:
- action: none
- entity: climate.home
- icon: >-
- {% if
- (state_attr('climate.home','hvac_action')=="heating") %}
- mdi:sun-thermometer
- {%else%}
- mdi:snowflake
- {% endif %}
- icon_color: >-
- {% if
- (state_attr('climate.home','hvac_action')=="heating") %}
- red
- {%else%}
- blue
- {% endif %}
- content: >-
- {{states('sensor.bedroom_temperature_adjusted') | round(1)
- }}°C • Target:
- {{state_attr('climate.home','temperature')}}°C •
- Power: {{states('sensor.home_heating')}}%
- tap_action:
- action: none
- hold_action:
- action: none
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- icon: mdi:thermometer-off
- layout: vertical
- entity: script.set_temperature_to_5c
- icon_color: |-
- {%if state_attr('climate.home', 'temperature') ==5 %}
- cyan
- {%else%}
- grey
- {%endif%}
- hold_action:
- action: none
- double_tap_action:
- action: none
- multiline_secondary: false
- - type: custom:mushroom-template-card
- icon: mdi:thermostat
- layout: vertical
- entity: script.set_temperature_to_auto
- icon_color: |-
- {%if states('climate.home') =="auto" %}
- teal
- {%else%}
- grey
- {%endif%}
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-template-card
- icon: mdi:thermometer-chevron-up
- layout: vertical
- entity: script.19c
- icon_color: |+
- {%if state_attr('climate.home', 'temperature') ==19 %}
- deep-orange
- {%else%}
- grey
- {%endif%}
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-template-card
- icon: mdi:sun-thermometer
- layout: vertical
- entity: script.set_temperature_to_20c
- icon_color: |-
- {%if state_attr('climate.home', 'temperature') ==20 %}
- red
- {%else%}
- grey
- {%endif%}
- double_tap_action:
- action: none
- hold_action:
- action: none
- - type: custom:mushroom-title-card
- subtitle: Automations & Devices
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Vacuum
- secondary: >-
- {% if
- is_state('automation.vacum_when_evwryine_has_left_the_house',
- 'on') %}
- Autoclean enabled
- {%else%}
- Autoclean disabled
- {% endif %}
- icon: mdi:robot-vacuum-variant
- entity: automation.vacum_when_evwryine_has_left_the_house
- icon_color: >-
- {% if
- is_state('automation.vacum_when_evwryine_has_left_the_house',
- 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- hold_action:
- action: none
- double_tap_action:
- action: none
- multiline_secondary: false
- layout: horizontal
- tap_action:
- action: more-info
- - type: custom:mushroom-template-card
- primary: Dehumidifier
- secondary: |-
- {% if is_state('switch.dehumidifier', 'on') %}
- On
- {%else%}
- Off
- {% endif %}
- icon: mdi:air-humidifier
- entity: switch.dehumidifier
- icon_color: |-
- {% if is_state('switch.dehumidifier', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- double_tap_action:
- action: none
- layout: horizontal
- tap_action:
- action: more-info
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: TV
- icon: mdi:remote
- entity: switch.tv_remote
- icon_color: |-
- {% if is_state('switch.tv_remote', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- layout: horizontal
- secondary: >-
- {% if
- state_attr('remote.harmony_hub','current_activity')=="Watch
- Movies" %} Watching Movies {% endif %}
- {% if
- state_attr('remote.harmony_hub','current_activity')=="Watch
- TV" %} Watching TV {% endif %}
- {% if
- state_attr('remote.harmony_hub','current_activity')=="PowerOff"
- %} Off {% endif %}
- tap_action:
- action: more-info
- hold_action:
- action: none
- double_tap_action:
- action: none
- - type: custom:mushroom-template-card
- primary: Security
- icon: |-
- {% if is_state('input_boolean.home_master', 'on') %}
- mdi:home-account
- {%else%}
- mdi:walk
- {% endif %}
- entity: input_boolean.home_master
- icon_color: |-
- {% if is_state('input_boolean.home_master', 'on') %}
- orange
- {%else%}
- grey
- {% endif %}
- layout: horizontal
- secondary: |2-
- {% if is_state('input_boolean.home_master', 'on') %}
- At home
- {%else%}
- Away
- {% endif %} • {{states('input_select.occupied_room')}}
- double_tap_action:
- action: none
- tap_action:
- action: more-info
- hold_action:
- action: none
- - type: vertical-stack
- cards:
- - type: custom:mushroom-title-card
- subtitle: Rooms
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Living Room
- icon: mdi:sofa
- entity: light.living_room_lights
- icon_color: teal
- tap_action:
- action: more-info
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- layout: vertical
- - type: custom:mushroom-template-card
- primary: Study
- icon: mdi:monitor-dashboard
- entity: light.study_lights_and_work_lights
- icon_color: teal
- tap_action:
- action: more-info
- hold_action:
- action: none
- double_tap_action:
- action: none
- layout: vertical
- - type: custom:mushroom-template-card
- primary: Bedroom
- icon: mdi:bed-empty
- layout: vertical
- entity: light.bedroom_lights
- icon_color: teal
- tap_action:
- action: more-info
- hold_action:
- action: none
- double_tap_action:
- action: none
- - type: custom:mushroom-title-card
- subtitle: Ring
- - type: picture-entity
- entity: camera.front_door
- camera_image: camera.front_door
- show_name: false
- show_state: false
- - type: custom:mushroom-entity-card
- entity: sensor.front_door_battery
- name: Doorbell Battery
- icon_color: teal
- title: Home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement