hass-core/homeassistant
Matthias Alphart e299d7b3d6 Update KNX component to xknx 0.11 (#24738)
* 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

* update manifest to use xknx 0.11.0

* update requirements_all for xknx 0.11.0

* 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

* remove questionable `del kwargs`
2019-07-11 22:01:37 +02:00
..
auth Upgrade mypy to 0.710 (#24666) 2019-06-22 10:19:36 +03:00
components Update KNX component to xknx 0.11 (#24738) 2019-07-11 22:01:37 +02:00
generated Add support for World Wide Lightning Location Network (#25001) 2019-07-10 16:40:11 -06:00
helpers Guard module being None (#25077) 2019-07-11 09:38:58 +02:00
scripts Add check_config helper (#24557) 2019-07-10 11:56:50 -07:00
util Upgrade mypy to 0.711, drop no longer needed workarounds (#24998) 2019-07-07 03:58:33 +02:00
__init__.py
__main__.py No longer rely on requests (#23685) 2019-05-08 11:15:04 -07:00
bootstrap.py No longer allow invalid slugs or extra keys (#24176) 2019-05-30 13:33:26 +02:00
config.py Add check_config helper (#24557) 2019-07-10 11:56:50 -07:00
config_entries.py Support config flow on custom components (#24946) 2019-07-09 01:19:37 +02:00
const.py Version bump to 0.97.0dev0 2019-07-10 20:50:31 -07:00
core.py Upgrade mypy to 0.711, drop no longer needed workarounds (#24998) 2019-07-07 03:58:33 +02:00
data_entry_flow.py Add SSDP integration (#24090) 2019-05-26 19:48:27 -07:00
exceptions.py WS: Improve service calling errors (#23840) 2019-05-14 07:09:11 +02:00
loader.py Support config flow on custom components (#24946) 2019-07-09 01:19:37 +02:00
monkey_patch.py
package_constraints.txt Updated frontend to 20190710.0 2019-07-10 10:49:07 -07:00
requirements.py Create progress file for pip installs (#24297) 2019-06-04 11:04:20 -07:00
setup.py Batch of Component(s) -> Integration(s) (#24972) 2019-07-05 15:24:26 -07:00