File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
custom_components/precoscombustiveis Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1212
1313__version__ = "2.0.0"
1414_LOGGER = logging .getLogger (__name__ )
15- _LOGGER .setLevel (logging .DEBUG )
1615
1716PLATFORMS : list [str ] = ["sensor" ]
1817
Original file line number Diff line number Diff line change 2121from .dgeg import DGEG
2222
2323_LOGGER = logging .getLogger (__name__ )
24- _LOGGER .setLevel (logging .DEBUG )
2524
2625DATA_SCHEMA = vol .Schema (
2726 {
Original file line number Diff line number Diff line change 1212)
1313
1414_LOGGER = logging .getLogger (__name__ )
15- _LOGGER .setLevel (logging .DEBUG )
1615
1716class Station :
1817 """Represents a STATION card."""
Original file line number Diff line number Diff line change 2323from .dgeg import DGEG , Station
2424
2525_LOGGER = logging .getLogger (__name__ )
26- _LOGGER .setLevel (logging .DEBUG )
2726
2827# Time between updating data from API
2928SCAN_INTERVAL = timedelta (minutes = 60 )
You can’t perform that action at this time.
0 commit comments