Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mystrom.binary_sensor Namespace Reference

Classes

class  MyStromBinarySensor
 
class  MyStromView
 

Functions

None async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the myStrom buttons.

Function Documentation

◆ async_setup_platform()

None homeassistant.components.mystrom.binary_sensor.async_setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  async_add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up myStrom Binary Sensor.

Definition at line 20 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.mystrom.binary_sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file binary_sensor.py.