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
Hi, trying to turn_off/turn_on switches like
service.call('switch', 'turn_off', entity_id='switch.sonoff_10018af19d_1') switch.turn_off(entity_id='switch.sonoff_10018af19d_1')
but nothing works. But calling the service from home assistant developer -> actions with
action: switch.turn_off target: entity_id: switch.sonoff_10018af19d_1 data: {}
works as expected. Any hint, how to achieve the same with pyscript?
The text was updated successfully, but these errors were encountered:
Are you sure that code is being executed? It would be good to turn on debug logging to see if it is being executed.
Sorry, something went wrong.
my bad was connected to wrong remote Home Assistant instance closing that issue
No branches or pull requests
Hi, trying to turn_off/turn_on switches like
but nothing works. But calling the service from home assistant developer -> actions with
works as expected. Any hint, how to achieve the same with pyscript?
The text was updated successfully, but these errors were encountered: