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

add .lower() in vendor check #28

Closed yoav1000 closed 3 years ago

yoav1000 commented 3 years ago

https://github.com/hristo-atanasov/Tasmota-IRHVAC/blob/ed3d533e70d4a21484a0a87279b3752010f4d749/custom_components/tasmota_irhvac/climate.py#L551

should be self._vendor.lower() as all examples show protocol should be caps

hristo-atanasov commented 3 years ago

This bug is fixed in the Master branch of the repository. If you get the code from the there, you should use the "vendor" exactly as it is shown in Tasmota console (with the same casing).