# Loads default set of integrations. Do not remove. default_config: # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml ssd1306_i2c: - model: "128x64" address: 0x3C i2c_bus: 1 rotate: 0 ads1115: - address: 0x48 i2c_bus: 1 sensor: - platform: ads1115 multiplexer: A0_GND gain: 4.096 name: "A1" multiplier: 1.51 - platform: ads1115 multiplexer: A1_GND gain: 4.096 name: "A2" multiplier: 1.51 - platform: ads1115 multiplexer: A2_GND gain: 4.096 name: "A3" multiplier: 6.67 device_class: current unit_of_measurement: mA - platform: ads1115 multiplexer: A3_GND gain: 4.096 name: "A4" multiplier: 6.67 device_class: current unit_of_measurement: mA binary_sensor: - platform: mcp23017 i2c_address: 0x20 invert_logic: true pins: 0 : Button_1 1 : Button_2 2 : Button_3 3 : Button_4 4 : Button_5 5 : Button_6 6 : Button_7 7 : Button_8 switch: - platform: mcp23017 i2c_address: 0x20 hw_sync: false invert_logic: true pins: 8 : Output_1 9 : Output_2 10 : Output_3 11 : Output_4 12 : Output_5 13 : Output_6 14 : Output_7 15 : Output_8