Update card-qr.md

This commit is contained in:
joBr99
2022-07-30 21:54:15 +02:00
committed by GitHub
parent 829278fb6f
commit 59a6402394

View File

@@ -36,6 +36,7 @@ List of supported entitiy types for this page:
- scenes
- script
- input_button
- input_select
- light
- input_text (read-only)
- lock
@@ -43,4 +44,4 @@ List of supported entitiy types for this page:
The qrCode value is evaluated as a homeassistant Template, so it is possible to get values from HomeAssistant within the qrCode.
`"WIFI:S:{{states('input_text.test_ssid')}};T:WPA;P:{{states('input_text.test_pw')}};;"`
`"WIFI:S:{{states('input_text.test_ssid')}};T:WPA;P:{{states('input_text.test_pw')}};;"`