Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mqtt.models.PayloadSentinel Class Reference
Inheritance diagram for homeassistant.components.mqtt.models.PayloadSentinel:
[legend]
Collaboration diagram for homeassistant.components.mqtt.models.PayloadSentinel:
[legend]

Static Public Attributes

string DEFAULT = "default"
 
string NONE = "none"
 

Detailed Description

Sentinel for `async_render_with_possible_json_value`.

Definition at line 40 of file models.py.

Member Data Documentation

◆ DEFAULT

string homeassistant.components.mqtt.models.PayloadSentinel.DEFAULT = "default"
static

Definition at line 44 of file models.py.

◆ NONE

string homeassistant.components.mqtt.models.PayloadSentinel.NONE = "none"
static

Definition at line 43 of file models.py.


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