Update unit_of_measurement Unit in temperature (#160)

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
This commit is contained in:
Tommi Pääkkö 2019-01-04 20:43:55 +02:00 committed by Fabian Affolter
parent b0ce321869
commit 3263d563e0

View File

@ -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.