How do you add a widget for climate.xiaomi_miio_send_command?
I don’t think this is possible yet with the Android companion app.
1 Like
You can do this already with Tasker, if you need something in the mean time.
Oh my bad, there was a new release yesterday, which makes creating widgets possible now.
Update the app, go to your home screen, add the home assistant widget, it will open a window to configure the service, name, icon etc.
how do i input the command?
There all drop list except the label
The service can not be climate.xiaomi_miio_send_command and then as entity you use a script.
Either change the service to script.turn_on or you change the service to script.158038… and remove the entity_id. Scripts can be used as a service directly.
1 Like
thank you i’ll try that