Classes | |
| class | RaspyRFMSwitch |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| string | CONF_CHANNEL_CONFIG = "channel_config" |
| string | CONF_CONTROLUNIT_MANUFACTURER = "controlunit_manufacturer" |
| string | CONF_CONTROLUNIT_MODEL = "controlunit_model" |
| string | CONF_GATEWAY_MANUFACTURER = "gateway_manufacturer" |
| string | CONF_GATEWAY_MODEL = "gateway_model" |
| string | DEFAULT_HOST = "127.0.0.1" |
| PLATFORM_SCHEMA | |
Support for switches that can be controlled using the RaspyRFM rc module.
| None homeassistant.components.raspyrfm.switch.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| string homeassistant.components.raspyrfm.switch.CONF_CHANNEL_CONFIG = "channel_config" |
| string homeassistant.components.raspyrfm.switch.CONF_CONTROLUNIT_MANUFACTURER = "controlunit_manufacturer" |
| string homeassistant.components.raspyrfm.switch.CONF_CONTROLUNIT_MODEL = "controlunit_model" |
| string homeassistant.components.raspyrfm.switch.CONF_GATEWAY_MANUFACTURER = "gateway_manufacturer" |
| string homeassistant.components.raspyrfm.switch.CONF_GATEWAY_MODEL = "gateway_model" |
| string homeassistant.components.raspyrfm.switch.DEFAULT_HOST = "127.0.0.1" |
| homeassistant.components.raspyrfm.switch.PLATFORM_SCHEMA |