Fix broken sun automation test
This commit is contained in:
parent
1ec5178f66
commit
ae527e9c6f
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ class TestAutomationSun(unittest.TestCase):
|
||||||
automation.DOMAIN: {
|
automation.DOMAIN: {
|
||||||
'trigger': {
|
'trigger': {
|
||||||
'platform': 'sun',
|
'platform': 'sun',
|
||||||
'event': 'sunset',
|
'event': 'sunrise',
|
||||||
},
|
},
|
||||||
'action': {
|
'action': {
|
||||||
'execute_service': 'test.automation',
|
'execute_service': 'test.automation',
|
||||||
|
@ -114,7 +114,7 @@ class TestAutomationSun(unittest.TestCase):
|
||||||
automation.DOMAIN: {
|
automation.DOMAIN: {
|
||||||
'trigger': {
|
'trigger': {
|
||||||
'platform': 'sun',
|
'platform': 'sun',
|
||||||
'event': 'sunset',
|
'event': 'sunrise',
|
||||||
'offset': '-0:30:00'
|
'offset': '-0:30:00'
|
||||||
},
|
},
|
||||||
'action': {
|
'action': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue