Skip to content

Commit

Permalink
disable addons for now
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Dec 7, 2024
1 parent 06f56ae commit 54027d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,9 @@ conds:
RELAY1_GPIO: 5
SWITCH1_GPIO: 10
ADC_GPIO: 3
ADDON_OUT_GPIO: 0
ADDON_IN_GPIO: 21
ADDON_DIG_GPIO: 8
ADDON_OUT_GPIO: -1
ADDON_IN_GPIO: -1
ADDON_DIG_GPIO: -1
config_schema:
- ["device.id", "Shelly1Gen3-??????"]
- ["shelly.name", "Shelly1Gen3-??????"]
Expand Down Expand Up @@ -914,9 +914,9 @@ conds:
RELAY1_GPIO: 4
SWITCH1_GPIO: 10
ADC_GPIO: 3
ADDON_OUT_GPIO: 0
ADDON_IN_GPIO: 21
ADDON_DIG_GPIO: 9
ADDON_OUT_GPIO: -1
ADDON_IN_GPIO: -1
ADDON_DIG_GPIO: -1
UART_TX_GPIO: 6
UART_RX_GPIO: 7
config_schema:
Expand Down Expand Up @@ -995,9 +995,9 @@ conds:
SWITCH2_GPIO: 10
ADC_GPIO: 4
SDA_GPIO: 6
ADDON_OUT_GPIO: 0
ADDON_IN_GPIO: 21
ADDON_DIG_GPIO: 8
ADDON_OUT_GPIO: -1
ADDON_IN_GPIO: -1
ADDON_DIG_GPIO: -1
I2C_RST_GPIO: 0
config_schema:
- ["device.id", "Shelly2PMG3-??????"]
Expand Down

0 comments on commit 54027d3

Please sign in to comment.