Skip to content

Commit

Permalink
Fix control_function type
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 17, 2024
1 parent ae85137 commit 005a7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ globals:
type: int
restore_value: true
initial_value: '0'

- id: second_door_station_id
type: int
restore_value: true
Expand Down Expand Up @@ -287,7 +287,7 @@ binary_sensor:
id: function_button
name: "Function Button"
auto_off: 0.2s
type: function_key
type: control_function
address: 8
entity_category: DIAGNOSTIC
disabled_by_default: true
Expand Down

0 comments on commit 005a7d3

Please sign in to comment.