Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.meteo_france.sensor.MeteoFranceRainSensor Class Reference
Inheritance diagram for homeassistant.components.meteo_france.sensor.MeteoFranceRainSensor:
[legend]
Collaboration diagram for homeassistant.components.meteo_france.sensor.MeteoFranceRainSensor:
[legend]

Public Member Functions

dict[str, Any] extra_state_attributes (self)
 
def native_value (self)
 

Detailed Description

Representation of a Meteo-France rain sensor.

Definition at line 286 of file sensor.py.

Member Function Documentation

◆ extra_state_attributes()

dict[str, Any] homeassistant.components.meteo_france.sensor.MeteoFranceRainSensor.extra_state_attributes (   self)
Return the state attributes.

Definition at line 300 of file sensor.py.

◆ native_value()

def homeassistant.components.meteo_france.sensor.MeteoFranceRainSensor.native_value (   self)
Return the state.

Definition at line 290 of file sensor.py.


The documentation for this class was generated from the following file: