mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Make components visible for people without JavaScript
This commit is contained in:
parent
6bc3041fe2
commit
09bea10736
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
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."
|
description: "Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube."
|
||||||
date: 2017-02-04 22:00
|
date: 2017-02-04 22:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
|
@ -257,3 +257,13 @@ allComponents.pop(); // remove placeholder element at the end
|
|||||||
applyFilter();
|
applyFilter();
|
||||||
})();
|
})();
|
||||||
</script>
|
</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