8 Commits

Author SHA1 Message Date
Tom Brien
d6e06a716d
Replace quotes with tip boxes (#458)
* Replace quotes with tip boxes

The use of quotes was making important content less clear than the body. Docusaurus now has native tip boxes use remark-admonitions so use these instead.

* Replace json5 codeblock language with json

json5 doesn't have native syntax colouring. Rather than handle with custom css just flip block to have `json` set as language to create same result. All blocks were standard JSON anyway
2020-04-04 14:32:57 -07:00
Markus Jankowski
4d408992c6 Add signal_strength to device_class of sensor (#212)
* Add signal_strength to device_class of sensor

See home-assistant/architecture#165
Relates to home-assistant/home-assistant#22738

* Fix typo
2019-04-04 21:42:23 -04:00
Markus Jankowski
40fc0f5a3d add device_class_power to sensor (#211) 2019-04-03 21:52:25 -07:00
Tommi Pääkkö
3263d563e0 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
2019-01-04 19:43:55 +01:00
Paulus Schoutsen
ad6ccb78bc
Add timestamp device class (#147) 2018-11-23 11:35:53 +01:00
Otto Winter
5f42bd133f Add pressure sensor device class (#97) 2018-10-01 12:32:21 +02:00
cdce8p
b45b3bf545 Added light 'device_class' for sensors (#10)
* Added light 'device_class'

* Removed lux

* Changed device_class name
2018-05-05 09:38:54 -04:00
Paulus Schoutsen
05b099ae60 Add entities 2018-05-02 11:07:36 -04:00