1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant
Matthias Alphart 4e1958c1bd
Add Button platform to KNX integration (#59082)
* add button platform

* default values for payload and payload_length

* allow `type` configuration for encoded payloads

* add test for type configuration

* move common constants to const.py

- CONF_PAYLOAD
- CONF_PAYLOAD_LENGTH

* validate payload for payload_length or type

* c&p errors

* fix unique_id and pylint

* fix validator
2021-11-10 20:34:35 +01:00
..
auth Bump pyotp to 2.6.0 (#58413) 2021-10-26 20:41:12 +02:00
components Add Button platform to KNX integration (#59082) 2021-11-10 20:34:35 +01:00
generated Add Evil Genius Labs integration (#58720) 2021-11-08 08:56:27 -08:00
helpers Return False from state conditions on missing attributes (#59405) 2021-11-09 11:34:18 +01:00
scripts Upgrade colorlog to 6.6.0 (#59440) 2021-11-09 21:30:23 +02:00
util Add support for PRESSURE_CBAR (centibars) (#58762) 2021-11-10 09:44:05 +01:00
__init__.py
__main__.py Activate fault handler (#56550) 2021-09-28 00:05:06 -07:00
async_timeout_backcompat.py Bump to aiohttp 3.8.0 (#58974) 2021-11-04 10:07:50 -05:00
block_async_io.py
bootstrap.py Deprecate Python 3.8 (#57079) 2021-10-05 08:58:20 +02:00
config_entries.py Index in-progress flows to avoid linear search (#58146) 2021-10-22 07:19:49 -10:00
config.py Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
const.py Google Cast: Use own media player app (#55524) 2021-11-10 19:40:49 +01:00
core.py Bump to aiohttp 3.8.0 (#58974) 2021-11-04 10:07:50 -05:00
data_entry_flow.py Use assignment expressions 34 (#58823) 2021-10-31 19:01:16 +01:00
exceptions.py
loader.py Ensure domain is correct format (#58429) 2021-10-25 15:56:07 -07:00
package_constraints.txt Upgrade jinja2 to 3.0.3 (#59468) 2021-11-10 11:04:42 +01:00
requirements.py Use assignment expressions 03 (#57710) 2021-10-17 20:08:11 +02:00
runner.py Log unhandled loop exception traces when asyncio debug is on (#57602) 2021-10-18 20:07:51 -07:00
setup.py Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
strings.json