Commit Graph

15 Commits

Author SHA1 Message Date
Rob Walsh
9500a2d8a4 Add Plugin Notification Example (#2712) 2022-06-24 14:21:02 +02:00
Heesik Shin
901d02df5c update HomeAssistant Integration example yaml (#2704)
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.
2022-06-24 11:52:24 +02:00
Adrian Kumpf
88d9ac757e Change icon name
Fixes #1832
2021-07-19 15:19:04 +02:00
Jux
a6d881f54f Update home_assistant.md (#1756)
Fixed heading for binary_sensor config. Old one caused some confusion
2021-07-09 15:09:47 +02:00
JakobLichterfeld
aa220d975b Docu: Home Assistant fixed (#1711)
* 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
2021-06-15 12:14:42 +02:00
ffeingol
e810a9b199 Update home_assistant.md (#1634)
Corrected binary_sensors to be sensors in the binary_sensors/tesla.yaml example file
2021-05-20 10:17:31 +02:00
Sean Vig
43ad712fac Add device classes and binary sensors to documented Home Assistant config (#1597)
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.
2021-05-13 14:12:08 +02:00
Martin Nadvornik
b60bf5e6bb add drive state battery power to published mqtt topics (#1504) 2021-04-26 11:36:59 +02:00
Philippe Gressé-Lugué
1c785b70e1 Update home_assistant.md (#1374)
Units fixes
2021-02-21 17:35:51 +01:00
Jason Schollenberger
ac3677e84d HomeAssistant documentation update (#1321)
* update homeassistant sensors.yaml example

* update homeassistant lovelace example
2021-02-08 17:47:07 +01:00
Adrian Kumpf
2360f3d0d4 Fix unit of measurements (docs)
Fixes #1131
2020-12-25 23:05:41 +01:00
Lauri Andler
533e4c0a23 Fix unit of measurement for charge added shown in overview, documentation to be correct (#1061)
* 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)
2020-10-30 12:05:23 +01:00
andrewfoster
a37f6c5fe7 Improve garage door automation example (#1039)
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.
2020-10-27 16:10:57 +01:00
Nathan Gardiner
3c263bf000 Update HomeAssistant documentation (#705)
* 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>
2020-05-19 19:31:29 +02:00
Adrian Kumpf
c6b265788c Migrate docs to docusaurus
Fixes #564
2020-04-07 19:32:18 +02:00