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:
parent
dcda30e25b
commit
76b908b033
5 changed files with 18 additions and 3 deletions
|
@ -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/',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue