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:
committed by
Paulus Schoutsen
parent
15b2473224
commit
cfc023e128
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user