mirror of
https://github.com/home-assistant/core.git
synced 2026-08-09 23:03:01 +01:00
* XKNX improvements: Added Scene support, added support for exposing sensors to KNX bus, added reset value option for binary switches * fixed import * Bumped version of KNX library (minor upgrade with two important bugfixes) * bumped version of xknx (now without python requirement *sigh*) * Issue #11978: fixed review comments * Issue #11978: hound suggestion fixed: * review comments * made async functions async * Addressed issues mentined by @MartinHjelmare * removed default=None from validation schema * ATTR_ENTITY_ID->CONF_ENTITY_ID * moved missing function to async syntax * pylint * Trigger notification * Trigger notification * fixed review comment