Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homeassistant.exposed_entities.ExposedEntity Class Reference

Public Member Functions

dict[str, Any] to_json (self)
 

Detailed Description

An exposed entity without a unique_id.

Definition at line 84 of file exposed_entities.py.

Member Function Documentation

◆ to_json()

dict[str, Any] homeassistant.components.homeassistant.exposed_entities.ExposedEntity.to_json (   self)
Return a JSON serializable representation for storage.

Definition at line 89 of file exposed_entities.py.


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