We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if I go to [Developer Tools] -> [Services] -> and using YAML mode (for simplicity):
The following snippet works:
service: climate.turn_on target: entity_id: climate.aqara_air_conditioning_companion
while this one doesn't work:
service: climate.turn_off target: entity_id: climate.aqara_air_conditioning_companion
I click the CALL SERVICE button and nothing happens (while turn on sends the IR signal to my ac)
CALL SERVICE
using the Overview GUI, I have full access on my AC controller. I can turn on, off change modes and temps with no problem..
I tried to create automation to turn off AC when I'm away and found this error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if I go to [Developer Tools] -> [Services] -> and using YAML mode (for simplicity):
The following snippet works:
while this one doesn't work:
I click the
CALL SERVICE
button and nothing happens (while turn on sends the IR signal to my ac)using the Overview GUI, I have full access on my AC controller.
I can turn on, off change modes and temps with no problem..
I tried to create automation to turn off AC when I'm away and found this error.
The text was updated successfully, but these errors were encountered: