Skip to content

Commit

Permalink
Merge pull request #6 from dynasticorpheus/master
Browse files Browse the repository at this point in the history
Fix volume cubic meter symbol and remove deprecated device_state_attributes
  • Loading branch information
nelbs authored Jan 19, 2022
2 parents 8fdc687 + 44832a1 commit 63a3971
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 299 deletions.
2 changes: 2 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[settings]
multi_line_output=4
6 changes: 3 additions & 3 deletions custom_components/mindergas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Mindergas Sensor."""

__version__ = '0.0.1'
"""Mindergas Sensor."""

__version__ = "0.0.1"
2 changes: 1 addition & 1 deletion custom_components/mindergas/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "mindergas",
"documentation": "https://www.example.com",
"requirements": [
"lxml==4.6.4",
"lxml==4.6.3",
"bs4==0.0.1"
],
"dependencies": [],
Expand Down
Loading

0 comments on commit 63a3971

Please sign in to comment.