Skip to content

Commit

Permalink
remove default slider from unified remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Dec 11, 2024
1 parent 2987dfc commit 4d8462f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion dist/universal-remote-card.min.js

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions src/models/maps/unified_remote/defaultKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,21 +167,6 @@ export const unifiedRemoteDefaultKeys: IElementConfig[] = [
name: 'volume_buttons',
icon: 'mdi:volume-plus',
},
{
type: 'slider',
name: 'slider',
range: [0, 1],
step: 0.1,
value_attribute: 'volume_level',
tap_action: {
action: 'perform-action',
perform_action: 'unified_remote.call',
data: {
remote_id: 'Unified.Volume',
action: 'volume_{{ ((value * 10) | round) * 10 }}',
},
},
},
{
type: 'touchpad',
name: 'mousepad',
Expand Down

0 comments on commit 4d8462f

Please sign in to comment.