mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
🚑 Fixes broken device_class links (#8179)
This commit is contained in:
parent
0e43e7927e
commit
3c33ccb301
@ -2,7 +2,7 @@ module Jekyll
|
|||||||
class ConfigurationBlock < Liquid::Block
|
class ConfigurationBlock < Liquid::Block
|
||||||
TYPE_LINKS = {
|
TYPE_LINKS = {
|
||||||
'action' => '/docs/scripts/',
|
'action' => '/docs/scripts/',
|
||||||
'device_class' => '/components/%{component}/#device-class',
|
'device_class' => '/docs/configuration/customizing-devices/#device-class',
|
||||||
'template' => '/docs/configuration/templating/',
|
'template' => '/docs/configuration/templating/',
|
||||||
'icon' => '/docs/configuration/customizing-devices/#icon',
|
'icon' => '/docs/configuration/customizing-devices/#icon',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user