Skip to content

Commit

Permalink
Update experimental.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xBourner authored Feb 24, 2024
1 parent 1c02668 commit 861c9a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pages/configuration/experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ Add a input select helper to toggle around the rooms. Add all the room names to

Add this template to your raw config editor (in the decluttering template section)

```yaml
<details>
<summary>Preview</summary>

{% highlight ruby %}
{% raw %}
room_card_all_in_one:
default:
- climate: climate.study
Expand Down Expand Up @@ -182,7 +186,8 @@ Add this template to your raw config editor (in the decluttering template sectio
entity: '[[climate]]'
attribute: hvac_action
value: 'off'
```
{% endraw %}
{% endhighlight %}

Then add two condtional cards based on screen size.
The all_in_one template should be used on desktop and the deafult room-card should be used on mobile.
Expand Down

0 comments on commit 861c9a6

Please sign in to comment.