Skip to content

Commit 914cd11

Browse files
committed
line too long
1 parent 702fefe commit 914cd11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class EntityTile(BaseModel):
1414
domain: str = Field(description="HA domain: light, switch, fan, etc.")
1515
badge_entity: Optional[str] = Field(
1616
default=None,
17-
description="Optional sensor entity ID whose state is shown as a small badge (e.g. sensor.filter_life)",
17+
description="Optional sensor entity ID whose state is shown as a small badge"
18+
" (e.g. sensor.filter_life)",
1819
)
1920
x: int = Field(default=0, ge=0, description="Grid column position")
2021
y: int = Field(default=0, ge=0, description="Grid row position")

0 commit comments

Comments
 (0)