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
hello maybe you can help me
you wrote this code for toggle a lamp: _entities:
but i want to toggle a switch for my aircondition: but my code is not working:
- entity: switch.klima_wohnwagen name: Wohnwagen icon: mdi:air-conditioner tap_action: action: call-service service: toggle service_data: entity_id: switch.klima_wohnwagen
the error is: toggle/undefined required key not provided@data .........
maybe you can find my mistake - thx a lot kind regards peter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello maybe you can help me
you wrote this code for toggle a lamp:
_entities:
name: 'hall'
icon: mdi:lightbulb
tap_action:
action: call-service
service: light.toggle
service_data: { "entity_id" : "light.1st_floor_hall_light" }_
but i want to toggle a switch for my aircondition:
but my code is not working:
- entity: switch.klima_wohnwagen
name: Wohnwagen
icon: mdi:air-conditioner
tap_action:
action: call-service
service: toggle
service_data:
entity_id: switch.klima_wohnwagen
the error is: toggle/undefined required key not provided@data .........
maybe you can find my mistake - thx a lot
kind regards peter
The text was updated successfully, but these errors were encountered: