Sensor device class docs (#5219)

* Sensor device class docs

* Fix binary_sensor copy

* Fix headings

* Add icons screenshot

* Add Empty device_class

* Grammar

* Update customizing-devices.markdown

* Add periods
This commit is contained in:
Otto Winter 2018-05-01 22:25:45 +02:00 committed by Fabian Affolter
parent dcda30e25b
commit 76b908b033
5 changed files with 18 additions and 3 deletions

View file

@ -2,7 +2,7 @@ module Jekyll
class ConfigurationBlock < Liquid::Block
TYPE_LINKS = {
'action' => '/docs/scripts/',
'device_class' => '/components/%{component}/#device_class',
'device_class' => '/components/%{component}/#device-class',
'template' => '/docs/configuration/templating/',
}