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

Static Public Attributes

 CONFIG
 
 DIAGNOSTIC
 
 Final
 

Detailed Description

Category of an entity.

An entity with a category will:
- Not be exposed to cloud, Alexa, or Google Assistant components
- Not be included in indirect service calls to devices or areas

Definition at line 1749 of file const.py.

Member Data Documentation

◆ CONFIG

homeassistant.const .EntityCategory.CONFIG
static

Definition at line 1758 of file const.py.

◆ DIAGNOSTIC

homeassistant.const .EntityCategory.DIAGNOSTIC
static

Definition at line 1762 of file const.py.

◆ Final

homeassistant.const .EntityCategory.Final
static

Definition at line 1767 of file const.py.


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