Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.worldclock.const Namespace Reference

Variables

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

Detailed Description

Constants for world clock component.

Variable Documentation

◆ CONF_TIME_FORMAT

string homeassistant.components.worldclock.const.CONF_TIME_FORMAT = "time_format"

Definition at line 8 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.worldclock.const.DEFAULT_NAME = "Worldclock Sensor"

Definition at line 10 of file const.py.

◆ DEFAULT_TIME_STR_FORMAT

string homeassistant.components.worldclock.const.DEFAULT_TIME_STR_FORMAT = "%H:%M"

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.worldclock.const.DOMAIN = "worldclock"

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.worldclock.const.PLATFORMS = [Platform.SENSOR]

Definition at line 6 of file const.py.