Remove deprecated line in osoenergy (#107553)

This commit is contained in:
Manuel Dipolt 2024-01-09 13:56:50 +01:00 committed by GitHub
parent 29dd70ccfb
commit c9d0134b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ class OSOEnergyFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a OSO Energy config flow."""
VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
def __init__(self) -> None:
"""Initialize."""