-
Notifications
You must be signed in to change notification settings - Fork 58
-
Hi,
Sorry for the question from a noob in Python. I want to write an integration to control some devices but for now writing an integration is quite above my abilities in Python. Pyscript looks a little better and so is it possible to write something equivalent at an integration with Pyscript ?
Thanks
Vincèn
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
While Pyscript has its language limitations, I guess it is still possible to at least write your service and automation factory based on user config. So, basically, this would seem like a typical Home Assistant Integration.
You could describe your idea for more detailed advice.
Beta Was this translation helpful? Give feedback.
All reactions
-
While Pyscript has its language limitations, I guess it is still possible to at least write your service and automation factory based on user config. So, basically, this would seem like a typical Home Assistant Integration. You could describe your idea for more detailed advice.
Thanks for your answer. It's an integration to control some pro Audiovisual devices like audio/video matrix or similar devices. Most of them use telnet for their control so it should not be too difficult to implement I guess in Python ? ;)
Beta Was this translation helpful? Give feedback.