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

Ebusd integration #16899

Closed
wants to merge 21 commits into from
Closed

Ebusd integration #16899

wants to merge 21 commits into from

Commits on Sep 26, 2018

  1. Ebusd integration

    Integration between ebusd (https://github.com/john30/ebusd), daemon for communication with eBUS heating systems, and homeassistant using sensor component.
    CrazYoshi committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    0161a38 View commit details
    Browse the repository at this point in the history
  2. requirements_all updated

    update requirements_all
    CrazYoshi committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    717ace0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. New-style class for EbusdData

    Solve: "Class 'EbusdData' inherits from object, can be safely removed from bases"
    CrazYoshi committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    d344074 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. hund string length fixes

    hund string length fixes
    CrazYoshi committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bcc022d View commit details
    Browse the repository at this point in the history
  2. CONF_MONITORED_VARIABLES to CONF_MONITORED_CONDITIONS

    CONF_MONITORED_VARIABLES changed to CONF_MONITORED_CONDITIONS
    CrazYoshi committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    82492aa View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. coveragerc updated

    coveragerc updated
    CrazYoshi committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    ab5d0f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. switched back to CONF_MONITORED_VARIABLES

    CONF_MONITORED_VARIABLES restored, raise PlatformNotReady exception and guard clause added on update()
    CrazYoshi committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    7b77e00 View commit details
    Browse the repository at this point in the history
  2. Added HWTemperature to configurable variables

    Added HWTemperature to configurable variables
    CrazYoshi committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    63b30bb View commit details
    Browse the repository at this point in the history
  3. revert to CONF_MONITORED_CONDITIONS

    revert to CONF_MONITORED_CONDITIONS
    CrazYoshi committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    1465ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. ebusd opmode translation

    ebusd opmode translation
    CrazYoshi committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    7080fb2 View commit details
    Browse the repository at this point in the history
  2. remove comment over 79 char

    remove comment over 79 char
    CrazYoshi committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    ba00e1e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. changed from sensor to component

    changed from sensor to component
    CrazYoshi committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    48d2fb8 View commit details
    Browse the repository at this point in the history
  2. hund fixes

    hund fixes
    CrazYoshi committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    a81556a View commit details
    Browse the repository at this point in the history
  3. hound fixes

    hound fixes
    CrazYoshi committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    2cde067 View commit details
    Browse the repository at this point in the history
  4. coveragerc fix

    coveragerc fix
    CrazYoshi committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    7605c55 View commit details
    Browse the repository at this point in the history
  5. requirements_all fix

    requirements_all fix
    CrazYoshi committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    d17dbbc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. const management for different circuit

    const management for different circuit
    CrazYoshi committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    8bd3b0e View commit details
    Browse the repository at this point in the history
  2. hound fixes

    hound fixes
    CrazYoshi committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    0c88965 View commit details
    Browse the repository at this point in the history
  3. trailing whitespace

    trailing whitespace
    CrazYoshi committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    88be3a6 View commit details
    Browse the repository at this point in the history
  4. Access to a protected member fix

    Access to a protected member fix
    CrazYoshi committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    1b0eb8a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. add automatic state

    add automatic state
    CrazYoshi committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    522d393 View commit details
    Browse the repository at this point in the history