Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
Modify date format to fit new Home Assistant Core version
  • Loading branch information
cnstudio authored Dec 21, 2022
1 parent cdb3088 commit 0dde351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/taipower_bimonthly_cost/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Config flow for TaiPower Energy Cost integration."""
import logging
from datetime import datetime
from datetime import datetime
import voluptuous as vol

from homeassistant import config_entries, core, exceptions
Expand Down

0 comments on commit 0dde351

Please sign in to comment.