Is there a way to dynamically reveal inputs in a config flow to show sub options based on the users initial selection? This is what happens on the energy dashboard settings where a user selects the type of tariff (entity or static etc) and then the selector for the entity or input box is revealed. I was hoping to replicate this for the battery_sim integration which also needs tariff information, but I can’t figure out a way. e.g.
Tariff type:
option 1: entity
entity selector (only visible if entity option is selected)
option 2: static
input box (only visible if static option is selected)