testing #29

Merged
marko merged 73 commits from testing into main 2023-01-07 12:49:01 +00:00
Showing only changes of commit f40224415d - Show all commits

View File

@ -615,7 +615,7 @@ sub Weather_GetUpdate {
my $name = $hash->{NAME};
if ( $attr{$name} && $attr{$name}->{disable} ) {
if ( IsDisabled($name) ) {
Log3 $hash, 5,
"Weather $name: retrieval of weather data is disabled by attribute.";
readingsBeginUpdate($hash);