maykar / plex_assistant

❱ Plex Assistant is a Home Assistant integration for casting Plex media to Google devices, Sonos devices, and Plex clients with Google Assistant, HA's conversation integration, and more.
MIT License
281 stars 59 forks source link

Service plex_assistant.command not found #137

Closed styelz closed 2 years ago

styelz commented 3 years ago

Hi,

I installed v1.1.7 via HACS. HA is working fine without issue previously. When attempting to call the service plex_assistant.command it doesn't seem to exist. I am running HA OS 6.2 - Core 2021.8.6

Here's is all I could find in the logs.

2021-08-13 01:47:53 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-13 01:47:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration plex_assistant which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-13 01:48:04 ERROR (MainThread) [custom_components.hacs] DavidFW1960/bom_forecast - Repository is archived.
2021-08-13 01:48:04 ERROR (MainThread) [custom_components.hacs] avdeevsv91/ha_generic_hygrostat - Repository is archived.
2021-08-13 01:48:04 ERROR (MainThread) [custom_components.hacs] bieniu/ha-gios - Repository is archived.
2021-08-13 01:55:53 ERROR (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Error executing script. Service not found for call_service at pos 1: Unable to find service plex_assistant.command
2021-08-13 01:55:53 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139793401017536] Error handling message: Unable to find service plex_assistant.command

Here's my configuration.yaml

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

logger:
  default: warning
  logs:
    custom_components.plex_assistant: debug
github-actions[bot] commented 3 years ago

Important:

Issues that don't provide the information requested in the troubleshooting docs may not get a reply and may be closed until the info is provided. Please, include as much of the requested info as possible so that I can replicate and investigate your issue.

When pasting in your config/code/errors always place 3 backticks ``` above the first line and after the last line. Doing this will format it correctly.

styelz commented 2 years ago

Hi, since upgrading to HA 2021.12.0 I was able to add Plex Assistant via Integrations page, this was not there before. I will close this issue now. Thank you !

styelz commented 2 years ago

PS. bought you 5 coffee's Thanks for creating this integration.