Capitalize home and not home

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.

@rabittn If that causes problems then this might work for you.

That is probably what I was looking for. Thank you!

1 Like

No problem!

I see you found an alternative, but if you do something like this in the future just be aware it will disappear when the new release is applied.

2 Likes