Thank you for your reply, however placing the linked_humidity_sensor gives an error in the config file:
Invalid config for [homekit]: [linked_humidty_sensor] is an invalid option for [homekit]. Check: homekit->homekit->0->entity_config->linked_humidty_sensor. (See /home/homeassistant/.homeassistant/configuration.yaml, line 29).
It seems that linked_humidity_sensor is not a valid setting for the accessory. I’ve read the documentation of the Homekit integration and the linked_xxxxxx_sensor seems to work more with motion, doorbell, obstruction…
Nevertheless, this is the approach I’m looking for, a manual way to direct the sensor to the real one.
I’m getting an warning in my home assistant logs. But the automation works.
I have a automation that automatically shut down the air purifier at a set level, but only when the condition of the dehumidifier is on and drop-down selection is Living Room.
So i geus this warning coming from these automation, and has to do where it reads the state of the dehumidifier.
But why? i don’t see a problem.
The Warning:
Log Details (WARNING)
Logger: homeassistant.helpers.condition
Source: helpers/condition.py:234
First occurred: 9:48:25 (1 occurrences)
Last logged: 9:48:25
Value cannot be processed as a number: <state humidifier.midea_dehumidifier_30786325603194=on; min_humidity=40, max_humidity=85, available_modes=['Target_humidity', 'Continuos', 'Smart', 'Dryer'], humidity=45, mode=Target_humidity, ion=0, fan_speed_mode=High, fan_speed=80, current_humidity=54, tank_show=False, friendly_name=midea_dehumidifier_30786325603194, supported_features=1, device_class=dehumidifier @ 2020-12-25T08:16:36.460056+01:00> (Offending entity: on)
Hi,
I’m trying to configure cards as yours, but can’t find what type to use to display drop down menù to set modes without tap on the dehumidifier card.
Can you help me?