Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrasser authored May 25, 2024
1 parent 8512238 commit 1aab65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Inspiration from:
- dwains dashboard
- homekit infused

Currently in the midst of refactoring the lovelace_gen global vars in `lovelace_rooms.yaml`.
Currently in the midst of refactoring from using only the lovelace_gen global vars towards auto generating cards with auto-entities using areas/floors/labels/domains

### Lovelace / Frontend

Expand Down Expand Up @@ -67,7 +67,7 @@ cards:
- type: custom:layout-card
layout_type: custom:grid-layout
layout: !include .cards/layout.yaml
cards: !include
cards: !include # changed this recently using auto-entities, please check actual code for current state.
- .cards/<viewname>.yaml
- orientation: landscape
`(orientation: portrait)':
Expand Down

0 comments on commit 1aab65b

Please sign in to comment.