Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arlo: Add alarm control panel component #9711

Merged
merged 5 commits into from Oct 7, 2017
Merged

arlo: Add alarm control panel component #9711

merged 5 commits into from Oct 7, 2017

Commits on Oct 6, 2017

  1. arlo: Add alarm control panel component

    Allows importing arlo base stations as an alarm control panel
    component in HA. Lets the users configure a custom home mode since
    arlo does not have a built-in home mode.
    vickyg3 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    2c00a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abbf8e3 View commit details
    Browse the repository at this point in the history
  3. Use async_update to update the state

    Move the state updating code from state() to update() since it does
    I/O.
    vickyg3 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    028f507 View commit details
    Browse the repository at this point in the history
  4. Do not set state in __init__

    Make sure that update is called by passing the second parameter to
    async_add_devices.
    vickyg3 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    d3566e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bef6685 View commit details
    Browse the repository at this point in the history