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

Update KNX component to xknx 0.11 #24738

Merged
merged 8 commits into from Jul 11, 2019
Merged

Update KNX component to xknx 0.11 #24738

merged 8 commits into from Jul 11, 2019

Commits on Jun 24, 2019

  1. update component for xknx 0.11.0

    - expose sensor state is not casted to float anymore
    - climate mode operation list has no more None values
    - light supports white_value (rgbw)
    - sensor expects `group_address_state` now instead of `group_address`
    - sensor forwards device_class if available
    farmio committed Jun 24, 2019
    Copy the full SHA
    334885b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6811589 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c3d0727 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. update for xknx 0.11.1

    - require xknx 0.11.1
    - use 'state_address' instead of 'address' in sensor and binary_sensor configuration
    - optional 'sync_state' for sensors and binary_sensors
    farmio committed Jul 8, 2019
    Copy the full SHA
    57235db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    255a9ec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. remove questionable del kwargs

    farmio committed Jul 10, 2019
    Copy the full SHA
    f11742d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    15a2c49 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Copy the full SHA
    8e81b78 View commit details
    Browse the repository at this point in the history