Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.august.entity Namespace Reference

Classes

class  AugustDescriptionEntity
 
class  AugustEntity
 

Functions

str _remove_device_types (str name, list[str] device_types)
 

Variables

list DEVICE_TYPES = ["keypad", "lock", "camera", "doorbell", "door", "bell"]
 

Detailed Description

Base class for August entity.

Function Documentation

◆ _remove_device_types()

str homeassistant.components.august.entity._remove_device_types ( str  name,
list[str]  device_types 
)
private
Strip device types from a string.

August stores the name as Master Bed Lock
or Master Bed Door. We can come up with a
reasonable suggestion by removing the supported
device types from the string.

Definition at line 104 of file entity.py.

Variable Documentation

◆ DEVICE_TYPES

list homeassistant.components.august.entity.DEVICE_TYPES = ["keypad", "lock", "camera", "doorbell", "door", "bell"]

Definition at line 20 of file entity.py.