core/homeassistant/components/input_boolean
Alexei Chetroi 6740249bef Use collection helpers for input_boolean (#30514)
* Refactor input_boolean to use config dict for instantiation.

* Refactor input_boolean to use YamlCollection.

* Add storage collection to input_boolean.

* Update homeassistant/components/input_boolean/__init__.py

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* Doh.

* Address comments.

* Add editable device state attribute.

* Clean up entities from entity registry on removal.

Reload yaml from correct source.

* Add tests.

* Update homeassistant/components/input_boolean/__init__.py

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* Don't reset entity state on updates.

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-01-07 08:53:43 +01:00
..
__init__.py Use collection helpers for input_boolean (#30514) 2020-01-07 08:53:43 +01:00
manifest.json Correct names in manifests (C-L) (#30532) 2020-01-07 08:19:17 +01:00
reproduce_state.py Sort imports according to PEP8 for components starting with "I" (#29769) 2019-12-09 14:21:24 +01:00
services.yaml Add input_boolean reload service (#29379) 2019-12-05 20:31:18 -08:00