Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.raincloud.RainCloudHub
 

Namespaces

 homeassistant.components.raincloud
 

Functions

bool homeassistant.components.raincloud.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.raincloud._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.raincloud.CONFIG_SCHEMA
 
string homeassistant.components.raincloud.DOMAIN = "raincloud"
 
string homeassistant.components.raincloud.NOTIFICATION_ID = "raincloud_notification"
 
string homeassistant.components.raincloud.NOTIFICATION_TITLE = "Rain Cloud Setup"
 
 homeassistant.components.raincloud.SCAN_INTERVAL = timedelta(seconds=20)