hass-core/homeassistant
Diogo Gomes 9bfdff0be1 add JSON processing capabilities to sensor_serial (#10476)
* add JSON processing capabilities

* format fixes

* format fixes

* Fix according to @fabaff comment

* reverting last commit to a more sane approach

* docstring...

* still docstring...

* passed script/lint

* downgrade exception

JSONDecodeError was only introduced in Python3.5

Since we are still supporting 3.4 ValueError is the parent class of
JSONDecodeError
2017-11-10 10:49:30 +01:00
..
components add JSON processing capabilities to sensor_serial (#10476) 2017-11-10 10:49:30 +01:00
helpers Clean up core (#10305) 2017-11-03 14:19:36 +01:00
scripts Upgrade credstash to 1.14.0 (#10310) 2017-11-03 13:51:17 +01:00
util Extracted json saving and loading (#10216) 2017-11-01 09:08:28 +01:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Added log-file command line flag (#9422) 2017-09-13 21:22:42 -07:00
bootstrap.py Fix spelling error (#10009) 2017-10-21 21:56:19 +02:00
config.py Fix formatting invalid config text (#10319) 2017-11-03 21:18:35 -07:00
const.py Update version to 0.57.2 2017-11-05 12:50:06 -08:00
core.py Clean up core (#10305) 2017-11-03 14:19:36 +01: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 RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
monkey_patch.py Make monkey patch work in Python 3.6 (#7848) 2017-06-01 23:23:39 -07:00
package_constraints.txt Update aiohttp to 2.3.1 (#10139) 2017-11-05 18:42:31 -08:00
remote.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
setup.py Move constants to setup.py (#10312) 2017-11-03 07:43:30 -07:00