|
| string | read_only = "https://www.googleapis.com/auth/calendar.readonly" |
| |
| string | read_write = "https://www.googleapis.com/auth/calendar" |
| |
Class to represent different access scopes.
Definition at line 17 of file const.py.
◆ __init__()
| None homeassistant.components.google.const .FeatureAccess.__init__ |
( |
|
self, |
|
|
str |
scope |
|
) |
| |
Init instance.
Definition at line 23 of file const.py.
◆ scope()
| str homeassistant.components.google.const .FeatureAccess.scope |
( |
|
self | ) |
|
Google calendar scope for the feature.
Definition at line 28 of file const.py.
◆ _scope
| homeassistant.components.google.const .FeatureAccess._scope |
|
private |
◆ read_only
| string homeassistant.components.google.const .FeatureAccess.read_only = "https://www.googleapis.com/auth/calendar.readonly" |
|
static |
◆ read_write
| string homeassistant.components.google.const .FeatureAccess.read_write = "https://www.googleapis.com/auth/calendar" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/google/const.py