Closed debnetjm closed 7 months ago
Hi, it would be redundant to create an extra sensor for this. I know we have some redundancies in other places, but I think we should reduce this. If you really want to create an extra sensor for the fan mode, add something like this to your config:
- platform: template
sensors:
fan_mode:
friendly_name: Fan Mode
value_template: "{{ states.climate.<climate_entity_name>.attributes.fan_mode }}"```
Is your feature request related to a problem? Please describe. Fan Mode is only visible inside climate entity but not as a sensor.
Describe the solution you'd like Sensor entity with fan mode value.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Device Log