Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.worldclock.const
 

Variables

string homeassistant.components.worldclock.const.CONF_TIME_FORMAT = "time_format"
 
string homeassistant.components.worldclock.const.DEFAULT_NAME = "Worldclock Sensor"
 
string homeassistant.components.worldclock.const.DEFAULT_TIME_STR_FORMAT = "%H:%M"
 
string homeassistant.components.worldclock.const.DOMAIN = "worldclock"
 
list homeassistant.components.worldclock.const.PLATFORMS = [Platform.SENSOR]