95_Dashboard: contrib 3.15.1

git-svn-id: https://svn.fhem.de/fhem/trunk@20244 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2019-09-25 15:56:26 +00:00
parent 0ea80f4a0e
commit 364080c415

View File

@@ -935,11 +935,6 @@ sub Dashboard_CheckDashboardAttributUssage($) {
if (!$tab1groups) {
FW_fC("attr ".$d." dashboard_tab1groups Set your FHEM groups here and arrange them on tab 1");
}
my $tab1devs = AttrVal($d, "dashboard_tab1devices", "");
if (!$tab1devs) {
FW_fC("attr ".$d." dashboard_tab1devices Set your FHEM devices here and arrange them on tab 1");
}
# ---------------- Delete empty Groups entries ----------------------------------------------------------
my $tabgroups = AttrVal($d, "dashboard_tab1groups", "999");