Add input_button (#62008)

* Add input_button

* Update homeassistant/components/input_button/__init__.py

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

* Improve test coverage

* Add reload test: not affecting state

Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
Franck Nijhof
2021-12-20 16:18:58 +01:00
committed by GitHub
parent ff062bd052
commit fc6c0b1d4a
13 changed files with 576 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ components: &components
- homeassistant/components/homeassistant/**
- homeassistant/components/image/*
- homeassistant/components/input_boolean/*
- homeassistant/components/input_button/*
- homeassistant/components/input_datetime/*
- homeassistant/components/input_number/*
- homeassistant/components/input_select/*