Skip to content

Updating template example #9891

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

Merged
merged 2 commits into from
Jul 18, 2019
Merged

Updating template example #9891

merged 2 commits into from
Jul 18, 2019

Conversation

alooox
Copy link
Contributor

@alooox alooox commented Jul 18, 2019

There was a (') in the line '{{(states('sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'
This caused yaml issues the update is '{{(states(sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'

Description:

Pull request in home-assistant (if applicable): home-assistant/home-assistant#

Checklist:

  • Branch: next is for changes and new documentation that will go public with the next home-assistant release. Fixes, changes and adjustments for the current release should be created against current.
  • The documentation follows the standards.

alooox and others added 2 commits July 18, 2019 20:25
There was a (') in the line '{{(states('sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'
This caused yaml issues the update is '{{(states(sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'
@frenck frenck added current This PR goes into the current branch enhancement labels Jul 18, 2019
Copy link
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @thealexproctor! 👍

@frenck frenck merged commit 4c6f3b8 into home-assistant:current Jul 18, 2019
KJonline pushed a commit to Rendili/home-assistant.github.io that referenced this pull request Jul 19, 2019
…nt.io into next

* 'next' of https://github.com/home-assistant/home-assistant.io: (66 commits)
  Update totalconnect.markdown (home-assistant#9589)
  add HmIP-FCI1, HmIP-BBL, HmIP-FBL to Homematic IP Cloud (home-assistant#9873)
  Update neato configuration to include vendor support (home-assistant#9882)
  Add documentation for new Rainforest Eagle-200 platform (home-assistant#9761)
  Add MQTT climate precision (home-assistant#9896)
  Adds config validation to configuration plugin (home-assistant#9886)
  Fix example (home-assistant#9899)
  Clarify modes is limited to a specific set. (home-assistant#9897)
  Mode `on` is now `heat` (home-assistant#9893)
  Update climate.markdown (home-assistant#9894)
  Collection of configuration block fixes (home-assistant#9892)
  Collection of configuration block fixes (home-assistant#9884)
  Add info about concurrent use of data and data_template (home-assistant#9889)
  Add info about concurrent use of data and data_template (home-assistant#9890)
  Updating template example (home-assistant#9891)
  Mention podcast
  Mention 25k stars
  Update solaredge_local.markdown (home-assistant#9878)
  Add Py35 msg
  Fix code blocks in breaking changes
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
current This PR goes into the current branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants