Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.auth.permissions._OwnerPermissions
 
class  homeassistant.auth.permissions.AbstractPermissions
 
class  homeassistant.auth.permissions.PolicyPermissions
 

Namespaces

 homeassistant.auth.permissions
 

Variables

list homeassistant.auth.permissions.__all__
 
 homeassistant.auth.permissions.OwnerPermissions = _OwnerPermissions()
 
 homeassistant.auth.permissions.POLICY_SCHEMA = vol.Schema({vol.Optional(CAT_ENTITIES): ENTITY_POLICY_SCHEMA})