hristo-atanasov / Tasmota-IRHVAC

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

22 #23

Closed RobinSinghNanda closed 2 years ago

RobinSinghNanda commented 3 years ago

This is my first pull request on github, so please bear with me in case something is wrong.

This pull request is related to https://github.com/hristo-atanasov/Tasmota-IRHVAC/issues/22 I have added support to support for MQTT availability feature, which can be enabled using the following standard config keys. availability_topic: "tele/<device_name>/LWT" payload_available: "Online" payload_not_available: "Offline" qos: 2 or availability: topic: "tele/<device_name>/LWT" payload_available: "Online" payload_not_available: "Offline" qos: 2

I have tested the change in my hass instance and it is working as expected.

RobinSinghNanda commented 3 years ago

Any update on PR request? Anybody looking into this?

nao-pon commented 2 years ago

This PR merged via #52.