Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.waterfurnace.WaterFurnaceData
 

Namespaces

 homeassistant.components.waterfurnace
 

Functions

bool homeassistant.components.waterfurnace.setup (HomeAssistant hass, ConfigType base_config)
 

Variables

 homeassistant.components.waterfurnace._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.waterfurnace.CONFIG_SCHEMA
 
string homeassistant.components.waterfurnace.DOMAIN = "waterfurnace"
 
 homeassistant.components.waterfurnace.ERROR_INTERVAL = timedelta(seconds=300)
 
int homeassistant.components.waterfurnace.MAX_FAILS = 10
 
string homeassistant.components.waterfurnace.NOTIFICATION_ID = "waterfurnace_website_notification"
 
string homeassistant.components.waterfurnace.NOTIFICATION_TITLE = "WaterFurnace website status"
 
 homeassistant.components.waterfurnace.SCAN_INTERVAL = timedelta(seconds=10)
 
string homeassistant.components.waterfurnace.UPDATE_TOPIC = f"{DOMAIN}_update"