Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Nov 1, 2023
2 parents c414df8 + 213ee82 commit 5400fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/mass/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"enqueue": {
"name": "Enqueue",
"description": "If the content should be played now or be added to the queue."
"description": "If the content should be played now or be added to the queue. Options are: play, replace, next. replace_next, add"
},
"announce": {
"name": "Announce",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies = [

[project.optional-dependencies]
test = [
"black==23.7.0",
"codespell==2.2.5",
"black==23.10.1",
"codespell==2.2.6",
"mypy==1.6.1",
"ruff==0.1.3",
"pre-commit==3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy==1.6.1
pylint==2.17.5
pylint==3.0.2
pre-commit==3.5.0
homeassistant==2023.10.5
music-assistant==2.0.0b74

0 comments on commit 5400fda

Please sign in to comment.