mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	update dsmr to 0.7 (#5011)
This commit is contained in:
		| @@ -84,7 +84,7 @@ async def to_code(config): | |||||||
|     cg.add_build_flag("-DDSMR_GAS_MBUS_ID=" + str(config[CONF_GAS_MBUS_ID])) |     cg.add_build_flag("-DDSMR_GAS_MBUS_ID=" + str(config[CONF_GAS_MBUS_ID])) | ||||||
|  |  | ||||||
|     # DSMR Parser |     # DSMR Parser | ||||||
|     cg.add_library("glmnet/Dsmr", "0.5") |     cg.add_library("glmnet/Dsmr", "0.7") | ||||||
|  |  | ||||||
|     # Crypto |     # Crypto | ||||||
|     cg.add_library("rweather/Crypto", "0.4.0") |     cg.add_library("rweather/Crypto", "0.4.0") | ||||||
|   | |||||||
| @@ -62,7 +62,7 @@ lib_deps = | |||||||
|     fastled/FastLED@3.3.2                                 ; fastled_base |     fastled/FastLED@3.3.2                                 ; fastled_base | ||||||
|     mikalhart/TinyGPSPlus@1.0.2                           ; gps |     mikalhart/TinyGPSPlus@1.0.2                           ; gps | ||||||
|     freekode/TM1651@1.0.1                                 ; tm1651 |     freekode/TM1651@1.0.1                                 ; tm1651 | ||||||
|     glmnet/Dsmr@0.5                                       ; dsmr |     glmnet/Dsmr@0.7                                       ; dsmr | ||||||
|     rweather/Crypto@0.4.0                                 ; dsmr |     rweather/Crypto@0.4.0                                 ; dsmr | ||||||
|     dudanov/MideaUART@1.1.8                               ; midea |     dudanov/MideaUART@1.1.8                               ; midea | ||||||
|     tonia/HeatpumpIR@1.0.20                               ; heatpumpir |     tonia/HeatpumpIR@1.0.20                               ; heatpumpir | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user