Is your feature request related to a problem? Please describe.
To make it easier for users to create custom keys and services, YAML created by the services developer tool should be internally remapped to the data field before calling hass.callService.
Describe the solution you'd like
If a target object is listed, it should be merged with the data object.
service_data should be soft deprecated in favor of data, as was done in Home Assistant core.
See if it is possible to make data.entity_id and similar fields arrays when calling hass.callService.
Is your feature request related to a problem? Please describe. To make it easier for users to create custom keys and services, YAML created by the services developer tool should be internally remapped to the data field before calling
hass.callService
.Describe the solution you'd like
target
object is listed, it should be merged with the data object.service_data
should be soft deprecated in favor ofdata
, as was done in Home Assistant core.data.entity_id
and similar fields arrays when callinghass.callService
.Describe alternatives you've considered NA
Additional context https://github.com/Nerwyn/android-tv-card/discussions/20