Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.w800rf32 Namespace Reference

Namespaces

 binary_sensor
 

Functions

bool setup (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA
 
string DATA_W800RF32 = "data_w800rf32"
 
string DOMAIN = "w800rf32"
 
string W800RF32_DEVICE = "w800rf32_{}"
 

Detailed Description

Support for w800rf32 devices.

Function Documentation

◆ setup()

bool homeassistant.components.w800rf32.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the w800rf32 component.

Definition at line 30 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.w800rf32._LOGGER = logging.getLogger(__name__)
private

Definition at line 23 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.w800rf32.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {DOMAIN: vol.Schema({vol.Required(CONF_DEVICE): cv.string})}, extra=vol.ALLOW_EXTRA
3 )

Definition at line 25 of file __init__.py.

◆ DATA_W800RF32

string homeassistant.components.w800rf32.DATA_W800RF32 = "data_w800rf32"

Definition at line 18 of file __init__.py.

◆ DOMAIN

string homeassistant.components.w800rf32.DOMAIN = "w800rf32"

Definition at line 19 of file __init__.py.

◆ W800RF32_DEVICE

string homeassistant.components.w800rf32.W800RF32_DEVICE = "w800rf32_{}"

Definition at line 21 of file __init__.py.