Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.dweet
 

Functions

def homeassistant.components.dweet.send_data (name, msg)
 
bool homeassistant.components.dweet.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.dweet._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.dweet.CONFIG_SCHEMA
 
string homeassistant.components.dweet.DOMAIN = "dweet"
 
 homeassistant.components.dweet.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1)