Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.workday.const
Variables
list
homeassistant.components.workday.const.ALLOWED_DAYS
= [*WEEKDAYS, "holiday"]
string
homeassistant.components.workday.const.CONF_ADD_HOLIDAYS
= "add_holidays"
string
homeassistant.components.workday.const.CONF_CATEGORY
= "category"
string
homeassistant.components.workday.const.CONF_EXCLUDES
= "excludes"
string
homeassistant.components.workday.const.CONF_OFFSET
= "days_offset"
string
homeassistant.components.workday.const.CONF_PROVINCE
= "province"
string
homeassistant.components.workday.const.CONF_REMOVE_HOLIDAYS
= "remove_holidays"
string
homeassistant.components.workday.const.CONF_WORKDAYS
= "workdays"
list
homeassistant.components.workday.const.DEFAULT_EXCLUDES
= ["sat", "sun", "holiday"]
string
homeassistant.components.workday.const.DEFAULT_NAME
= "Workday Sensor"
int
homeassistant.components.workday.const.DEFAULT_OFFSET
= 0
list
homeassistant.components.workday.const.DEFAULT_WORKDAYS
= ["mon", "tue", "wed", "thu", "fri"]
string
homeassistant.components.workday.const.DOMAIN
= "workday"
homeassistant.components.workday.const.LOGGER
= logging.getLogger(__package__)
list
homeassistant.components.workday.const.PLATFORMS
= [Platform.BINARY_SENSOR]
core
homeassistant
components
workday
const.py
Generated by
1.9.1