bend94
July 16, 2019, 8:47am
1
Hi
I installed HASS.IO , now connected to http://IP:8123
I try just to add text but with no success
I modified configuration.yaml like this
input_text:
text1:
name: Text 1
initial: Some Text
Now checking
core-ssh:/config# hassio homeassistant check
ok
Now refreshing the http page, but nothing appears , do you know why ?
regards
tom_l
July 16, 2019, 8:49am
2
Please read point 11 then edit your post accordingly: How to help us help you - or How to ask a good question
Also you have to restart home assistant after updating the configuration for it to take effect.
bend94
July 16, 2019, 9:02am
3
i did that
input_text:
text1:
name: Text 1
initial: Some Text
core-ssh:/config# hassio homeassistant check
ok
core-ssh:/config# hassio homeassistant restart
ok
Nothing appears in the screen http session ?
Regards
tom_l
July 16, 2019, 9:24am
4
Have you taken control of the lovelace UI or are you using Lovelace YAML mode?
bend94
July 16, 2019, 9:29am
5
i didn’t install that “lovelace ui”, can you explain how to install it ?
how to start using it, creating a little button for example
regards
tom_l
July 16, 2019, 9:33am
6
Lovelace is the default front end of home assistant. No need to install it. It is already there.
Click the three dots icon top left of your HA page.
Select “Configure UI”
Acknowledge the pop up window (if any).
Add a new card by clicking the (+) icon lower right.
Information on the types of cards are available here:
bend94
July 16, 2019, 10:25am
7
it is working thx
now how to create a simple button on and off for example ?
because i added a light but i see the code in the dashboard and not the light ?
tom_l
July 16, 2019, 10:31am
8
Add a light card. Select your light entity id from the drop down list in the card. Save the card and exit UI edit mode with the X icon upper left.