hristo-atanasov / Tasmota-IRHVAC

Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible hardware
187 stars 64 forks source link

Fix #78 Add new option `dnt_send_list` #93

Closed nao-pon closed 1 year ago

nao-pon commented 1 year ago

This is a setting that does not transmit the data if the On transmission is a toggle operation of a function, and if tasmota_irhvac sends On each time it does not result in normal operation. If you want a toggle action, it can be sent by the service.

dnt_send_list: #optional - default []
    - Beep
    - Clean
    - Econo
    - Filter
    - Light
    - Quiet
    - Sleep
    - SwingH
    - SwingV
    - Turbo
nao-pon commented 1 year ago

Closing this as I will change my approach and recreate it.