Home Assistant Unofficial Reference 2024.12.1
homeassistant.util.uuid Namespace Reference

Functions

str random_uuid_hex ()
 

Detailed Description

Helpers to generate uuids.

Function Documentation

◆ random_uuid_hex()

str homeassistant.util.uuid.random_uuid_hex ( )
Generate a random UUID hex.

This uuid should not be used for cryptographically secure
operations.

Definition at line 6 of file uuid.py.