Rename layout to view_layout (#8714)

This commit is contained in:
Thomas Lovén 2021-03-29 23:28:58 +02:00 committed by GitHub
parent a153f572d0
commit b8bfb44aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ export interface LovelaceBadgeConfig {
export interface LovelaceCardConfig {
index?: number;
view_index?: number;
layout?: any;
view_layout?: any;
type: string;
[key: string]: any;
}