minor updates.

This commit is contained in:
Mahasri Kalavala
2019-05-14 19:32:32 -04:00
parent cb50a7229d
commit 1d01811938
6 changed files with 99 additions and 45 deletions

View File

@@ -994,3 +994,12 @@
# data:
# payload: 'stop'
# topic: 'robotic_mower/control'
# sensor:
# - platform: rest
# resource: https://pollenkontroll.no/api/pollen-count?country=no&location=126
# name: Pollen
# value_template: >-
# {% for city in value_json.cities if city.id == '126' %}
# {{ city.id }}
# {% endfor %}