Skip to content

Commit ac1ecee

Browse files
committed
Merge branch 'photo-frame' of https://github.com/karwosts/core into photo-frame
2 parents 3005010 + d97973b commit ac1ecee

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)