core/homeassistant
blackwind ec3ce4c80d Publish attributes unconditionally (#14179)
* Publish attributes unconditionally

Because the attribute publish command was previously hidden behind `if val:`, falsy values like False and 0.0 weren't being published, thereby making Statestream -- particularly in the case of booleans, where the first True would be retained indefinitely -- a completely worthless indicator of state.

* Change bool test to False to confirm falsy values pass
2018-05-05 09:31:39 -04:00
..
auth_providers Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
components Publish attributes unconditionally (#14179) 2018-05-05 09:31:39 -04:00
helpers Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
scripts Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
util Convert more files to async/await syntax (#14142) 2018-04-28 19:26:20 -04:00
__init__.py
__main__.py Colorlog windows fix (#13929) 2018-04-18 10:18:44 -04:00
auth.py Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
bootstrap.py Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
config.py fix check config not working after #14211 (#14259) 2018-05-04 12:29:07 +02:00
config_entries.py Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
const.py Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
core.py Check whitelisted paths #13107 (#13154) 2018-03-30 14:10:55 -07:00
data_entry_flow.py Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
exceptions.py Fix recorder crash for long state string - enforce at core level (#9696) 2017-10-25 09:05:30 -07:00
loader.py Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
monkey_patch.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
package_constraints.txt Upgrade astral to 1.6.1 (#14297) 2018-05-05 10:45:09 +02:00
remote.py Remove crazy JSON encoding things that are no longer used (#13029) 2018-03-12 23:22:08 +01:00
requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
setup.py Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00