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

Public Member Functions

str __str__ (self)
 

Static Public Attributes

 final_write
 
 not_running
 
 running
 
 starting
 
 stopped
 
 stopping
 

Detailed Description

Represent the current state of Home Assistant.

Definition at line 403 of file core.py.

Member Function Documentation

◆ __str__()

str homeassistant.core.CoreState.__str__ (   self)
Return the event.

Definition at line 413 of file core.py.

Member Data Documentation

◆ final_write

homeassistant.core.CoreState.final_write
static

Definition at line 410 of file core.py.

◆ not_running

homeassistant.core.CoreState.not_running
static

Definition at line 406 of file core.py.

◆ running

homeassistant.core.CoreState.running
static

Definition at line 408 of file core.py.

◆ starting

homeassistant.core.CoreState.starting
static

Definition at line 407 of file core.py.

◆ stopped

homeassistant.core.CoreState.stopped
static

Definition at line 411 of file core.py.

◆ stopping

homeassistant.core.CoreState.stopping
static

Definition at line 409 of file core.py.


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