mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	| @@ -4,6 +4,9 @@ language: python | |||||||
| cache: | cache: | ||||||
|   directories: |   directories: | ||||||
|     - "~/.platformio" |     - "~/.platformio" | ||||||
|  |     - "$TRAVIS_BUILD_DIR/tests/build/test1/.piolibdeps" | ||||||
|  |     - "$TRAVIS_BUILD_DIR/tests/build/test2/.piolibdeps" | ||||||
|  |     - "$TRAVIS_BUILD_DIR/tests/build/test3/.piolibdeps" | ||||||
|  |  | ||||||
| matrix: | matrix: | ||||||
|   fast_finish: true |   fast_finish: true | ||||||
|   | |||||||
| @@ -491,7 +491,7 @@ sensor: | |||||||
|       - mqtt.publish_json: |       - mqtt.publish_json: | ||||||
|           topic: the/topic |           topic: the/topic | ||||||
|           payload: |- |           payload: |- | ||||||
|             root["key"] = id(the_sensor).value; |             root["key"] = id(the_sensor).state; | ||||||
|             root["greeting"] = "Hello World"; |             root["greeting"] = "Hello World"; | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user