Hi! I’ve tried recently to use the call_service from Developer’s tools “homeassistant.reload_config_entry” to reload an integration after editing the file “core.config_entries.json” to modify some parameters in the Adapting_Lighting integration. I’ve tried entity_id and entry_id as well as input for this call_service but it didn’t reload the integration.
Someone can post an example of usage of this call_service? Here’s my try to use it:
service: homeassistant.reload_config_entry
data:
entry_id: bd377d7e91521ec873125fa03ee6a2db
target: {}
Thanks in advice.