Climate ComponentInstallation:Create a new folder into the Home Assistant's custom_components folder and name it smartir. Copy climate.py into the smartir folder. Create the subfolders codes/climate into the smartir folder and copy the code file for your AC device. Configuration variables:name (Optional): Name to use in the frontend device_code (Required): ...... (Accepts only positive numbers) controller_send_service (Required): The service that will be used to send the commands. Only broadlink_send_packet (Broadlink controller) is currently supported. temperature_sensor (Optional): entity_id for a temperature sensor humidity_sensor (Optional): entity_id for a humidity sensor power_sensor (Optional): entity_id for a sensor that monitors whether your device is actually On or Off. This may be a power monitor sensor. (Accepts only on/off states)