To comply with Home Assistant's Hassfest validation requirements, all service field names have been updated from
camelCase to snake_case format.
What Changed
| Old Field Name | New Field Name |
|---|---|
smallIcon
| small_icon
|
smallIconColor
| small_icon_color
|
largeIcon
| large_icon
|
mediaType
| media_type
|
mediaUrl
| media_url
|
messageColor
| message_color
|
iconColor
| icon_color
|
borderColor
| border_color
|
backgroundColor
| background_color
|
backgroundOpacity
| background_opacity
|
Backward Compatibility
Existing automations will continue to work. The integration accepts both old camelCase and new snake_case field names.
Recommended Action
While existing automations will still function, I recommend updating your automations to use the new snake_case field
names for full UI compatibility. The Home Assistant automation editor may show warnings for unrecognized fields when
using the old format.