1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Don't use len(SEQUENCE) as condition value (#7249)

* Don't use len(SEQUENCE) as condition value

* Update volvooncall.py
This commit is contained in:
Fabian Affolter
2017-04-24 05:41:09 +02:00
committed by Paulus Schoutsen
parent 15b2473224
commit cfc023e128
43 changed files with 319 additions and 355 deletions

View File

@@ -1,4 +1,4 @@
"""Template helper methods for rendering strings with HA data."""
"""Template helper methods for rendering strings with Home Assistant data."""
from datetime import datetime
import json
import logging