Functions | |
| str | async_get (HomeAssistant hass) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | DATA_KEY = "core.uuid" |
| int | DATA_VERSION = 1 |
| string | LEGACY_UUID_FILE = ".uuid" |
Helper to create a unique instance ID.
| str homeassistant.helpers.instance_id.async_get | ( | HomeAssistant | hass | ) |
Get unique ID for the hass instance.
Definition at line 21 of file instance_id.py.
|
private |
Definition at line 17 of file instance_id.py.
| string homeassistant.helpers.instance_id.DATA_KEY = "core.uuid" |
Definition at line 12 of file instance_id.py.
| int homeassistant.helpers.instance_id.DATA_VERSION = 1 |
Definition at line 13 of file instance_id.py.
| string homeassistant.helpers.instance_id.LEGACY_UUID_FILE = ".uuid" |
Definition at line 15 of file instance_id.py.