mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (M) (#8202)
This commit is contained in:
		| @@ -1,49 +1,6 @@ | ||||
| uart: | ||||
|   - id: uart_micronova | ||||
|     tx_pin: 4 | ||||
|     rx_pin: 5 | ||||
|     baud_rate: 9600 | ||||
| substitutions: | ||||
|   tx_pin: GPIO4 | ||||
|   rx_pin: GPIO5 | ||||
|   enable_rx_pin: GPIO13 | ||||
|  | ||||
| micronova: | ||||
|   enable_rx_pin: 16 | ||||
|  | ||||
| button: | ||||
|   - platform: micronova | ||||
|     custom_button: | ||||
|       name: Custom Micronova Button | ||||
|       memory_location: 0xA0 | ||||
|       memory_address: 0x7D | ||||
|       memory_data: 0x0F | ||||
|  | ||||
| number: | ||||
|   - platform: micronova | ||||
|     thermostat_temperature: | ||||
|       name: Micronova Thermostaat | ||||
|       step: 1 | ||||
|     power_level: | ||||
|       name: Micronova Power level | ||||
|  | ||||
| sensor: | ||||
|   - platform: micronova | ||||
|     room_temperature: | ||||
|       name: Room Temperature | ||||
|     fumes_temperature: | ||||
|       name: Fumes Temperature | ||||
|     water_temperature: | ||||
|       name: Water temperature | ||||
|     water_pressure: | ||||
|       name: Water pressure | ||||
|     stove_power: | ||||
|       name: Stove Power | ||||
|     fan_speed: | ||||
|       fan_rpm_offset: 240 | ||||
|       name: Fan RPM | ||||
|     memory_address_sensor: | ||||
|       memory_location: 0x20 | ||||
|       memory_address: 0x7d | ||||
|       name: Adres sensor | ||||
|  | ||||
| switch: | ||||
|   - platform: micronova | ||||
|     stove: | ||||
|       name: Stove on/off | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user