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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add F6 and D5 sensor types to the enocean integration #32207

Closed
wants to merge 4 commits into from

Commits on Feb 26, 2020

  1. Merge pull request #1 from home-assistant/dev

    Merge
    pmorange committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    893aa72 View commit details
    Browse the repository at this point in the history
  2. Update sensor.py

    Added D5-00-01 sensor type (door or window opening sensor).
    Added an original state so that when HA is restarted, the sensor will show this state by default instead of "unknown". By default "closed" but can be set in config.
    pmorange committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7da90b5 View commit details
    Browse the repository at this point in the history
  3. Update binary_sensor.py

    Added a new sensor type F6-02-02 (Nodon enocean Soft Remote in my case) with use of enocean API (parsing packets).
    I tried not to break any existing code so things may be a little bit duplicated (note the new "type" variable to only act on enocean type 2 devices).
    I left as-is the existing variables and added new ones so that both ways can coexist for now...
    pmorange committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b184523 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Corrected indenting

    pmorange committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    25a4682 View commit details
    Browse the repository at this point in the history