Skip to content

Commit 2b1b0ff

Browse files
MindFreezekarwosts
authored andcommitted
Update homeassistant/components/photo_frame/config_flow.py
1 parent b4a6a27 commit 2b1b0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/photo_frame/config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class PhotoFrameConfigFlow(ConfigFlow, domain=DOMAIN):
2929
"""Handle a config flow for Photo Frame."""
3030

3131
VERSION = 1
32+
MINOR_VERSION = 1
3233

3334
async def async_step_user(
3435
self, user_input: dict[str, Any] | None = None

0 commit comments

Comments
 (0)