Advertisement
bazorante14

adicionar em configuration

Feb 28th, 2021
2,337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.33 KB | None | 0 0
  1.  
  2. ######### Adicionar este em configuration.yaml ############
  3.  
  4. sensor: !include sensor.yaml
  5. utility_meter: !include utility_meter.yaml
  6.  
  7. input_number:
  8.   box1:
  9.     name: Valor do KwH
  10.     initial: 0.78
  11.     min: 0.000
  12.     max: 1.000
  13.     step: 0.010
  14.     mode: box
  15.     unit_of_measurement: 'R$'
  16.     icon: mdi:currency-brl
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement