Remove deprecated line in osoenergy (#107553)

pull/107719/head
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
1 changed files with 0 additions and 1 deletions

View File

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