diff --git a/appdaemon/dashboards/Plant_Monitor.dash b/appdaemon/dashboards/Plant_Monitor.dash index 810aa20..e59f889 100644 --- a/appdaemon/dashboards/Plant_Monitor.dash +++ b/appdaemon/dashboards/Plant_Monitor.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Home +title: Plants widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] diff --git a/appdaemon/dashboards/Plant_Monitor_Mobile.dash b/appdaemon/dashboards/Plant_Monitor_Mobile.dash index 7db45bd..5d4e9c7 100644 --- a/appdaemon/dashboards/Plant_Monitor_Mobile.dash +++ b/appdaemon/dashboards/Plant_Monitor_Mobile.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Home +title: Plants widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] diff --git a/appdaemon/dashboards/Weather.dash b/appdaemon/dashboards/Weather.dash index b2152e8..e15e555 100644 --- a/appdaemon/dashboards/Weather.dash +++ b/appdaemon/dashboards/Weather.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Main Panel +title: Weather widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] diff --git a/appdaemon/dashboards/Weather_5Day.dash b/appdaemon/dashboards/Weather_5Day.dash index e8920dc..013ce10 100644 --- a/appdaemon/dashboards/Weather_5Day.dash +++ b/appdaemon/dashboards/Weather_5Day.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Main Panel +title: 5 Day Forecast widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] diff --git a/appdaemon/dashboards/Weather_5Day_Mobile.dash b/appdaemon/dashboards/Weather_5Day_Mobile.dash index eed0845..d869434 100644 --- a/appdaemon/dashboards/Weather_5Day_Mobile.dash +++ b/appdaemon/dashboards/Weather_5Day_Mobile.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Main Panel +title: 5 Day Forecast widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] diff --git a/appdaemon/dashboards/Weather_Hourly.dash b/appdaemon/dashboards/Weather_Hourly.dash index 34ae925..c08c70e 100644 --- a/appdaemon/dashboards/Weather_Hourly.dash +++ b/appdaemon/dashboards/Weather_Hourly.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Main Panel +title: Hourly Forecast widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] diff --git a/appdaemon/dashboards/Weather_Hourly_Mobile.dash b/appdaemon/dashboards/Weather_Hourly_Mobile.dash index 84c9314..f36ac5a 100644 --- a/appdaemon/dashboards/Weather_Hourly_Mobile.dash +++ b/appdaemon/dashboards/Weather_Hourly_Mobile.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Main Panel +title: Hourly Forecast widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] diff --git a/appdaemon/dashboards/Weather_Mobile.dash b/appdaemon/dashboards/Weather_Mobile.dash index c0e9c62..dfaec69 100644 --- a/appdaemon/dashboards/Weather_Mobile.dash +++ b/appdaemon/dashboards/Weather_Mobile.dash @@ -1,5 +1,5 @@ # Dashboard Config -title: Main Panel +title: Weather widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5]