Skip to content

issues Search Results · repo:custom-components/pyscript language:Python

Filter by

362 results
 (86 ms)

362 results

incustom-components/pyscript (press backspace or delete to remove)

Any Ideas what could cause this after pyscript update to 1.6.2 ? Source: custom_components/pyscript/eval.py:511 Exception in file.solis_control.solis_control line 98: inverterList = response.json() ^ ...
  • rustyscrew7
  • 9
  • Opened 
    2 days ago
  • #710

2025-03-06 16:39:41.825 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args ( /usr/local/lib/python3.13/site-packages/pytz/zoneinfo/Africa/Abidjan , rb ) inside the ...
  • flamestsui
  • 1
  • Opened 
    18 days ago
  • #705

I have a script that turns on a light when a person is detected and turns it off after a delay if detection stops. The triggers are @state_trigger( binary_sensor.person_detected == on ) on one function ...
  • attila123456
  • 3
  • Opened 
    19 days ago
  • #704

Home Assistant crashed and stopped loading UI after installation Pyscript. Crash happened after activation of the integration and starting the first script. Installation was performed from HACS, Pyscript ...
  • mspnr
  • 10
  • Opened 
    26 days ago
  • #703

I am trying to install PyScript integration. I added PyScript using HACS but when I try to add the integration I get an error, Config flow could not be loaded: 500 Internal Server Error Server got itself ...
  • wstrater
  • Opened 
    on Feb 20
  • #700

I’m trying to create a simple function using pyscript that needs to import datetime. I get an error after saving my script in the log: Exception in /config/pyscript/season.py line 2: import datetime ^ ...
  • Young-Grandad
  • 4
  • Opened 
    on Feb 6
  • #696

I ve recently upgraded to Homeassistant Core 2025.1.4 and Homeassistant OS 14.2. Since this upgrade my pyscript integration cannot start as long as I have truenas_api_client listed in the requirements.txt ...
  • tobiderifsch
  • 2
  • Opened 
    on Jan 31
  • #694

I am just recently encountering an issue where my code simply doesn t execute. I thought maybe the problem was with my code, so I made the simplest code possible: @service def logging_test(): log.warning( ...
  • Djayden-R
  • Opened 
    on Jan 29
  • #691

I m trying to create a virtual light entity by setting its state in my PyScript. @state_trigger( light.virtual_dimmer == on ) def test(): print( HELLO WORLD! ) attr_dict = { friendly_name ...
  • HWiese1980
  • Opened 
    on Jan 29
  • #690

I m encountering issues with Pylint when using PyScript for Home Assistant, particularly with variables like state, timer, task, and log. These variables are frequently used in PyScript but seem to conflict ...
  • Kibukx
  • 1
  • Opened 
    on Jan 23
  • #689
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub