Input_boolean without default_config

Hi there,

I tried so switch from “default_config” to single activation of every component (e.g. I do not need cloud integration). But afterwards my boolean input’s (“Helper”) changed to “not available”.

What is missing in the following configuration to make boolean inputs available again?

#automation: (already activated)
#cloud: (not needed)
config:
frontend:
history:
logbook: 
map:
mobile_app:
person:
#script: (already activated)
ssdp:
sun:
system_health:
updater:
zeroconf:
zone:

Thanks
Martin

input_boolean:

1 Like

The doc page looks to be outdated, if you check the source.

Thanks a lot. Should I read the docs in github in general, to be up to date!?

Normally that’s not needed, it’s just in this case that the dev who updated the integration forgot the docs for some reason. I’ve submitted an update, but if you run into odd problems like this it’s sometimes worth checking the source to see if something was overlooked. Assuming of course you can understand the Python :man_shrugging:

Thank you.