You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Home Assistant integration that adds the Mealie meal planner calendar and shopping lists into Home Assistant with images and text sensors for today's meals.
Copy file name to clipboardExpand all lines: _layouts/home.html
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,24 @@
2
2
layout: default
3
3
---
4
4
5
-
{% include card.html title="Tom Timer" subtitle="for Apple Watch®" app-img="tomtimer.png" store-url="https://apps.apple.com/us/app/tom-timer/id1507200108" store-text="View on the App Store" markdown-content="tomtimer.md"%}
6
-
{% include card.html title="When Do" subtitle="for Apple Watch®" app-img="whendo.png" store-url="https://apps.apple.com/us/app/when-do-a-complication/id1485413076" store-text="View on the App Store" markdown-content="whendo.md" %}
7
-
{% include card.html title="HA Menu" subtitle="for MacOS®" app-img="hamenu.png" store-url="http://hamenu.codechimp.org/" store-text="View on GitHub" markdown-content="hamenu.md" %}
8
-
{% include card.html title="HA Battery Notes" app-img="ha-battery-notes.png" store-url="https://github.com/andrew-codechimp/HA-Battery-Notes" store-text="View on GitHub" markdown-content="ha-battery-notes.md" %}
9
-
{% include card.html title="HA Mastodon Profile Stats" app-img="ha-mastodon-profile-stats.png" store-url="https://github.com/andrew-codechimp/HA-Mastodon-Profile-Stats" store-text="View on GitHub" markdown-content="ha-mastodon-profile-stats.md" %}
10
-
{% include card.html title="LMS TVH" app-img="lmstvh.png" store-url="https://github.com/codechimp-org/lms-tvh" store-text="View on GitHub" markdown-content="lmstvh.md" %}
11
-
{% include card.html title="LMS Slim Snippets" subtitle="for Visual Studio Code" app-img="lmsvscode.png" store-url="https://marketplace.visualstudio.com/items?itemName=codechimp.lmsslim-snippets" store-text="View on Visual Studio Marketplace" markdown-content="lmsvscode.md" %}
12
-
5
+
{% include card.html title="Tom Timer" subtitle="for Apple Watch®" app-img="tomtimer.png"
6
+
store-url="https://apps.apple.com/us/app/tom-timer/id1507200108" store-text="View on the App Store"
7
+
markdown-content="tomtimer.md"%}
8
+
{% include card.html title="When Do" subtitle="for Apple Watch®" app-img="whendo.png"
9
+
store-url="https://apps.apple.com/us/app/when-do-a-complication/id1485413076" store-text="View on the App Store"
10
+
markdown-content="whendo.md" %}
11
+
{% include card.html title="HA Menu" subtitle="for MacOS®" app-img="hamenu.png" store-url="http://hamenu.codechimp.org/"
12
+
store-text="View on GitHub" markdown-content="hamenu.md" %}
13
+
{% include card.html title="HA Battery Notes" app-img="ha-battery-notes.png"
14
+
store-url="https://github.com/andrew-codechimp/HA-Battery-Notes" store-text="View on GitHub"
15
+
markdown-content="ha-battery-notes.md" %}
16
+
{% include card.html title="HA Mealie" app-img="ha-mealie.png" store-url="https://github.com/andrew-codechimp/HA-Mealie"
17
+
store-text="View on GitHub" markdown-content="ha-mealie.md" %}
18
+
{% include card.html title="HA Mastodon Profile Stats" app-img="ha-mastodon-profile-stats.png"
19
+
store-url="https://github.com/andrew-codechimp/HA-Mastodon-Profile-Stats" store-text="View on GitHub"
0 commit comments