Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.fritzbox.sensor.FritzBoxSensor
 
class  homeassistant.components.fritzbox.sensor.FritzEntityDescriptionMixinSensor
 
class  homeassistant.components.fritzbox.sensor.FritzSensorEntityDescription
 

Namespaces

 homeassistant.components.fritzbox.sensor
 

Functions

None homeassistant.components.fritzbox.sensor.async_setup_entry (HomeAssistant hass, FritzboxConfigEntry entry, AddEntitiesCallback async_add_entities)
 
EntityCategory|None homeassistant.components.fritzbox.sensor.entity_category_temperature (FritzhomeDevice device)
 
bool homeassistant.components.fritzbox.sensor.suitable_comfort_temperature (FritzhomeDevice device)
 
bool homeassistant.components.fritzbox.sensor.suitable_eco_temperature (FritzhomeDevice device)
 
bool homeassistant.components.fritzbox.sensor.suitable_nextchange_temperature (FritzhomeDevice device)
 
bool homeassistant.components.fritzbox.sensor.suitable_nextchange_time (FritzhomeDevice device)
 
bool homeassistant.components.fritzbox.sensor.suitable_temperature (FritzhomeDevice device)
 
str|None homeassistant.components.fritzbox.sensor.value_nextchange_preset (FritzhomeDevice device)
 
float|None homeassistant.components.fritzbox.sensor.value_nextchange_temperature (FritzhomeDevice device)
 
datetime|None homeassistant.components.fritzbox.sensor.value_nextchange_time (FritzhomeDevice device)
 
str|None homeassistant.components.fritzbox.sensor.value_scheduled_preset (FritzhomeDevice device)