renamed to easycomputermanager and added logo
This commit is contained in:
parent
f2f3cc58ca
commit
5937a080d9
@ -1,4 +1,4 @@
|
|||||||
# 🖧 Easy Computer Manage
|
# 🖧 Easy Computer Manager
|
||||||
|
|
||||||
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)
|
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
"""The Easy Dualboot Computer Manage integration."""
|
"""The Easy Dualboot Computer Manager integration."""
|
||||||
|
|
||||||
# Some code is from the official wake_on_lan integration
|
# Some code is from the official wake_on_lan integration
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
"""Config flow for Easy Computer Manage integration."""
|
"""Config flow for Easy Computer Manager integration."""
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import logging
|
import logging
|
@ -1,6 +1,6 @@
|
|||||||
"""Constants for the Easy Computer Manage integration."""
|
"""Constants for the Easy Computer Manager integration."""
|
||||||
|
|
||||||
DOMAIN = "easy_computer_manage"
|
DOMAIN = "easy_computer_manager"
|
||||||
SERVICE_SEND_MAGIC_PACKET = "send_magic_packet"
|
SERVICE_SEND_MAGIC_PACKET = "send_magic_packet"
|
||||||
SERVICE_RESTART_TO_WINDOWS_FROM_LINUX = "restart_to_windows_from_linux"
|
SERVICE_RESTART_TO_WINDOWS_FROM_LINUX = "restart_to_windows_from_linux"
|
||||||
SERVICE_RESTART_TO_LINUX_FROM_WINDOWS = "restart_to_linux_from_windows"
|
SERVICE_RESTART_TO_LINUX_FROM_WINDOWS = "restart_to_linux_from_windows"
|
BIN
custom_components/easy_computer_manager/logo.png
Normal file
BIN
custom_components/easy_computer_manager/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
custom_components/easy_computer_manager/logo@2x.png
Normal file
BIN
custom_components/easy_computer_manager/logo@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"domain": "easy_computer_manage",
|
"domain": "easy_computer_manager",
|
||||||
"name": "Easy Dualboot Computer Manage",
|
"name": "Easy Dualboot Computer Manager",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/easy_computer_manage",
|
"documentation": "https://www.home-assistant.io/integrations/easy_computer_manager",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"wakeonlan==2.1.0",
|
"wakeonlan==2.1.0",
|
||||||
"fabric2==2.7.1"
|
"fabric2==2.7.1"
|
@ -28,31 +28,31 @@ restart_to_windows_from_linux:
|
|||||||
description: Restart the computer to Windows when running Linux using Grub.
|
description: Restart the computer to Windows when running Linux using Grub.
|
||||||
target:
|
target:
|
||||||
device:
|
device:
|
||||||
integration: easy_computer_manage
|
integration: easy_computer_manager
|
||||||
restart_to_linux_from_windows:
|
restart_to_linux_from_windows:
|
||||||
name: Restart to Linux from Windows
|
name: Restart to Linux from Windows
|
||||||
description: Restart the computer to Linux when running Windows.
|
description: Restart the computer to Linux when running Windows.
|
||||||
target:
|
target:
|
||||||
device:
|
device:
|
||||||
integration: easy_computer_manage
|
integration: easy_computer_manager
|
||||||
start_computer_to_windows:
|
start_computer_to_windows:
|
||||||
name: Start computer to Windows
|
name: Start computer to Windows
|
||||||
description: Start the computer directly Windows (boots to Linux, set grub reboot, then boots to Windows).
|
description: Start the computer directly Windows (boots to Linux, set grub reboot, then boots to Windows).
|
||||||
target:
|
target:
|
||||||
device:
|
device:
|
||||||
integration: easy_computer_manage
|
integration: easy_computer_manager
|
||||||
put_computer_to_sleep:
|
put_computer_to_sleep:
|
||||||
name: Put computer to sleep
|
name: Put computer to sleep
|
||||||
description: Put the computer to sleep.
|
description: Put the computer to sleep.
|
||||||
target:
|
target:
|
||||||
device:
|
device:
|
||||||
integration: easy_computer_manage
|
integration: easy_computer_manager
|
||||||
restart_computer:
|
restart_computer:
|
||||||
name: Restart
|
name: Restart
|
||||||
description: Restart the computer.
|
description: Restart the computer.
|
||||||
target:
|
target:
|
||||||
device:
|
device:
|
||||||
integration: easy_computer_manage
|
integration: easy_computer_manager
|
||||||
change_monitors_config:
|
change_monitors_config:
|
||||||
name: Change monitors config
|
name: Change monitors config
|
||||||
description: Change monitors config.
|
description: Change monitors config.
|
||||||
@ -64,7 +64,7 @@ change_monitors_config:
|
|||||||
example: switch.my_computer
|
example: switch.my_computer
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
integration: easy_computer_manage
|
integration: easy_computer_manager
|
||||||
domain: switch
|
domain: switch
|
||||||
monitors_config:
|
monitors_config:
|
||||||
name: Monitors config
|
name: Monitors config
|
Loading…
Reference in New Issue
Block a user