Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: horizontal-stack
- cards:
- - type: custom:mushroom-template-card
- secondary: ""
- icon: mdi:server-network
- icon_color: |
- {{ 'red' if is_state('binary_sensor.pvecheck', 'on') else '#7A7275' }}
- primary: HomeLab
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: homelab
- double_tap_action:
- action: navigate
- navigation_path: http://192.168.68.112:3000
- - type: custom:mushroom-template-card
- primary: Lights
- secondary: ""
- icon: mdi:lightbulb-multiple-outline
- icon_color: "#cc5500"
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: lights
- hold_action:
- action: call-service
- service: light.turn_off
- target:
- entity_id: all
- - type: custom:mushroom-template-card
- primary: Security
- secondary: ""
- icon: >-
- {{ 'mdi:shield-alert' if is_state('binary_sensor.waterleakalert', 'on')
- else "mdi:shield-check" }}
- icon_color: >-
- {{ 'red' if is_state('binary_sensor.waterleakalert', 'on') else '#679db1'
- }}
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: security
- double_tap_action:
- action: url
- url_path: http://192.168.68.112:3000
- - type: custom:mushroom-template-card
- primary: Energy
- secondary: ""
- icon: mdi:lightning-bolt
- layout: vertical
- tap_action:
- action: navigate
- navigation_path: energy
- icon_color: "#7EBE7A"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement