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,
I do have an automation which shows an error (" switch.2 [missing] office.yaml ") in Watchman
# Send reminder if desk power is still on - alias: "123" trigger: - platform: time at: "19:00:00" condition: - condition: state entity_id: switch.xyz state: 'on' action: - service: notify.ios_devices data_template: title: "Message Title" message: >- Message Message Message data: priority: 0 actions: - action: "DESKOFF" title: "Turn off!" icon: 'sfsymbols:switch.2'
Apparently, Watchman is having issues with the icon configuration, see data part of the action.
icon: 'sfsymbols:switch.2'
One can ignore the entitiy switch.2 within the service configuration, but would be nice if such configurations wouldn't be listed as issue.
Thanks for building Watchman!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I do have an automation which shows an error (" switch.2 [missing] office.yaml ") in Watchman
Apparently, Watchman is having issues with the icon configuration, see data part of the action.
One can ignore the entitiy switch.2 within the service configuration, but would be nice if such configurations wouldn't be listed as issue.
Thanks for building Watchman!
The text was updated successfully, but these errors were encountered: