mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Group integrations better (#20840)
This commit is contained in:
parent
c34af1ec3a
commit
4e744e232e
@ -97,7 +97,7 @@ module Jekyll
|
||||
major = split_ver[0]
|
||||
minor = split_ver[1]
|
||||
|
||||
if minor.length == 1
|
||||
if major.length == 4 || minor.length == 1
|
||||
"#{major}.X"
|
||||
else
|
||||
"#{major}.#{minor.chop}X"
|
||||
|
Loading…
x
Reference in New Issue
Block a user