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
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@ However, snarky-snark's `var` [component](https://github.com/snarky-snark/home-a
7
7
Plus, I borrowed some code and inspiration from [benct's](https://github.com/benct) awesome [Xiaomi Vacuum Card](https://github.com/benct/lovelace-xiaomi-vacuum-card) - many thanks for that one, Ben!
Copy file name to clipboardExpand all lines: info.md
+18-4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
# multiline-text-input-card
2
+
3
+
This is a simple lovelace card to display a multiline text input field bound on an `input_text` or `var` entity.
4
+
5
+
However, snarky-snark's `var`[component](https://github.com/snarky-snark/home-assistant-variables/) is recommended to use since Home Assistant's `input_text` is limited to a maximum of only 255 characters. At this point I will not forget to mention that this great component is capable of so much more - have a look at it!
6
+
7
+
Plus, I borrowed some code and inspiration from [benct's](https://github.com/benct) awesome [Xiaomi Vacuum Card](https://github.com/benct/lovelace-xiaomi-vacuum-card) - many thanks for that one, Ben!
0 commit comments