1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +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

@@ -45,7 +45,4 @@ export default class NumericStateTrigger extends Component {
NumericStateTrigger.defaultConfig = {
entity_id: '',
above: '',
below: '',
value_template: '',
};