2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

22_HOMEMODE: v1.0.6 - removed init_done again

git-svn-id: https://svn.fhem.de/fhem/trunk@14267 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
deespe 2017-05-13 11:26:28 +00:00
parent 741f06cf78
commit efb54086bc

View File

@ -1628,7 +1628,7 @@ sub HOMEMODE_Attr(@)
CommandDeleteReading(undef,"$name .*humidity.*") if (!$attr{$name}{HomeYahooWeatherDevice} && $attr_name eq "HomeSensorHumidityOutside");
HOMEMODE_updateInternals($hash,1);
}
elsif ($attr_name =~ /^(HomeDaytimes|HomeSeasons|HomeSpecialLocations|HomeSpecialModes)$/ && $init_done)
elsif ($attr_name =~ /^(HomeDaytimes|HomeSeasons|HomeSpecialLocations|HomeSpecialModes)$/)
{
HOMEMODE_userattr($hash);
}