Did you fix this? Could you tell me how? I have the same problem.
Hi,
I think I remember it was a bug in the release, and it was solved in a posterior sub release (104.1?).
What version are you running?
Hello, i have one problem with alexa integration and i have seen that the problem is present from this HA version…
The log from HA:
Logger: aiohttp.server
First occured: 19:52:18 (1 occurences)
Last logged: 19:52:18
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 135, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 123, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/alexa/smart_home_http.py", line 120, in post
hass, self.smart_home_config, message, context=core.Context(user_id=user.id)
File "/usr/src/homeassistant/homeassistant/components/alexa/smart_home.py", line 41, in async_handle_message
response = await funct_ref(hass, config, directive, context)
File "/usr/src/homeassistant/homeassistant/components/alexa/handlers.py", line 82, in async_api_discovery
for alexa_entity in async_get_entities(hass, config)
File "/usr/src/homeassistant/homeassistant/components/alexa/handlers.py", line 83, in <listcomp>
if config.should_expose(alexa_entity.entity_id)
File "/usr/src/homeassistant/homeassistant/components/alexa/entities.py", line 282, in serialize_discovery
capabilities.append(i.serialize_discovery())
File "/usr/src/homeassistant/homeassistant/components/alexa/capabilities.py", line 199, in serialize_discovery
capability_resources = self.capability_resources()
File "/usr/src/homeassistant/homeassistant/components/alexa/capabilities.py", line 1471, in capability_resources
min_value = float(self.entity.attributes[input_number.ATTR_MIN])
KeyError: 'min'
From Lambda Function:
{
"event": {
"payload": {
"type": "INTERNAL_ERROR",
"message": "500 Internal Server Error\n\nServer got itself in trouble"
}
}
}