mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	tweak
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| sensor: | ||||
|   - platform: sps30 | ||||
|     i2c_id: i2c_bus | ||||
|     pm_1_0: | ||||
|       name: Workshop PM <1µm Weight concentration | ||||
|       id: workshop_PM_1_0 | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| display: | ||||
|   - platform: ssd1306_i2c | ||||
|     i2c_id: i2c_bus | ||||
|     model: SSD1306_128X64 | ||||
|     reset_pin: ${reset_pin} | ||||
|     address: 0x3C | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| display: | ||||
|   - platform: ssd1327_i2c | ||||
|     i2c_id: i2c_bus | ||||
|     model: SSD1327_128x128 | ||||
|     reset_pin: ${reset_pin} | ||||
|     address: 0x3C | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| display: | ||||
|   - platform: st7567_i2c | ||||
|     i2c_id: i2c_bus | ||||
|     reset_pin: ${reset_pin} | ||||
|     address: 0x3C | ||||
|     id: display1 | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| sensor: | ||||
|   - platform: sts3x | ||||
|     i2c_id: i2c_bus | ||||
|     id: sts3x_sensor | ||||
|     name: STS3X Temperature | ||||
|     address: 0x4A | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| sx1509: | ||||
|   - id: sx1509_hub | ||||
|     i2c_id: i2c_bus | ||||
|     address: 0x3E | ||||
|     keypad: | ||||
|       key_rows: 2 | ||||
|   | ||||
| @@ -1,3 +1,4 @@ | ||||
| sensor: | ||||
|   - platform: tc74 | ||||
|     i2c_id: i2c_bus | ||||
|     name: TC74 Temperature | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| tca9555: | ||||
|   - id: tca9555_hub | ||||
|     i2c_id: i2c_bus | ||||
|     address: 0x21 | ||||
|  | ||||
| binary_sensor: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user