1 parent 702fefe commit 914cd11Copy full SHA for 914cd11
1 file changed
app/models.py
@@ -14,7 +14,8 @@ class EntityTile(BaseModel):
14
domain: str = Field(description="HA domain: light, switch, fan, etc.")
15
badge_entity: Optional[str] = Field(
16
default=None,
17
- description="Optional sensor entity ID whose state is shown as a small badge (e.g. sensor.filter_life)",
+ description="Optional sensor entity ID whose state is shown as a small badge"
18
+ " (e.g. sensor.filter_life)",
19
)
20
x: int = Field(default=0, ge=0, description="Grid column position")
21
y: int = Field(default=0, ge=0, description="Grid row position")
0 commit comments