Closed fenster24 closed 7 years ago
From the look of your traceback, that is the homeassistant component raising NotImplementedError, right? It's been a while since I wrote it, and it's been through some revisions after me, but I'm guessing that I just hadn't implemented that piece in HA yet.
So I think this needs to be an issue/fix there, not in somecomfort.
Sounds good. I'll post it there. Thanks!
When attempting to call the service
climate.set_fan_mode
within Home Assistant (running on Windows 10), the following error occurs:This originally failed with an automation, however it also fails when using Developer Tools and calling the service directly.
Could this be something I'm doing wrong? I don't think this is a configuration issue as the same automation works for
climate.set_operation_mode
.