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

Static Public Attributes

string ADDON = "Home Assistant Add-on"
 
string CORE = "Home Assistant Core"
 
string HOST = "Home Assistant Host"
 
string OS = "Home Assistant Operating System"
 
string SUPERVIOSR = "Home Assistant Supervisor"
 

Detailed Description

Supervisor entity model.

Definition at line 132 of file const.py.

Member Data Documentation

◆ ADDON

string homeassistant.components.hassio.const .SupervisorEntityModel.ADDON = "Home Assistant Add-on"
static

Definition at line 135 of file const.py.

◆ CORE

string homeassistant.components.hassio.const .SupervisorEntityModel.CORE = "Home Assistant Core"
static

Definition at line 137 of file const.py.

◆ HOST

string homeassistant.components.hassio.const .SupervisorEntityModel.HOST = "Home Assistant Host"
static

Definition at line 139 of file const.py.

◆ OS

string homeassistant.components.hassio.const .SupervisorEntityModel.OS = "Home Assistant Operating System"
static

Definition at line 136 of file const.py.

◆ SUPERVIOSR

string homeassistant.components.hassio.const .SupervisorEntityModel.SUPERVIOSR = "Home Assistant Supervisor"
static

Definition at line 138 of file const.py.


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