Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sedykh committed Jun 14, 2020
1 parent 30d8d26 commit 0354794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configurations/deerma_humidifier_mjjsq.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const DEERMA_HUMIDIFIER_MJJSQ = () => ({
buzzer: {
icon: ICON.BUZZER,
hide: false,
type: 'button',
order: 3,
state: { attribute: 'buzzer', mapper: state => (state ? 'on' : 'off') },
toggle_action: (state, entity) => {
Expand Down

0 comments on commit 0354794

Please sign in to comment.