Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rabbitair.entity Namespace Reference

Classes

class  RabbitAirBaseEntity
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary MODELS
 

Detailed Description

A base class for Rabbit Air entities.

Variable Documentation

◆ _LOGGER

homeassistant.components.rabbitair.entity._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file entity.py.

◆ MODELS

dictionary homeassistant.components.rabbitair.entity.MODELS
Initial value:
1 = {
2  Model.A3: "A3",
3  Model.BioGS: "BioGS 2.0",
4  Model.MinusA2: "MinusA2",
5  None: None,
6 }

Definition at line 20 of file entity.py.