Classes | |
| class | Map |
| class | SmartThingsPowerConsumptionSensor |
| class | SmartThingsSensor |
| class | SmartThingsThreeAxisSensor |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| Sequence[str]|None | get_capabilities (Sequence[str] capabilities) |
Variables | |
| list | POWER_CONSUMPTION_REPORT_NAMES |
| list | THREE_AXIS_NAMES = ["X Coordinate", "Y Coordinate", "Z Coordinate"] |
| dictionary | UNITS |
Support for sensors through the SmartThings cloud API.
| None homeassistant.components.smartthings.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| Sequence[str] | None homeassistant.components.smartthings.sensor.get_capabilities | ( | Sequence[str] | capabilities | ) |
| list homeassistant.components.smartthings.sensor.POWER_CONSUMPTION_REPORT_NAMES |
| list homeassistant.components.smartthings.sensor.THREE_AXIS_NAMES = ["X Coordinate", "Y Coordinate", "Z Coordinate"] |