diff --git a/fhem/MAINTAINER.txt b/fhem/MAINTAINER.txt
index baa425a31..e628a1d19 100644
--- a/fhem/MAINTAINER.txt
+++ b/fhem/MAINTAINER.txt
@@ -307,7 +307,7 @@ FHEM/59_HCS.pm hjr Automatisierung (oder auch PM)
FHEM/59_LuftdatenInfo igami Bastelecke
FHEM/59_OPENWEATHER.pm tupol Unterstützende Dienste/Wettermodule (Link als PM an tupol)
FHEM/59_PROPLANTA.pm tupol Unterstützende Dienste/Wettermodule (Link als PM an tupol)
-FHEM/59_Twilight.pm Beta-User/orphan https://forum.fhem.de/index.php/topic,114061.0.html
+FHEM/59_Twilight.pm Beta-User/orphan Unterstützende Dienste/Wettermodule
FHEM/59_Weather.pm neubert Unterstützende Dienste/Wettermodule
FHEM/59_Wunderground.pm loredo (deprecated)
FHEM/59_WUup.pm mahowi Unterstützende Dienste/Wettermodule
diff --git a/fhem/contrib/AttrTemplate/99_attrT_ZWave_Utils.pm b/fhem/contrib/AttrTemplate/99_attrT_ZWave_Utils.pm
index 213e759fb..c1839c62e 100644
--- a/fhem/contrib/AttrTemplate/99_attrT_ZWave_Utils.pm
+++ b/fhem/contrib/AttrTemplate/99_attrT_ZWave_Utils.pm
@@ -139,10 +139,13 @@ sub desiredTemp {
__END__
=pod
+=item summary helper functions needed for attrTemplate for TYPE ZWave
+=item summary_DE needed Hilfsfunktionen für attrTemplate bei ZWave-TYPE Geräten
=begin html
-
-
+There may be room for improvement, please adress any issues in https://forum.fhem.de/index.php/topic,114109.0.html.
+
attrT_ZWave_Utils
+
devStateIcon_shutter
diff --git a/fhem/contrib/AttrTemplate/99_attrT_z2m_thermostat_Utils.pm b/fhem/contrib/AttrTemplate/99_attrT_z2m_thermostat_Utils.pm
index 1c3fd91b2..b55d25974 100644
--- a/fhem/contrib/AttrTemplate/99_attrT_z2m_thermostat_Utils.pm
+++ b/fhem/contrib/AttrTemplate/99_attrT_z2m_thermostat_Utils.pm
@@ -117,9 +117,11 @@ sub z2t_send_weekprofile {
__END__
=pod
+=item summary helper functions needed for zigbee2mqtt thermostats in MQTT2_DEVICE
+=item summary_DE needed Hilfsfunktionen für zigbee2mqtt MQTT2_DEVICE-Thermostate
=begin html
-
+ There may be room for improvement, please adress any issues in https://forum.fhem.de/index.php/topic,116535.0.html.
attrT_z2m_thermostat_Utils
z2t_send_weekprofile
diff --git a/fhem/contrib/AttrTemplate/99_attrTmqtt2_ebus_Utils.pm b/fhem/contrib/AttrTemplate/99_attrTmqtt2_ebus_Utils.pm
index 4fb5bb286..aa83dc8fb 100644
--- a/fhem/contrib/AttrTemplate/99_attrTmqtt2_ebus_Utils.pm
+++ b/fhem/contrib/AttrTemplate/99_attrTmqtt2_ebus_Utils.pm
@@ -487,10 +487,13 @@ sub _getVersion {
__END__
=pod
+=item summary helper functions needed for ebus MQTT2_DEVICE
+=item summary_DE needed Hilfsfunktionen für ebus MQTT2_DEVICE
=begin html
attrTmqtt2_ebus_Utils
+ There may be room for improvement, please adress any issues in https://forum.fhem.de/index.php/topic,97989.0.html.
Functions to support attrTemplates for ebusd
diff --git a/fhem/contrib/AttrTemplate/99_attrTmqtt2_roborock_Utils.pm b/fhem/contrib/AttrTemplate/99_attrTmqtt2_roborock_Utils.pm
index bc6209fd3..d44fbdaef 100644
--- a/fhem/contrib/AttrTemplate/99_attrTmqtt2_roborock_Utils.pm
+++ b/fhem/contrib/AttrTemplate/99_attrTmqtt2_roborock_Utils.pm
@@ -52,11 +52,13 @@ EOD
return \%ret;
}
-
-
1;
+__END__
+
=pod
+=item summary helper functions needed for roborock MQTT2_DEVICE
+=item summary_DE needed Hilfsfunktionen für roborock MQTT2_DEVICE
=begin html