1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 18:58:57 +00:00

Remove other broken defaults for triggers

This commit is contained in:
Paulus Schoutsen
2017-08-15 22:20:29 -07:00
parent 29f5730545
commit 07d5d6e8a9
5 changed files with 3 additions and 14 deletions

View File

@@ -32,6 +32,5 @@ export default class MQTTTrigger extends Component {
}
MQTTTrigger.defaultConfig = {
topic: '',
payload: '',
topic: ''
};