Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.steamist.sensor Namespace Reference

Classes

class  SteamistSensorEntity
 
class  SteamistSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string _KEY_MINUTES_REMAIN = "minutes_remain"
 
string _KEY_TEMP = "temp"
 
dictionary UNIT_MAPPINGS
 

Detailed Description

Support for Steamist sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.steamist.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up sensors.

Definition at line 58 of file sensor.py.

Variable Documentation

◆ _KEY_MINUTES_REMAIN

string homeassistant.components.steamist.sensor._KEY_MINUTES_REMAIN = "minutes_remain"
private

Definition at line 25 of file sensor.py.

◆ _KEY_TEMP

string homeassistant.components.steamist.sensor._KEY_TEMP = "temp"
private

Definition at line 26 of file sensor.py.

◆ UNIT_MAPPINGS

dictionary homeassistant.components.steamist.sensor.UNIT_MAPPINGS
Initial value:
1 = {
2  "C": UnitOfTemperature.CELSIUS,
3  "F": UnitOfTemperature.FAHRENHEIT,
4 }

Definition at line 28 of file sensor.py.