schwark / smartthings-alarmcom

SmartThings Integration with alarm.com
MIT License
61 stars 131 forks source link

Change username type from string to text #36

Open dorbitbrown opened 4 years ago

dorbitbrown commented 4 years ago

Need to change lines 19-20 in app in order for the username prompt to show up: Change: preferences { input("username", "string"... To: preferences { input("username", "text"...

lakario commented 4 years ago

Seconded. Type "string" is not rendered in the new Samsung SmartThings App, but text is.

lakario commented 4 years ago

@dorbitbrown the issue should be resolved now.