Hi all,
I’ve been having some difficulties with my Alexa intergration (not using HA cloud) after I manually deleted a device via the Alexa mobile app (I had configured a device wrong and wanted to delete and start over), causing me to no longer be able to find devices, no matter what I try.
I’ve already tried removing the device from config.yaml and putting it back, changing the entity ID of the device, deleting and recreating the device with the same entity ID, changing the device name in several ways, removing the integration and adding back entirely, rebuilding the alexa skill from scratch again, plus many of the tiny things like trying to relink the skill, nothing works!
My configuration.yaml:
alexa:
smart_home:
locale: en-US
endpoint: https://api.amazonalexa.com/v3/events
client_id: [my client id]
client_secret: [my client secret]
filter:
include_entities:
- input_number.ge_ac_controller
- input_number.ge_ac_tempcontroller
- input_number.fd_ac_controller
- input_number.fd_ac_tempcontroller
entity_config:
input_number.ge_ac_controller:
name: "GE AC Controller"
description: "insert description here"
input_number.ge_ac_tempcontroller:
name: "GE AC Temp Controller"
description: "insert description here"
input_number.fd_ac_controller:
name: "FD AC Controller"
description: "insert description here"
input_number.fd_ac_tempcontroller:
name: "FD AC Temp Controller"
description: "insert description here"
I’d be extremely grateful for any assistance that anybody can provide!