314ma

Lovelace row 2

Jun 9th, 2021 (edited)
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. type: grid
  2. columns: 4
  3. cards:
  4.   - type: button
  5.     tap_action:
  6.       action: more-info
  7.     entity: sensor.env_lazienka_temperature
  8.     name: Łazienka
  9.     icon: mdi:shower-head
  10.     show_name: true
  11.   - type: button
  12.     tap_action:
  13.       action: call-service
  14.       service: input_number.decrement
  15.       service_data: {}
  16.       target:
  17.         entity_id: input_number.tc_room_lazienka
  18.     icon: mdi:arrow-left-bold
  19.   - type: custom:button-card
  20.     aspect_ratio: 1/1
  21.     entity: input_number.tc_room_lazienka
  22.     show_state: true
  23.     show_name: false
  24.     show_icon: false
  25.     show_units: false
  26.     styles:
  27.       card:
  28.         - font-size: 20px
  29.   - type: button
  30.     tap_action:
  31.       action: call-service
  32.       service: input_number.increment
  33.       service_data: {}
  34.       target:
  35.         entity_id: input_number.tc_room_lazienka
  36.     icon: mdi:arrow-right-bold
  37.  
Add Comment
Please, Sign In to add comment