Add device_tracker component (#5272)

The `device_tracker` is added in Home Assistant 0.68 but missing in the list of components.
CC @cdce8p
This commit is contained in:
Gerard 2018-04-30 00:02:33 +02:00 committed by Alok Saboo
parent ec6f2fca64
commit 19722e8ede

View File

@ -200,6 +200,7 @@ The following components are currently supported:
| cover | WindowCovering | All covers that support `set_cover_position`. |
| cover | WindowCovering | All covers that support `open_cover` and `close_cover` through value mapping. (`open` -> `>=50`; `close` -> `<50`) |
| cover | WindowCovering | All covers that support `open_cover`, `stop_cover` and `close_cover` through value mapping. (`open` -> `>70`; `close` -> `<30`; `stop` -> every value in between) |
| device_tracker | Sensor | Support for `occupancy` device class. |
| light | Light | Support for `on / off`, `brightness` and `rgb_color`. |
| lock | DoorLock | Support for `lock / unlock`. |
| sensor | TemperatureSensor | All sensors that have `Celsius` and `Fahrenheit` as their `unit_of_measurement` or `temperature` as their `device_class`. |