palazzem / ha-econnect-alarm

Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Define 'CONFIG_SCHEMA', 'PLATFORM_SCHEMA' or 'PLATFORM_SCHEMA_BASE' #19

Closed palazzem closed 5 months ago

palazzem commented 10 months ago

Error message

From hassfest:

Warning: G] [CONFIG_SCHEMA] Integrations which implement 'async_setup' or 'setup' must define either
'CONFIG_SCHEMA', 'PLATFORM_SCHEMA' or 'PLATFORM_SCHEMA_BASE'. If the integration has no configuration
parameters, can only be set up from platforms or can only be set up from config entries, one of the helpers
cv.empty_config_schema, cv.platform_only_config_schema or cv.config_entry_only_config_schema can be used.

Expected behavior

Hassfest should not raise any warning.

Additional context

n/a

To Reproduce

n/a

Environment

Continuous Integration (GitHub actions)