Can / should a custom integration expose an input_number

Use case - the fan circulate mode on hvac system allows specification of how many minutes per hour the fan runs. I’d like to expose this in HA as simply as possible.

I know I could add a service method and people could use automation, however if it could expose an input number that seems super simple.

Is this possible, any reference implementations, or other suggestions?

Use a number entity instead. See developer.home-assisant.io for more info. :blush: