-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Natural speed Homekit switch #137
Comments
Id love to figure this out too! |
Here is the solution which I'm using, custom switch using template. Later on you can expose the switch to Homekit. Maybe this will help you 🙂
|
Thank you so much for sharing and I apologize in advance for my n00b (just started on my Home Assistant journey :)) follow-up questions: I assume that I need to put this into my configuration.yaml right? When I do that I get the following error when trying to restart home assistant, and I cannot figure out what I need to change to fix it: Failed to call service homeassistant/restart. The system cannot restart because the configuration is not valid: Error loading /config/configuration.yaml: while parsing a block mapping in "/config/configuration.yaml", line 3, column 1 expected , but found '-' in "/config/configuration.yaml", line 26, column 1 Line 26 in my config file is the - platform: template line Any tips on what I need to change? |
I figure it out, I found a prior example to what was pasted here and I could see that there was a missing line, so if anyone else finds this post then add a line at the top with "switch:" in it to the above code and put it in your configuration.yaml file and then it should work. |
The problem with this code is that it creates a totally different switch which isn't grouped with the fan. Creating grouped switches is clearly possible somehow, as the preset mode switches demonstrates. |
Thanks for the great plugin, got my new Xiaomi Pedestal 2S fan set up in HA/HomeKit in no time with it.
However, I really like the natural mode of the fan, and would like to switch between it and constant speed using a HomeKit switch(like the presets I disabled were).
How do I create such a switch, so I can toggle Natural mode through HomeKit/Siri? I'd still like to use the speed slider.
The text was updated successfully, but these errors were encountered: