Skip to content

Commit be5d2c8

Browse files
fix: rename domain constant (#9)
Change the DOMAIN constant from "areas" to "custom_areas" to provide more clarity and consistency with the integration name.
1 parent 011e286 commit be5d2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/custom_areas/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Constants for the Custom Areas Integration."""
22

3-
DOMAIN = "areas"
3+
DOMAIN = "custom_areas"
44
CONF_AREA_NAME = "area_name"
55
CONF_POWER_ENTITY = "power_entity"
66
CONF_ENERGY_ENTITY = "energy_entity"

0 commit comments

Comments
 (0)