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

Static Public Attributes

 NONE
 
 ONLY
 
 OPTIONAL
 

Detailed Description

Service call response configuration.

Definition at line 2401 of file core.py.

Member Data Documentation

◆ NONE

homeassistant.core.SupportsResponse.NONE
static

Definition at line 2404 of file core.py.

◆ ONLY

homeassistant.core.SupportsResponse.ONLY
static

Definition at line 2410 of file core.py.

◆ OPTIONAL

homeassistant.core.SupportsResponse.OPTIONAL
static

Definition at line 2407 of file core.py.


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