home-assistant-core/homeassistant
MartinHjelmare 575e97a051 Refactor unit of measurement
* Add dict with map of units to v_types.
* Avoid numerous if, elif branches and return statements.
* Add custom unit decoupled from other units.
2016-01-29 18:11:58 +01:00
..
components Refactor unit of measurement 2016-01-29 18:11:58 +01:00
helpers Dont wrap '/int' parameters with tuple 2016-01-26 21:38:07 +01:00
startup
util Update docstrings 2016-01-27 00:08:06 +01:00
__init__.py
__main__.py
bootstrap.py Merge remote-tracking branch 'balloob/dev' into automation-decorator 2016-01-24 22:51:00 -05:00
config.py Load YAML config into an ordered dict 2016-01-23 22:41:01 -08:00
const.py Allow groups to be used as views 2016-01-24 22:54:45 -08:00
core.py Move split_entity_id to helpers 2016-01-23 22:49:49 -08:00
exceptions.py
loader.py
remote.py