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__ = "1.1.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 1212from .const import DOMAIN , CONF_STATIONID
1313
1414_LOGGER = logging .getLogger (__name__ )
15- _LOGGER .setLevel (logging .DEBUG )
1615
1716DATA_SCHEMA = vol .Schema (
1817 {
Original file line number Diff line number Diff line change 99)
1010
1111_LOGGER = logging .getLogger (__name__ )
12- _LOGGER .setLevel (logging .DEBUG )
1312
1413
1514class Station :
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