Go to the source code of this file.
Classes | |
| class | homeassistant.components.tellstick.sensor.TellstickSensor |
Namespaces | |
| homeassistant.components.tellstick.sensor | |
Functions | |
| None | homeassistant.components.tellstick.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.tellstick.sensor._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.tellstick.sensor.CONF_DATATYPE_MASK = "datatype_mask" |
| string | homeassistant.components.tellstick.sensor.CONF_ONLY_NAMED = "only_named" |
| string | homeassistant.components.tellstick.sensor.CONF_TEMPERATURE_SCALE = "temperature_scale" |
| homeassistant.components.tellstick.sensor.DatatypeDescription | |
| int | homeassistant.components.tellstick.sensor.DEFAULT_DATATYPE_MASK = 127 |
| homeassistant.components.tellstick.sensor.DEFAULT_TEMPERATURE_SCALE = UnitOfTemperature.CELSIUS | |
| homeassistant.components.tellstick.sensor.PLATFORM_SCHEMA | |