Advertisement
xyboox

Button card

Jan 28th, 2021
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. - type: custom:button-card
  2.   triggers_update: ['climate.thermostat_office']
  3.   custom_fields:
  4.     graph:
  5.       card:
  6.         type: custom:simple-thermostat
  7.         step_layout: column
  8.         show_header: false
  9.         entity: climate.thermostat_office
  10.         sensors:
  11.           - entity: sensor.humidity_office
  12.             name: Humidity
  13.         control:
  14.          - hvac
  15.   style:
  16.     top: 83.8%
  17.     left: 49.7%
  18.     width: 21.1%
  19.   template: ['base', 'temperature', 'stock']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement