diff --git a/59_Weather.pm b/59_Weather.pm index abd0c40..7bca70c 100755 --- a/59_Weather.pm +++ b/59_Weather.pm @@ -206,9 +206,6 @@ sub Weather_WriteReadings($$) { readingsBulkUpdate($hash, '.license', $dataRef->{license}->{text}); } - readingsBulkUpdate($hash, "validity", "up-to-date"); - - ### current if ( defined($dataRef->{current}) and ref( $dataRef->{current} ) eq 'HASH' ) { while( my ($r,$v) = each %{$dataRef->{current}} ) {