Incorrect closing quote (#1961)

This commit is contained in:
Alok Saboo 2017-02-04 12:19:28 -05:00 committed by Fabian Affolter
parent 38f7c12f51
commit b5de2d5471

View File

@ -45,5 +45,5 @@ service: script.sonos_say
data:
sonos_entity: media_player.kitchen
volume: 0.3
message: 'Your husband comming home!"
message: 'Your husband comming home!'
```