Home Assistant Unofficial Reference
2024.12.1
Classes
|
Namespaces
|
Functions
|
Variables
__init__.py File Reference
Go to the source code of this file.
Classes
class
homeassistant.components.linode.Linode
Namespaces
homeassistant.components.linode
Functions
bool
homeassistant.components.linode.setup
(HomeAssistant hass, ConfigType config)
Variables
homeassistant.components.linode._LOGGER
= logging.getLogger(__name__)
string
homeassistant.components.linode.ATTR_CREATED
= "created"
string
homeassistant.components.linode.ATTR_IPV4_ADDRESS
= "ipv4_address"
string
homeassistant.components.linode.ATTR_IPV6_ADDRESS
= "ipv6_address"
string
homeassistant.components.linode.ATTR_MEMORY
= "memory"
string
homeassistant.components.linode.ATTR_NODE_ID
= "node_id"
string
homeassistant.components.linode.ATTR_NODE_NAME
= "node_name"
string
homeassistant.components.linode.ATTR_REGION
= "region"
string
homeassistant.components.linode.ATTR_VCPUS
= "vcpus"
string
homeassistant.components.linode.CONF_NODES
= "nodes"
homeassistant.components.linode.CONFIG_SCHEMA
string
homeassistant.components.linode.DATA_LINODE
= "data_li"
string
homeassistant.components.linode.DOMAIN
= "linode"
list
homeassistant.components.linode.LINODE_PLATFORMS
= [Platform.BINARY_SENSOR, Platform.SWITCH]
homeassistant.components.linode.MIN_TIME_BETWEEN_UPDATES
= timedelta(seconds=60)
core
homeassistant
components
linode
__init__.py
Generated by
1.9.1