From 3263d563e0ee7cc6f32ff8e46ce42054880c7b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20P=C3=A4=C3=A4kk=C3=B6?= Date: Fri, 4 Jan 2019 20:43:55 +0200 Subject: [PATCH] Update unit_of_measurement Unit in temperature (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It reads in Homekit component code that the unit_of_measurement should be °C/°F. This updates the docs to match that. ref: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/homekit/type_sensors.py#L52 --- docs/entity_sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/entity_sensor.md b/docs/entity_sensor.md index 6a25ae10..2eb7579f 100644 --- a/docs/entity_sensor.md +++ b/docs/entity_sensor.md @@ -24,6 +24,6 @@ If specifying a device class, your sensor entity will need to also return the co | battery | % | % of battery that is left. | humidity | % | % of humidity in the air. | illuminance | lx/lm | Light level. -| temperature | C/F | Temperature. +| temperature | °C/°F | Temperature. | timestamp | ISO8601 | Timestamp | pressure | hPa,mbar | Pressure.