home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.7k stars 28.86k forks source link

Alexa integration with api, error 404 in browser #115410

Open felmatrix opened 2 months ago

felmatrix commented 2 months ago

The problem

The api integration does not support any configuration parameters, got {'alexa': {'smart_home': {'locale': 'it-IT', 'endpoint': .....

This is my configuration:

System Information

version core-2024.4.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.2
os_name Linux
os_version 6.1.73-haos-raspi
arch aarch64
timezone Europe/Rome
config_dir /config
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 12.1 -- | -- update_channel | stable supervisor_version | supervisor-2024.04.0 agent_version | 1.6.0 docker_version | 24.0.7 disk_total | 116.5 GB disk_used | 9.9 GB healthy | true supported | true board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | ESPHome (2024.3.2), Duck DNS (1.16.0), NGINX Home Assistant SSL proxy (3.9.0), File editor (5.8.0), Samba share (12.3.1), eWeLink Smart Home (1.4.3), Google Assistant SDK (2.5.0), Plex Media Server (3.5.0), WireGuard (0.10.2)
Dashboards dashboards | 2 -- | -- resources | 0 views | 0 mode | storage
Recorder oldest_recorder_run | 1 aprile 2024 alle ore 10:27 -- | -- current_recorder_run | 11 aprile 2024 alle ore 11:32 estimated_db_size | 26.79 MiB database_engine | sqlite database_version | 3.44.2

can i resolve??

What version of Home Assistant Core has the issue?

core-2024.4.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

api

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 months ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (api) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `api` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign api` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


api documentation api source (message by IssueLinks)

mib1185 commented 2 months ago

adding the error message within the issue report is more common than putting it to the title and write "see the title" 😉 nevertheless, the message seems to say it all - you seem to have additional configuration options in your configuraion.yaml under api which is not allowed.

felmatrix commented 2 months ago

adding the error message within the issue report is more common than putting it to the title and write "see the title" 😉 nevertheless, the message seems to say it all - you seem to have additional configuration options in your configuraion.yaml under api which is not allowed.

Since the guide makes me add those instructions that worked with the old versions, now how can I solve?

mib1185 commented 2 months ago

Which guide you're referencing to? Further please share the related configuration, thx 👍

felmatrix commented 2 months ago

Which guide you're referencing to? Further please share the related configuration, thx 👍

I followed this guide and up to some version ago it worked perfectly! https://www.home-assistant.io/integrations/alexa.smart_home/

mib1185 commented 2 months ago

mhhh ... there is nothing mentions to add any configurations to the api integration. So please provide your configuration (don't forget to redact sensitive data like passwords, tokens ...) I guess there is some issue with indentation or including different configuration files to each other