Advertisement
kiwijunglist

configuration.yaml - climate

Apr 1st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.52 KB | None | 0 0
  1. climate:
  2.   - platform: broadlink
  3.     name: Panasonic Aircon
  4.     host: 192.168.178.81
  5.     mac: '34:EA:34:58:AA:65'
  6.     ircodes_ini: 'broadlink_media_codes/panasonic_CS-RE_GKE.ini'
  7.     min_temp: 16
  8.     max_temp: 30
  9.     target_temp: 20
  10.     temp_sensor: sensor.temperature_158d0001f52edb
  11.     default_operation: idle
  12.     default_fan_mode: mid
  13.     customize:
  14.       operations:
  15.        - 'off'
  16.         - cool
  17.         - heat
  18.         - 'on'
  19.       fan_modes:
  20.        - low
  21.         - mid
  22.         - high
  23.         - auto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement