Untitled

 avatar
unknown
plain_text
3 months ago
435 B
6
No Index
card:
  type: custom:mushroom-template-card
  primary: Hello, {{user}}
  secondary: How are you?
  icon: mdi:home
  multiline_secondary: false
  tap_action:
    action: perform-action
    perform_action: alarm_control_panel.alarm_arm_home
    target:
      entity_id: alarm_control_panel
    data:
      code: input_text.secret_pin


config.yaml: 
input_text:
  secret_pin:
    name: mysec
    initial: !secret mysec
Editor is loading...
Leave a Comment