Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Rewrite Plugin to Use StaticPlatformPlugin #3

Merged
merged 1 commit into from
Apr 8, 2021
Merged

Rewrite Plugin to Use StaticPlatformPlugin #3

merged 1 commit into from
Apr 8, 2021

Commits on Apr 7, 2021

  1. Rewrite Plugin to Use StaticPlatformPlugin

    - DynamicPlatformPlugin is for when you have a single entry point like
      a login and don't know how many accessories will be added.
    - With SmartDry we can rely on the user to provide info for each contact
      sensor.
    - Moving information out of the accessory and into the service class.
    - Creating a constant class to hold static data.
    - Update README.
    - Add "name" property to config.schema.json
    - Use the PlatformConfig class rather than manually reading the config
      file.
    Zachary Wagner authored and Zachary Wagner committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d09ae57 View commit details
    Browse the repository at this point in the history