I made the following changes to
`/usr/local/lib/python3.4/dist-packages/homeassistant/const.py`
on line 152 and 153
STATE_HOME = 'Home'
STATE_NOT_HOME = 'Not_Home'
In order to help my OCD with home and not home not being capitalized.
This was after trying a customize line to make the change which did not have an affect.
zone.home:
friendly_name: Home
I am not sure of the implications that this will have on other features but so far I have not seen anything.