This is basically the official integration with 2 more sensor for Temperature and Humidity for AirCon. I find them useful if you wand to build a custom dashboard aor automation.
Example of sensor card
type: horizontal-stack cards:
- type: custom:mushroom-template-card primary: Livingroom secondary: |- {{states('sensor.living_air_conditioner_current_temperature')}}°C / H {{states('sensor.living_air_conditioner_current_humidity')}}% icon: mdi:home-circle icon_color: |- {% if is_state('switch.living_switch_1', 'on') %} orange {% endif %} tap_action: action: navigate navigation_path: living hold_action: action: toggle entity: switch.living_switch_1