Hey guys,
I’d like to enter text directly on a card on the dashboard without going into more info and changing the text there as we do with entity: input_text.xxx
card.
Has anyone managed to achieve this?
Hey guys,
I’d like to enter text directly on a card on the dashboard without going into more info and changing the text there as we do with entity: input_text.xxx
card.
Has anyone managed to achieve this?
just build a lovelace card
type: entities
entities:
- entity: input_number.hasp_plate01_activepage
name: Active Page
- entity: input_text.hasp_plate01_pagebutton1label
name: Menu 1
- entity: input_number.hasp_plate01_pagebutton1page
name: Menu 1 Goto page
- entity: input_text.hasp_plate01_pagebutton2label
name: Menu 2
- entity: input_number.hasp_plate01_pagebutton2page
name: Menu 2 goto page
- entity: input_text.hasp_plate01_pagebutton3label
name: Menu 3
- entity: input_number.hasp_plate01_pagebutton3page
name: Menu 3 Goto page
title: Switch Plate Garage
will create this
Ah that worked! Sorry for the ubernoob question!
all good bro we all were newbe once