Go to the source code of this file.
Classes | |
| class | homeassistant.components.raspyrfm.switch.RaspyRFMSwitch |
Namespaces | |
| homeassistant.components.raspyrfm.switch | |
Functions | |
| None | homeassistant.components.raspyrfm.switch.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| 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 | |