Skip to content

Commit

Permalink
Align with changed domain/folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed Mar 21, 2024
1 parent 1136c56 commit 3ba0dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/ha_adsb_lol/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants for the ADSB.lol integration."""
from homeassistant.const import STATE_UNKNOWN, Platform

DOMAIN = "adsb_lol"
DOMAIN = "ha_adsb_lol"
PLATFORMS = [Platform.SENSOR]

ICONS_PATH = f'custom_components/{DOMAIN}/icons'
Expand All @@ -19,7 +19,7 @@

DEFAULT_NAME = "ADSB.lol Sensor"
DEFAULT_PATH = "adsb_lol"
DEFAULT_PATH_GEOJSON = "www/adsb_lol"
DEFAULT_PATH_GEOJSON = "www/ha_adsb_lol"

CONF_REQUEST_TYPE = "request_type"

Expand Down

0 comments on commit 3ba0dce

Please sign in to comment.