mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Updates for 1.13 (#546)
* Update CI matcher * Check Executable bit * Quicklint * Updates * Allow pm1.0 and pm10.0 for PMS5003ST Fixes https://github.com/esphome/feature-requests/issues/225 * PowerSupplyRequester * Lint * Include debug data in generated main.cpp * Updates * Auto-select bit_depth * Updates
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
| namespace esphome { | ||||
| namespace time { | ||||
|  | ||||
| static const char *TAG = "something.something"; | ||||
| static const char *TAG = "automation"; | ||||
|  | ||||
| void CronTrigger::add_second(uint8_t second) { this->seconds_[second] = true; } | ||||
| void CronTrigger::add_minute(uint8_t minute) { this->minutes_[minute] = true; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user