core/homeassistant
Mike Megally 226066eafd exposed content_type in rest_command (#7101)
* exposed content_type in rest_command, which allows for manually specifying the content_type for more-strict api endpoints

* fixed up column length

Length was 86 chars, and it needed to be 79

* double import of HTTP_HEADER_CONTENT_TYPE

Removed the accidental double-import of HTTP_HEADER_CONTENT_TYPE

* moved rest_command-specific config value into component

* if no content_type, default to None

* unit test

* newline

* unused CONTENT_TYPE_TEXT_PLAIN

* removed the http-agnostic abstraction hass provided in favor of aiohttps hdrs constant
2017-04-18 11:50:43 +02:00
..
components exposed content_type in rest_command (#7101) 2017-04-18 11:50:43 +02:00
helpers Make core to look avilable state of device on servicecall (#7045) 2017-04-11 08:59:46 -07:00
scripts Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
util IKEA Tradfri Gateway: added support for RGB (#7115) 2017-04-16 11:35:52 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
bootstrap.py Load zwave panel (#7127) 2017-04-16 11:10:55 -07:00
config.py Preserve customize glob order. (#6963) 2017-04-06 22:39:35 -07:00
const.py Bump version to 0.43.0.dev0 (#7132) 2017-04-16 13:27:25 +02:00
core.py Always return True/False from is_state and is_state_attr (#7138) 2017-04-16 16:36:15 -07:00
exceptions.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
package_constraints.txt Upgrade chardet to 3.0.2 (#7112) 2017-04-15 18:32:06 -07:00
remote.py Remove deprecated remote classes (#7011) 2017-04-10 09:04:19 -07:00
setup.py Automation: initial state > restore state (#6911) 2017-04-03 23:11:39 -07:00