mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Annoying missing period
This commit is contained in:
@@ -227,7 +227,7 @@ class GTFSDepartureSensor(Entity):
|
|||||||
for col in resource.__table__.columns.keys())
|
for col in resource.__table__.columns.keys())
|
||||||
|
|
||||||
def append_keys(resource, prefix=None):
|
def append_keys(resource, prefix=None):
|
||||||
"""Properly format key val pairs to append to attributes"""
|
"""Properly format key val pairs to append to attributes."""
|
||||||
for key, val in resource.items():
|
for key, val in resource.items():
|
||||||
if val == "" or val is None or key == "feed_id":
|
if val == "" or val is None or key == "feed_id":
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user