yea now we need to figure out why HA did not complain about it missing completely
Edit: to answer my own question the description
is not required for fields
: https://github.com/home-assistant/core/blob/bbbc3a5f500a4df85441e89239c779f82a60a97e/homeassistant/components/script/__init__.py#L70
Will submit a fix for this in the app so it doesn’t happen in the future. Also looks like we were not logging the actual error here so adding that as well which would’ve helped point us in the right direction faster
Edit 2: PR to fix the issue so services load: https://github.com/home-assistant/android/pull/1458