diff --git a/FHEM/lib/AttrTemplate/mqtt2.template b/FHEM/lib/AttrTemplate/mqtt2.template index 38191a134..d7d9d3749 100644 --- a/FHEM/lib/AttrTemplate/mqtt2.template +++ b/FHEM/lib/AttrTemplate/mqtt2.template @@ -891,7 +891,7 @@ attr DEVICE_CH2 setList \ on:noArg CMNDTOPIC/POWER2 1\ toggle:noArg CMNDTOPIC/POWER2 2 attr DEVICE_CH2 setStateList on off toggle -set DEVICE_CH2 attrTemplate speech_recognition_alaxaName_firstrun +#set DEVICE_CH2 attrTemplate speech_recognition_alaxaName_firstrun attr DEVICE,DEVICE_CH2 model tasmota_2channel_split #contributed by 87insane @@ -1128,9 +1128,9 @@ attr DEVICE_USB icon rc_USB #finally set the model attr for all new devices and do a reboot of device set IO_DEV publish CMNDTOPIC/status set IO_DEV publish CMNDTOPIC/restart 1 -set DEVICE_CH2 attrTemplate speech_recognition_general_naming_master_template -set DEVICE_CH3 attrTemplate speech_recognition_general_naming_master_template -set DEVICE_USB attrTemplate speech_recognition_general_naming_master_template +#set DEVICE_CH2 attrTemplate speech_recognition_general_naming_master_template +#set DEVICE_CH3 attrTemplate speech_recognition_general_naming_master_template +#set DEVICE_USB attrTemplate speech_recognition_general_naming_master_template farewell:Template has been applied successfully. Wait some seconds for reboot to complete and watch readings get populated. attr DEVICE,DEVICE_CH2,DEVICE_CH3,DEVICE_USB model tasmota_3socketUSB_channel_split diff --git a/FHEM/lib/AttrTemplate/speechrecogn.template b/FHEM/lib/AttrTemplate/speechrecogn.template index 5cd8d5820..5c047c9cc 100644 --- a/FHEM/lib/AttrTemplate/speechrecogn.template +++ b/FHEM/lib/AttrTemplate/speechrecogn.template @@ -85,7 +85,7 @@ order:10000200 desc:generic template to set attributes for identifying this device by speech recognition software. This template will call several sub-templates - dependent on the speech recognition solutions which are in use in your installation. Pls. do not use one of the subtemplates directly. Call e.g. with set xy attrTemplate speech_recognition_general_naming_master_template option:{my @devices=devspec2array("TYPE=siri");; $devices[0] ? return 1 : return 0} option:{my @devices=devspec2array("TYPE=alexa");; $devices[0] ? return 1 : return 0} -set DEVICE attrTemplate speech_recognition_alaxaName_firstrun +#set DEVICE attrTemplate speech_recognition_alaxaName_firstrun option:{my @devices=devspec2array("TYPE=gassistant");; $devices[0] ? return 1 : return 0}