This is quite possibly a complete newbie question — I’d be very happy if someone cloud point me into the right direction.
The background:
I have a ProKlima airconditioner which is mostly compatible with gree devices. The gree integration works well and produces a device and an entity with the following attributes:
hvac_modes:
- auto
- cool
- dry
- fan_only
- heat
- 'off'
min_temp: 16
max_temp: 30
target_temp_step: 1
fan_modes:
- auto
- low
- medium low
- medium
- medium high
- high
preset_modes:
- eco
- away
- boost
- none
- sleep
swing_modes:
- 'off'
- vertical
- horizontal
- both
friendly_name: ac_proKlima-ac
supported_features: 57
However, not all of those settings are actually supported by the device. For example, the swing modes don’t exist at all and in the list of hvac modes “heat” has no function.
So, is there a way to fix this?
Is there a way to
a) Somehow override those state attributes
or
b) Create a custom airconditioner with a mix of static attributes and “links” to the actual device?
Kind regards, Jörg
PS: The goal is the have the correct buttons and options on the lovelace card.