mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-03 03:21:47 +00:00
Fixes #1159 Switched everything to Buttoms but actually - didn't have any in production. Refactor TPLink configurations by removing the deprecated tplink.yaml file and updating related components to use buttons instead of switches in logger and mqtt screens. Adjusted basketball shell script to reflect the same change.
22 lines
682 B
Plaintext
Executable File
22 lines
682 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_
|
|
|
|
#-------------------------------------------
|
|
button:
|
|
- 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
|