tprelog
Patron
- Joined
- Mar 2, 2016
- Messages
- 297
Support for Python version 3.8 is deprecated and will be removed in Home Assistant 2022.1
I expect to have the plugin updated before Python 3.8 is removed
If you want to upgrade python now, you can do so manually using the following commands
	
		
			
		
		
	
			
			I expect to have the plugin updated before Python 3.8 is removed
If you want to upgrade python now, you can do so manually using the following commands
Code:
iocage console $JAIL_NAME # press 0 to exit menu pkg install -y python39 py39-sqlite3 sysrc homeassistant_python=/usr/local/bin/python3.9 service homeassistant reinstall homeassistant
 
				 
 
		 
	 
	