hass-core/homeassistant
ChristianKuehnel e472436b84 Add services for bmw_connected_drive (#13497)
* implemented services for bmw remote services

* added vin to attributes of tracker
* moved component to new package
* added service description

* fixed static analysis warnings

* implemented first set of code reviews

* removed locking related services

* fixed static analysis warnings

* removed excess blank lines

* refactoring of setup() to resolve warning
"Cell variable bimmer defined in loop (cell-var-from-loop)"

* added missing docstring

* added service to update all vehicles from the server

* implemented changes requested in code review

* added check if invalid vin is entered
2018-04-17 17:37:00 +02:00
..
components Add services for bmw_connected_drive (#13497) 2018-04-17 17:37:00 +02:00
helpers Add data entry flow helper (#13935) 2018-04-17 11:44:32 +02:00
scripts Check_config: Handle numbers correctly when printing config (#13377) 2018-03-30 22:50:08 +02:00
util Fix too green color conversion (#13828) 2018-04-12 08:21:52 -04:00
__init__.py
__main__.py Disable Monkey Patch for 3.6.3+ (#13150) 2018-03-12 16:12:21 -07:00
bootstrap.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
config.py Don't add Falsy items to list #13412 (#13536) 2018-03-29 17:21:28 -07:00
config_entries.py Add data entry flow helper (#13935) 2018-04-17 11:44:32 +02:00
const.py Version bump to 0.68.0.dev0 2018-04-13 18:02:51 -04:00
core.py Check whitelisted paths #13107 (#13154) 2018-03-30 14:10:55 -07:00
data_entry_flow.py Add data entry flow helper (#13935) 2018-04-17 11:44:32 +02:00
exceptions.py
loader.py
monkey_patch.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
package_constraints.txt Upgrade aiohttp to 3.1.3 (#13938) 2018-04-17 13:32:16 +02:00
remote.py Remove crazy JSON encoding things that are no longer used (#13029) 2018-03-12 23:22:08 +01:00
requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
setup.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00