mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
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:
parent
b0ce321869
commit
3263d563e0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user