FrancisLab/hass-climate-scheduler

Error Input Selector

Opened this issue · 0 comments

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"