Skip to content

Commit

Permalink
chore: update ruff version in requirements.txt and add 'lamda' to VSC…
Browse files Browse the repository at this point in the history
…ode settings
  • Loading branch information
jontofront committed Jan 5, 2025
1 parent ff37e8a commit 2a6cbae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ecoster",
"hass",
"homeassistant",
"lamda",
"MILLIWATT",
"PARAMSUNITSNAMES"
],
Expand Down
3 changes: 0 additions & 3 deletions custom_components/econet300/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ def _sync_state(self, value) -> None:
self.async_write_ha_state()


# Add MixerSensor check class Mypy warning
# Definition of "entity_description" in base class "EconetEntity" is incompatible with definition in base
# class "SensorEntity"
class MixerSensor(MixerEntity, EconetSensor):
"""Mixer sensor class."""

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
homeassistant>=2024.12.2
ruff==0.8.6
ruff==0.8.1
codespell==2.3.0

0 comments on commit 2a6cbae

Please sign in to comment.