Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.weather.const .WeatherEntityFeature Class Reference
Inheritance diagram for homeassistant.components.weather.const .WeatherEntityFeature:
[legend]
Collaboration diagram for homeassistant.components.weather.const .WeatherEntityFeature:
[legend]

Static Public Attributes

int FORECAST_DAILY = 1
 
int FORECAST_HOURLY = 2
 
int FORECAST_TWICE_DAILY = 4
 

Detailed Description

Supported features of the update entity.

Definition at line 30 of file const.py.

Member Data Documentation

◆ FORECAST_DAILY

int homeassistant.components.weather.const .WeatherEntityFeature.FORECAST_DAILY = 1
static

Definition at line 33 of file const.py.

◆ FORECAST_HOURLY

int homeassistant.components.weather.const .WeatherEntityFeature.FORECAST_HOURLY = 2
static

Definition at line 34 of file const.py.

◆ FORECAST_TWICE_DAILY

int homeassistant.components.weather.const .WeatherEntityFeature.FORECAST_TWICE_DAILY = 4
static

Definition at line 35 of file const.py.


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