core/homeassistant
Derek 1e1d593ef7 Changed returned attribute from "Game" to "game" (#9945)
I noticed the steam component "game" attribute is capitalized. This should be lowercase if I'm not mistaken.

From:
        return {'Game': self._game}
To:
        return {'game': self._game}

Not sure if i'm doing this correctly... apologizes if I'm not!
2017-10-18 18:27:02 +02:00
..
components Changed returned attribute from "Game" to "game" (#9945) 2017-10-18 18:27:02 +02:00
helpers Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
scripts Do not auto-install credstash (#9844) 2017-10-12 23:57:45 -07:00
util Do not auto-install credstash (#9844) 2017-10-12 23:57:45 -07:00
__init__.py
__main__.py Added log-file command line flag (#9422) 2017-09-13 21:22:42 -07:00
bootstrap.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
config.py Fix load of components without any config from packages (#9901) 2017-10-17 09:59:33 +02:00
const.py Darksky enhancements (#9851) 2017-10-14 14:45:32 -04:00
core.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
exceptions.py EntityComponent to retry platforms that are not ready yet (#8209) 2017-06-26 09:41:48 -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 async_timeout from v1.4.0 tp v2.0.0 (#9938) 2017-10-18 09:48:00 +02:00
remote.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
setup.py Fix check for running inside venv (#8481) 2017-07-15 07:25:02 -07:00