diff --git a/docs/card-qr.md b/docs/card-qr.md index b3195c85..881af98c 100644 --- a/docs/card-qr.md +++ b/docs/card-qr.md @@ -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')}};;"` \ No newline at end of file +`"WIFI:S:{{states('input_text.test_ssid')}};T:WPA;P:{{states('input_text.test_pw')}};;"`