core/homeassistant
Gil Peeters f4a1f2809b Add availability_template to Template Lock platform (#26517)
* Added availability_template to Template Lock platform

* Added to test for invalid values in availability_template

* Black and Lint fix

* black formatting

* Updated AVAILABILITY_TEMPLATE Rendering error

* Moved const to package Const.py

* Fix import order (pylint)

* Moved availability_template rendering to common loop

* Brought contant into line

* Cleaned up const and compare lowercase result to 'true'

* reverted _available back to boolean

* Fixed tests (async, magic values and state checks)
2019-10-01 08:15:15 -04:00
..
auth
components Add availability_template to Template Lock platform (#26517) 2019-10-01 08:15:15 -04:00
generated Add support for SOMA Smartshades devices (#26226) 2019-09-30 14:23:08 +02:00
helpers Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
scripts
util
__init__.py
__main__.py
bootstrap.py
config.py
config_entries.py
const.py
core.py Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
data_entry_flow.py Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
exceptions.py
loader.py
monkey_patch.py
package_constraints.txt
requirements.py
setup.py