errors in sms init tables
In public.sms_configuration_static_location_begin_action
we wrongly use [x,y,z]_property_id
instead of [x,y,z]
as it is provided by the SMS.
Also we need to include is_public
/is_internal
for configuration
and device
as we need to filter to provide only entities where is_public=True
(which we don't at the moment).