* Replace `docker-compose` commands with `docker compose`
* Use official and up to date documentation for Docker and Compose installation
* Revert IDE automatic style changes
* Fix a dash from merging the upstream
Defining manually configured MQTT entities directly under the respective platform keys (e.g., fan, light, sensor, etc.) is deprecated, and support will be removed in Home Assistant Core 2022.9.
Manually configured MQTT entities should now be defined under the mqtt configuration key in configuration.yaml instead of under the platform key.
* Update home_assistant.md
- ui-lovelace: added needed views array, now able to load in Home Assistant
- sensor.yml: Correct spacing, now valid yaml-file and able to load in Home Assistant
* Update home_assistant.md
- ui-lovelace: entities with binary_sensor fixed, un-needed '' removed
For the Home Assistant config, for all of the sensors which are binary on/off sensors, add a section which configures these as a binary sensor type. In addition, add device classes to both the binary sensors as well as some of the regular sensors. The device class makes it so the UI will show, for example "Open" or "Closed" for the door, rather than "On" or "Off.
* Fix units of charge energy added to be correct
The name of the measurement didn't make sense, since it is plotting added energy but was using an unit of power (kW). Changed to make sense.
* Fix unit of energy added
Documentation was using the wrong unit for energy added, fixed.
* Fix unit of energy added
Documentation was using unit of power (kW) for measuring energy added. Fixed to use the correct unit (kWh)
The current automation example incorrectly triggers based on the state of the garage door switch, rather than on the state of the Tesla's location. Also changed the action to turn on the garage door switch to be consistent with the description of the automation.
* Make update_version of the API available
* Add update version to the update tooltip
* Fix formatting
* Update translations to reflect the new tooltip
* Fix car controller test
* Add update_version to the mqtt documentation
* Update home_assistant.md
- Removed the static not_home location from the device_tracker definition which fixes#695
- Added Garage Door automation
- Added automation for doors and windows open which would address #698 (for HomeAssistant users at least)
* Enalbe syntax highlighting
* Enalbe syntax highlighting
* Enalbe syntax highlighting
Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>