Skip to content

RaysceneNS/SurveillanceStationHomeModeSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Surveillance Station Home Mode for HomeAssistant

This component allows you to set the home or away state for Synology Surveillance Station from within HomeAssistant.

Deprecated!

This component is no longer required as the new synology_dsm component now integrates a home mode switch.

Install

To enable this platform in your installation, add the following to the switch section of your configuration.yaml file:

switch:
  - platform: synologysurveillance
    url: https://192.168.x.x:5001
    username: secret_username
    password: secret_password
    verify_ssl: false
    timeout: 10

note that you must replace the url/username/password values above with the correct ones for your setup.

Once these steps are complete, restart your instance of HomeAssistant and you should then have a new switch available for automation.

capture.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages