Go to the source code of this file.
Classes | |
| class | homeassistant.components.sigfox.sensor.SigfoxAPI |
| class | homeassistant.components.sigfox.sensor.SigfoxDevice |
Namespaces | |
| homeassistant.components.sigfox.sensor | |
Functions | |
| def | homeassistant.components.sigfox.sensor.epoch_to_datetime (epoch_time) |
| None | homeassistant.components.sigfox.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.sigfox.sensor._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.sigfox.sensor.API_URL = "https://backend.sigfox.com/api/" |
| string | homeassistant.components.sigfox.sensor.CONF_API_LOGIN = "api_login" |
| string | homeassistant.components.sigfox.sensor.CONF_API_PASSWORD = "api_password" |
| string | homeassistant.components.sigfox.sensor.DEFAULT_NAME = "sigfox" |
| homeassistant.components.sigfox.sensor.PLATFORM_SCHEMA | |
| homeassistant.components.sigfox.sensor.SCAN_INTERVAL = datetime.timedelta(seconds=30) | |