+
pip3 install homeassistant
+hass --open-ui
+
Here are some resources to get started.
diff --git a/src/cards/ha-introduction-card.js b/src/cards/ha-introduction-card.js
index 79fe05a940..b1eac8d1f5 100644
--- a/src/cards/ha-introduction-card.js
+++ b/src/cards/ha-introduction-card.js
@@ -6,6 +6,10 @@ export default new Polymer({
is: 'ha-introduction-card',
properties: {
+ showInstallInstruction: {
+ type: Boolean,
+ value: __DEMO__,
+ },
showHideInstruction: {
type: Boolean,
value: true,