Add Risk of Fire sensor to IPMA (#80295)

This commit is contained in:
Diogo Gomes 2023-06-27 15:00:10 +01:00 committed by GitHub
parent f3fc741a71
commit 96bf8ef8d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 217 additions and 61 deletions

View file

@ -5,8 +5,7 @@ from homeassistant import config_entries
from homeassistant.const import CONF_LATITUDE, CONF_LONGITUDE, CONF_MODE, CONF_NAME
import homeassistant.helpers.config_validation as cv
from .const import DOMAIN, HOME_LOCATION_NAME
from .weather import FORECAST_MODE
from .const import DOMAIN, FORECAST_MODE, HOME_LOCATION_NAME
class IpmaFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):