mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-11-04 04:55:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			743 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			743 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
#-------------------------------------------
 | 
						|
# @CCOSTAN
 | 
						|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
 | 
						|
# More information : https://github.com/SmilyOrg/screenmqtt
 | 
						|
#-------------------------------------------
 | 
						|
homeassistant:
 | 
						|
  customize:
 | 
						|
    switch.computer_screens:
 | 
						|
      friendly_name: 'Computer Screens'
 | 
						|
      icon: mdi:monitor-multiple
 | 
						|
      emulated_hue_hidden: False
 | 
						|
      hidden: False
 | 
						|
      homebridge_hidden: False
 | 
						|
 | 
						|
#-------------------------------------------
 | 
						|
switch:
 | 
						|
  - platform: mqtt
 | 
						|
    name: computer_screens
 | 
						|
    state_topic: 'carlo-ultra/monitor/all/power/state'
 | 
						|
    command_topic: 'carlo-ultra/monitor/all/power/command'
 | 
						|
 | 
						|
#-------------------------------------------
 | 
						|
#group - Added to group.interior_switches
 |