Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
HomeAssistant
Core
Commits
b0dd6e40
Unverified
Commit
b0dd6e40
authored
6 years ago
by
Fabian Affolter
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade python-mystrom to 0.5.0 (#21523)
parent
3e8e9980
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
homeassistant/components/light/mystrom.py
+2
-7
2 additions, 7 deletions
homeassistant/components/light/mystrom.py
homeassistant/components/switch/mystrom.py
+2
-7
2 additions, 7 deletions
homeassistant/components/switch/mystrom.py
requirements_all.txt
+1
-1
1 addition, 1 deletion
requirements_all.txt
with
5 additions
and
15 deletions
homeassistant/components/light/mystrom.py
+
2
−
7
View file @
b0dd6e40
"""
Support for myStrom Wifi bulbs.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/light.mystrom/
"""
"""
Support for myStrom Wifi bulbs.
"""
import
logging
import
voluptuous
as
vol
...
...
@@ -15,7 +10,7 @@ from homeassistant.components.light import (
ATTR_HS_COLOR
)
from
homeassistant.const
import
CONF_HOST
,
CONF_MAC
,
CONF_NAME
REQUIREMENTS
=
[
'
python-mystrom==0.
4.4
'
]
REQUIREMENTS
=
[
'
python-mystrom==0.
5.0
'
]
_LOGGER
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
homeassistant/components/switch/mystrom.py
+
2
−
7
View file @
b0dd6e40
"""
Support for myStrom switches.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/switch.mystrom/
"""
"""
Support for myStrom switches.
"""
import
logging
import
voluptuous
as
vol
...
...
@@ -12,7 +7,7 @@ from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA)
from
homeassistant.const
import
(
CONF_NAME
,
CONF_HOST
)
import
homeassistant.helpers.config_validation
as
cv
REQUIREMENTS
=
[
'
python-mystrom==0.
4.4
'
]
REQUIREMENTS
=
[
'
python-mystrom==0.
5.0
'
]
DEFAULT_NAME
=
'
myStrom Switch
'
...
...
This diff is collapsed.
Click to expand it.
requirements_all.txt
+
1
−
1
View file @
b0dd6e40
...
...
@@ -1345,7 +1345,7 @@ python-mpd2==1.0.0
# homeassistant.components.light.mystrom
# homeassistant.components.switch.mystrom
python-mystrom==0.
4.4
python-mystrom==0.
5.0
# homeassistant.components.nest
python-nest==4.1.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment