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

Warnings in scripts for description, icon and fields #326

Closed
fribse opened this issue May 12, 2020 · 2 comments · Fixed by #374 or #375
Closed

Warnings in scripts for description, icon and fields #326

fribse opened this issue May 12, 2020 · 2 comments · Fixed by #374 or #375
Labels
wontfix This will not be worked on yaml

Comments

@fribse
Copy link

fribse commented May 12, 2020

send_rf_command:
  alias: Send RF command sequence
  icon: "mdi:radio-tower"
  description: Sends a series of settings to the sonoff RF Bridge to set star-light
  fields:
    RfSync:
      description: RfSync value from rfbridge
      example: '12200'
    RfLow:
      description: RfLow value from rfbridge
      example: '430'
    RfHigh:
      description: RfHigh value from rfbridge
      example: '1250'
    RfCode:
      description: 'RfCode value from rfbridge, must start with #'
      example: '#D10601'
  sequence:
  - service: mqtt.publish
    data_template:
      topic: cmnd/rfbridge/RfSync
      payload: '{{ RfSync }}'
  - service: mqtt.publish
    data_template:
      topic: cmnd/rfbridge/RfLow
      payload: '{{ RfLow }}'
  - service: mqtt.publish
    data_template:
      topic: cmnd/rfbridge/RfHigh
      payload: '{{ RfHigh }}'
  - service: mqtt.publish
    data_template:
      topic: cmnd/rfbridge/RfCode
      payload: '{{ RfCode }}'

It shows this error:
image
As far as I can see that is allowed to use in scripts.

@fribse fribse added the yaml label May 12, 2020
@stale
Copy link

stale bot commented Jul 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jul 11, 2020
@frenck
Copy link
Collaborator

frenck commented Jul 12, 2020

Fixed in 1.7.0

@frenck frenck closed this as completed Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on yaml
Projects
None yet
2 participants