BangleApps/apps/hassio/hassio.json

13 lines
439 B
JSON
Raw Normal View History

2024-03-09 04:58:00 +00:00
{
"templates": [
{
"name":"Test Template",
"temp":"{% for state in states.weather -%}{%- if loop.first %}The {% elif loop.last %} and the {% else %}, the {% endif -%}{{ state.name | lower }} is {{state.state_with_unit}}{%- endfor %}."
}
],
"interval": 180000,
"api_key":"api_key",
"host":"https://homeassistant:8123",
"id":"banglejs",
"friendly_name":"Banglejs Sensors"
}