Skip to content

Commit

Permalink
Add PACKAGE_MERGE_HINT
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbruckner committed Nov 16, 2023
1 parent 16c9c29 commit e497d26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/sun2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
from .helpers import LOC_PARAMS, Sun2Data
from .sensor import val_tae_cfg, ELEVATION_AT_TIME_SCHEMA, TIME_AT_ELEVATION_SCHEMA

PACKAGE_MERGE_HINT = "list"

_SUN2_LOCATION_CONFIG = vol.Schema(
{
vol.Required(CONF_UNIQUE_ID): cv.string,
Expand Down

0 comments on commit e497d26

Please sign in to comment.