ha-core/homeassistant
Ryan Davies ee8a815e6b Allow MQTT Switch to have an optional state configuration (#15430)
Switches by default use the payload_on and payload_off configuration parameters to specify both the payload the switch should send for a state but also what will be returned for the current state - which isnt always the same
As a toggle switch might always send an ON or TOGGLE to toggle the switch, but still receive an ON or an OFF for the state topic - This change allows for splitting them apart
2018-07-20 23:04:06 +02:00
..
auth Allow auth providers to influence is_active (#15557) 2018-07-19 22:10:36 +02:00
components Allow MQTT Switch to have an optional state configuration (#15430) 2018-07-20 23:04:06 +02:00
helpers More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
scripts Allow auth providers to influence is_active (#15557) 2018-07-19 22:10:36 +02:00
util More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Remove some unused imports (#15529) 2018-07-18 10:46:14 +02:00
bootstrap.py Add check_untyped_defs (#15510) 2018-07-18 00:28:44 +02:00
config.py Add check_untyped_defs (#15510) 2018-07-18 00:28:44 +02:00
config_entries.py Add check_untyped_defs (#15510) 2018-07-18 00:28:44 +02:00
const.py Version bump to 0.75.0.dev0 2018-07-16 08:52:37 +02:00
core.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
data_entry_flow.py Add check_untyped_defs (#15510) 2018-07-18 00:28:44 +02:00
exceptions.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
loader.py Remove some unused imports (#15529) 2018-07-18 10:46:14 +02:00
monkey_patch.py Add check_untyped_defs (#15510) 2018-07-18 00:28:44 +02:00
package_constraints.txt Add python 3.7 to travis and tox (#14523) 2018-07-07 10:48:02 -04:00
remote.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
setup.py Add check_untyped_defs (#15510) 2018-07-18 00:28:44 +02:00