1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00
ha-core/homeassistant
Ian Foster 2e02945833
Add keyboard event type to keyboard_remote (#56668)
* added keyboard event type to keyboard_remote

* fix emulated hold event

* Update homeassistant/components/keyboard_remote/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* removed event value

* set key_hold to use string constant

* don't use dict.get() for keyboard event type

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-09-30 09:17:57 +02:00
..
auth Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
components Add keyboard event type to keyboard_remote (#56668) 2021-09-30 09:17:57 +02:00
generated Open garage, add config flow (#55290) 2021-09-29 09:43:51 -06:00
helpers Warn if template functions fail and no default is specified (#56453) 2021-09-29 20:16:02 +02:00
scripts Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
util Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
__init__.py
__main__.py Activate fault handler (#56550) 2021-09-28 00:05:06 -07:00
block_async_io.py
bootstrap.py Use assignment expressions 01 (#56394) 2021-09-18 13:31:35 -10:00
config_entries.py Use assignment expressions 01 (#56394) 2021-09-18 13:31:35 -10:00
config.py Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
const.py Add date device class (#55887) 2021-09-07 16:46:12 +02:00
core.py typo (#56477) 2021-09-21 15:09:21 +01:00
data_entry_flow.py Use assignment expressions 01 (#56394) 2021-09-18 13:31:35 -10:00
exceptions.py Avoid some implicit generic Anys (#54577) 2021-08-16 23:12:06 +02:00
loader.py Bump awesomeversion to 21.8.1 (#55817) 2021-09-11 11:40:46 -07:00
package_constraints.txt Bump aiodiscover to 1.4.4 to fix mac matching with leading 0s (#56791) 2021-09-29 13:18:13 -04:00
requirements.py Avoid checking if a package is installed if it already failed (#56698) 2021-09-26 22:32:25 -07:00
runner.py Avoid deadlock on shutdown when a task is shielded from cancelation (#56499) 2021-09-21 14:35:14 -07:00
setup.py Import Callable from collections.abc (1) (#56775) 2021-09-29 16:32:11 +02:00
strings.json