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

Public Member Functions

None __post_init__ (self, *Any args, **Any kwargs)
 
- Public Member Functions inherited from homeassistant.components.weather.PostInitMeta
Any __call__ (cls, *Any args, **Any kwargs)
 
- Public Member Functions inherited from homeassistant.helpers.entity.CachedProperties
None __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)
 
Any __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, set[str]|None cached_properties=None, **Any kwargs)
 

Detailed Description

Class which calls __post_init__ after __new__ and __init__.

Definition at line 244 of file __init__.py.

Member Function Documentation

◆ __post_init__()

None homeassistant.components.weather.PostInit.__post_init__ (   self,
*Any  args,
**Any  kwargs 
)
Finish initializing.

Reimplemented in homeassistant.components.weather.WeatherEntity.

Definition at line 248 of file __init__.py.


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