mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Make components visible for people without JavaScript
This commit is contained in:
parent
6bc3041fe2
commit
09bea10736
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: "eQ-3 MAX! Cube binary sensors"
|
||||
title: "eQ-3 MAX! Cube thermostat"
|
||||
description: "Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube."
|
||||
date: 2017-02-04 22:00
|
||||
sidebar: true
|
||||
|
@ -257,3 +257,13 @@ allComponents.pop(); // remove placeholder element at the end
|
||||
applyFilter();
|
||||
})();
|
||||
</script>
|
||||
|
||||
<noscript>
|
||||
<ul>
|
||||
{% for component in components %}
|
||||
{% if component.ha_category %}
|
||||
<li><a href='{{ component.url }}'>{{ component.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</noscript>
|
||||
|
Loading…
x
Reference in New Issue
Block a user