Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Input Selector #9

Open
Besserso opened this issue Dec 1, 2022 · 0 comments
Open

Error Input Selector #9

Besserso opened this issue Dec 1, 2022 · 0 comments

Comments

@Besserso
Copy link

Besserso commented Dec 1, 2022

Hi, this is Frank
i have created the configuration as describet but i get an error during creating the input selector:

Logger: homeassistant.core
Source: components/input_select/init.py:296
First occurred: 11:56:52 (1 occurrences)
Last logged: 11:56:52

Error executing service: <ServiceCall input_select.select_option (c:01GK6NA1F6S7BAFJ9FBGQ3K1Z1): entity_id=['input_select.bad_climate_profile_selector_2'], option=Test>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 1762, in catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1781, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 208, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 678, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 943, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 715, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/input_select/init.py", line 308, in async_select_option
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 586, in _async_write_ha_state
attr.update(self.extra_state_attributes or {})
File "/usr/src/homeassistant/homeassistant/components/input_select/init.py", line 296, in extra_state_attributes
return {ATTR_EDITABLE: self.editable}
AttributeError: 'InputSelect' object has no attribute 'editable'

My configuration are:
climate_scheduler:
update_interval: "00:10:00"
switch:

  • platform: climate_scheduler
    name: Bad
    default_profile: "Override"
    climate_entities:
    • climate.thermostatic_valve
    • climate.thermostatic_valve_2
      profiles:
    • id: "Test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant