Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.yolink.valve Namespace Reference

Classes

class  YoLinkValveEntity
 
class  YoLinkValveEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

list DEVICE_TYPE = [ATTR_DEVICE_WATER_METER_CONTROLLER]
 

Detailed Description

YoLink Valve.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.yolink.valve.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up YoLink valve from a config entry.

Definition at line 50 of file valve.py.

Variable Documentation

◆ DEVICE_TYPE

list homeassistant.components.yolink.valve.DEVICE_TYPE = [ATTR_DEVICE_WATER_METER_CONTROLLER]

Definition at line 47 of file valve.py.