Skip to content
New issue

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

icon: 'sfsymbols:switch.2' shows as unavailable entitiy switch.2 #116

Open
jensihnow opened this issue Feb 9, 2024 · 0 comments
Open

icon: 'sfsymbols:switch.2' shows as unavailable entitiy switch.2 #116

jensihnow opened this issue Feb 9, 2024 · 0 comments

Comments

@jensihnow
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant