mirror of
https://github.com/home-assistant/core.git
synced 2026-07-01 11:46:40 +01:00
b48060674c
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: abmantis <amfcalt@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
6 lines
132 B
Python
6 lines
132 B
Python
"""Constants for the OMIE - Spain and Portugal electricity prices integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "omie"
|