Skip to content

Is there any possibility to write comments in the floor plan card? #446

Answered by Trzinka
Trzinka asked this question in Q&A
Discussion options

You must be logged in to vote

It's a bit more complicated but doable!:

#1 In the root directory, you create a file called fp.yaml, for example

#2 In configuration.yaml add:

lovelace:
  mode: storage
  dashboards:
    lovelace-yaml:
      mode: yaml
      title: Flore plan-Grid
      icon: mdi:floor-plan
      show_in_sidebar: true
      filename: fp.yaml

and save it.

#3 You copy the content of the card in yaml format from the desired one to the created fp.yaml file and save it.

#4 Restart HA.

#5 The new icon and name you specified in configuration.yaml will appear in your sidebar.

#6 You can now delete the old card!

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
3 replies
@Trzinka
Comment options

@OzGav
Comment options

@Trzinka
Comment options

Comment options

You must be logged in to vote
3 replies
@OzGav
Comment options

@Trzinka
Comment options

@OzGav
Comment options

Comment options

You must be logged in to vote
4 replies
@OzGav
Comment options

@Trzinka
Comment options

@OzGav
Comment options

@Trzinka
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Trzinka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants