mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add MQTT Subscribe sensor (#175)
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| esphomeyaml: | ||||
|   name: test1 | ||||
|   name: test2 | ||||
|   platform: ESP32 | ||||
|   board: nodemcu-32s | ||||
|   # Use latest upstream esphomelib git version. | ||||
| @@ -73,7 +73,10 @@ sensor: | ||||
|       name: "Xiaomi MiJia Humidity" | ||||
|     battery_level: | ||||
|       name: "Xiaomi MiJia Battery Level" | ||||
|  | ||||
|   - platform: mqtt_subscribe | ||||
|     name: "MQTT Subscribe Sensor 1" | ||||
|     topic: "mqtt/topic" | ||||
|     qos: 2 | ||||
|  | ||||
| esp32_touch: | ||||
|   setup_mode: True | ||||
|   | ||||
		Reference in New Issue
	
	Block a user