mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[code quality] move const to esphome/const.py (#9632)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1,9 +1,9 @@ | ||||
| from esphome.const import CONF_SWITCH | ||||
|  | ||||
| from ..defines import CONF_INDICATOR, CONF_KNOB, CONF_MAIN | ||||
| from ..types import LvBoolean | ||||
| from . import WidgetType | ||||
|  | ||||
| CONF_SWITCH = "switch" | ||||
|  | ||||
|  | ||||
| class SwitchType(WidgetType): | ||||
|     def __init__(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user