Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
HomeAssistant
Core
Commits
3f6780d9
Commit
3f6780d9
authored
9 years ago
by
Fabian Affolter
Browse files
Options
Downloads
Patches
Plain Diff
Remove configuration details
parent
e2192182
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
homeassistant/components/verisure.py
+2
-38
2 additions, 38 deletions
homeassistant/components/verisure.py
with
2 additions
and
38 deletions
homeassistant/components/verisure.py
+
2
−
38
View file @
3f6780d9
...
...
@@ -3,44 +3,8 @@ components.verisure
~~~~~~~~~~~~~~~~~~~
Provides support for verisure components.
Configuration:
To use the Verisure component you will need to add something like the
following to your configuration.yaml file.
verisure:
username: user@example.com
password: password
alarm: 1
hygrometers: 0
smartplugs: 1
thermometers: 0
Variables:
username
*Required
Username to Verisure mypages.
password
*Required
Password to Verisure mypages.
alarm
*Optional
Set to 1 to show alarm, 0 to disable. Default 1.
hygrometers
*Optional
Set to 1 to show hygrometers, 0 to disable. Default 1.
smartplugs
*Optional
Set to 1 to show smartplugs, 0 to disable. Default 1.
thermometers
*Optional
Set to 1 to show thermometers, 0 to disable. Default 1.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/verisure.html
"""
import
logging
from
datetime
import
timedelta
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment